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

finding difficulty in simulating vectored interrupt program

i have typed a vectored interrupt program for lpc2148 with port 0.1 as EINT0 (irq) and i was checking the same in keil compiler, when i was trying to give the interrupt through the port pins in the GPIO0 slow interface the interrupt is activated (that i have verified through the VIC window of keil, where the VICVectAddr changes to the address of the ISR when the interrupt is activated through GPIO0 slow interface) but even after this activation the PC value in the program is not changed and the isr is not executed

i have checked with the programs that has been loaded in the keil website, i am facing the same problem,

i don't know where i am going wrong, please help me with this