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.