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.
Tool/software: Code Composer Studio
Hi there,
I need to import a project developed with CCS3.1 into a recent CCS7.
What is the best way to do it?
Thank you
Regards
The format of CCS 3.1 projects is similar to that of CCSv3.3 so you can use the menu item "Project->Import Legacy CCSv3.3 Projects" to import them into CCSv7. Take a look at this page - it was written for CCSv4 but many of the suggestions should apply to CCSv7:
http://processors.wiki.ti.com/index.php/Importing_CCSv3_Projects_into_CCSv4
However, depending on the complexity of the project the migration that happens during import may not be completely clean (especially due to jump across several CCS versions), and may require some manual post-migration updates. In some situations, it may be more efficient to create a new project in CCSv7 and copy over all the source files and build settings from the 3.1 project, rather than work out issues that come up after migration. To do that it helps to have an understanding of the difference in project file formats between CCS3.1 and CCSv7.
Also if your 3.1 project uses DSP/BIOS, there are some additional considerations. Please check this thread:
https://e2e.ti.com/support/tools/ccs/f/81/p/294003/1025267
Hope this helps!
Thank you.
I nedded to manually adjust the project but the "Project->Import Legacy CCSv3.3 Projects" helped me going through it.
Regards