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