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.

RTOS: Where to find Interrupt Handlers in ti-rtos

Tool/software: TI-RTOS

hello

Where can I find UART interrupt handlers for TM4C129 with ti-rtos 

regard

komal patil

  • If you use the UART module in TI-RTOS (e.g. ti/drivers/UART), the interrupt management is done in the lower level driver (e.g. UARTTivaDMA.c or UARTTiva.c). THe interrupt function of the UART is called *_hwiIntFxn in these files.

    Todd