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.