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