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.

TMS320F280039C: TMS320F280039C

Part Number: TMS320F280039C

Hi 

the question is about Editing the Startup file, I tried to edit the startup files to set ram sections to zero, when I debug the startup code I noticed that the debugger ignore the code section I wrote to initialize the ram, after search I found out I have to Generate a library using the mklib in the direction C:\ti\ccs1210\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS\lib …now the debugger can see my added code but the problem is that when I try to initialize any ram section even if it is empty the microcontroller goes into error Saying no source available for "system post cinit.   

I don't know what is causing that error and how to solve it ?
is there another easier way to add some functions to the startup file without generating a new library as it takes a long time to be generated ? 

Thanks