Compiler: XC16 1.36
Devices: dsPIC33CH128MP508 and dsPIC33CH512MP508 Test code:
void __attribute__ ((interrupt, context, no_auto_psv)) _ADCAN7Interrupt (void)
{
ADCBUF7;
_ADCAN7IF = 0;
} The above code compiles fine for the master..
{
ADCBUF7;
_ADCAN7IF = 0;
} The above code compiles fine for the master..