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.

C6452 UART interrupt service routine

Other Parts Discussed in Thread: TMS320C6452

I need to write a driver for the UART on the C6452. I managed to get the UART working at 115.2kbps using the FIFO poll mode. However, I require some assistance in getting it to work in FIFO interrupt mode. I have set the ERBI flag in the UART Interupt Enable Register (IER).

What are the next steps in enabling the interrupt service routine (ISR)? Can I use something similar to "interupt void UART_INT()", or should I use the interupt controller (INTC - cslr_intc.h) from the CSL?

I appreciate any advice or help.

Thank you.