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.
CCS6.2能否打开ccs3.3的代码?
尝试从project->import legacy ccsv3.3 projects打开。
工程配置文件不通用,但是代码是通用的。实在不行,你可以新建工程,然后导入现有的代码。实际上CCS的高版本会有个支持低版本的转换工具。按照楼上的说明操作试试,不行就新建工程,拷贝进行现有的C代码。重新配置工程。
高版本的CCS打开3.3的工程经常有问题,特别是C2000的工程,建议重建一个新工程,把代码重新Add过去