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.

TMS320F28377S: TMS320F28377S

Part Number: TMS320F28377S
Other Parts Discussed in Thread: TMS320F2810

Hi there,

Need an example with application note or Procedure or Instructions in step-by-step manner.

The requirement is converting existing project with old TMS320F2810 with same functions to a newer TMS320F28377S.

At least, one example for .c file conversion into a new project in version of 12 of CCS.

Does it require to port it manually??? Is it required to migrate from old project using CCS 3.3 version to new project CCS 12 version? I tried to migrate but it has lot of error's, then someone suggested to port it manually with same functions of all source files to newer verion DSP with new CCS 12 version. Bit confused being a new beginner.

My Old Project contains several .c files. Learned that in CCS 12 version, I need to make only one file with main() function. The functions defines in the other .c files must be called by control flow using extern. Refer the attached screenshot as an example for LED blinking project with .c files, the main() function for LED1 blinking and other .c file for LED2 blinking to have 2 different .c source files working in one project.

Please find the attached my old project screenshot having several .c source files and associeted other files. 

The main concern is how to migrate from my Old Project with TMS320F2810 device to new device TMS320F28377S using CCS 12 version???

Please provide Application Note or Procedure or Instructions in step-by-step nmanner. How to proceed? What are the expert techniques?