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 Tiva using TI-RTOS does not create a start up file



I am trying to setup Timer2 and I am using the TI-RTOS. The problem is I can't register my interrupt handler. When I use TimerIntRegister it corrupts the vector table and I get a linker error #10099-D Program will not fit into memory.  I create the project using the project wizard and no startup_ccs file was created so there is no vector table to go in and modify. How do I register my interrupt handler?

If I create a project but don't using the TI-RTOS it creates a startup file.