This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interrupt XC2267

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

0