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.

ISR handling in TI TROS for TIVAC

HI,


I am using TIRTOS with TIVAC micro controller.


I want to Register a interrupt for UART4. I refered the bios user guide and system reference manual. But I couldn;t understand how my ISR will be placed in correct VTABLE offset ?

Appreciate your help on this.

  • Which device are you on? TI-RTOS supports UARTs for TivaC devices. You can use it and not have to manage the interrupts. Please refer to the UART examples in TI-RTOS and also the TI-RTOS User Guide for more details.

    Note: SYS/BIOS is the kernel for TI-RTOS.

    Todd