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.