We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.