Hello,
I'm working on the XC164CM. I have a problem concerning the interrupt routine.
To declare an interrupt we have several ways to do it.
void itFunc (void) interrupt vectorNb
or
void itFunc (void) interrupt NONE=CACHED
when I declare my interrupt with the first one "void itFunc (void) interrupt vectorNb" I dont have any problem.
but when using the second declaration "void itFunc (void) interrupt NONE=CACHED" keil generate errors. to use this declaration is there any directive to use?
can you help me please
Thanks