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...