Hello,
I'm trying to write an interrupt function on the ADuC7020 (Analog Devices) using Keil V4. While my code is compiling and linking without error the interrupt function I've written is not being executed. I'm identifying my interrupt function as,e.g.:
__irg void My_Irq_function (void) { interrupt code; }
I'm missing something (prob simple). I've looked everywhere and have not been able to find anything. If someone could point me in the right direction (documentation, website etc.) it would be much appreciated.
Thanks,
Arm7 newbie
View all questions in Keil forum