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.
Hi,
I have code running on an MSP430 Launchpad that I would like to port to a Tiva Launchpad. My first thought was to change the project's family and microcontroller, recompile, and fix porting issues as I find them. But I can't find a way in CCS 6 to change the family.
Is there a way? If not, what would you recommend for porting the project? In a pinch, I could create a new project and copy all the source files over, but that seems clumsy.
Thanks,
Bob
Hi Bob,
There is a way, but it is not recommended. That is why in the properties, the option to change the family is greyed out.
Robert Alexander said:In a pinch, I could create a new project and copy all the source files over, but that seems clumsy.
This is actually the best option.
Thanks
ki
Robert Alexander said:What is the way, and why is it not recommended?
You can manually edit the project meta files (specifically .ccsproject and .cproject) but these are generated files and you really need to know what you are doing. It is too easy to break the whole project.