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

Interrups Do not Trigger User Code ISR's

I am running a piece of code that has ISR's (ie timer, serial)
When I generate interrupts.. say by writting to the SBUF register
I get the data in the SERIAL I/O window and it shows an interrupt occurred..
but my program does not vector to the ISR. What could be happening. I have all the interrupts enabled.

0