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 v5 tms320f2803X example code

Other Parts Discussed in Thread: TMS320F28035, CONTROLSUITE

Hi, 

I'm using CCS v5 and control SUITE example code to get me started developing code for the tms320f28035. I'm a little confused about the generated .c files once the project is built. Specifically the DSP2803X_DefaultIsr.c. I'm assuming this is where I would write my interrupts e.g. SCI interrupt handler (__interrupt void SCIRXINTA_ISR(void)  ). Am I free to write my interrupts in this file or is this an automatically generated .c file that is generated only if i don't implement my own DSP2803X_DefaultIsr.c in my project space ? Any help is greatly appreciated

Thank you