Questions tagged [xc16-gcc-1.61]

XC16 is a C compiler used with MPLAB X from [Microchip][1] that supports all 16-bit PIC MCUs and dsPIC® Digital Signal Controllers (DSCs).

[1] https://www.microchip.com

1 questions
1
vote
1 answer

XC16 MCU family macros

To detect a single MCU with XC16 we can use the defines such as __dsPIC33EP128MC202__, but what are the defines for a family such as dsPIC33E? When googeling I find references to __PIC24F__ etc, but none of them are defined within XC16. I can't find…
Max Kielland
  • 5,627
  • 9
  • 60
  • 95