This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interrupt triggering wrong ISR



Hi all,

I'm trying to set up the SCI-C module to generate an interrupt when the TX FIFO is empty.  The interrupt seems to be triggering, but instead of jumping to the ISR I have in my code, it instead jumps to an ISR in the 2833x_DefaultIsr.c file.  I don't have this issue with the CpuTimer0 interrupt that I also have included, so I'm not sure exactly what's up.  Anyone have any ideas about what my problem might be?

Thanks so much!

-sam