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.

cc2538 interrupt writing

Other Parts Discussed in Thread: CC2538

hi.... in my project i Am using cc2538 ti kit working on cortex-m3 processor. i had  written an interrupt code and in help it says

"Note that when you add an interrupt function for Cortex-M devices, you must also add the name of that function in the interrupt vector table. You do this in the system startup code cstartup.s. For this tutorial, a reference to the UART_Handler function is already provided in __vector_table, which you can find in the file CstartupCM3.s."

but i dont find any of those files. anyone please suggest me the path of those files...