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.

CCS/TM4C123GH6PM: RTOS startup file CCS

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

I want to add an interrupt handler to the vector table, Where is the vector table file in RTOS code composer project ?

  • Hi Magdy,

    You cannot simply add a function to the vector table with TI-RTOS. You need to call Hwi_create (or Hwi_construct) during runtime. Additionally, you can call Hwi.create in the .cfg file also. Please refer to the Hardware Interrupts section of the SYS/BIOS (TI-RTOS Kernel) User Guide for more details.

    Todd