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.
When you import a CCSv4 project in v5.1, it will automatically do the migration for you. So all you have to do is just import them into the v5.1 workspace.
Thanks
ki
Can this be done with a DSS script, or in some automated fashion, or must it be done manually one project at a time?
You can automate it from a batch file with the following command:
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Import_a_CCSv4_Project
Note that the command is different from v5:
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Working_with_CCSv5
When using the CCS GUI, also note that if all your projects are in the same directory or share a common root directory, you can specify that directory and CCS will search for all projects in that directory and subdirectories for projects to import. That way you can do them all at once.