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.
我在编译CCSV4的时候有个问题,我是MSP430的积极用户,现在决定是用C2000。未来使用中需要小型化,但是我在编译代码时遇到困难。
我确实导入了名为controlSUITE的文件,像Wiki里说的那样,我创建了所有的目标新文件。但是当我编译的时候,显示如下的报错信息:
"Severity and Description Path Resource Location Creation Time Id
This project was created using a version of Code Generation tools that is not currently installed: 5.2.2 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions. BlinkingLED properties 1315193267826 124 "
有谁能帮我一下吗?
zhiye
在工程属性中修改code generation tool的版本,用现在CCSV4所带的CGT。
另外,导入例程可以直接在CCS的编辑页面: Project > import exist CCS project ,然后浏览到ControlSUITE的安装目录下的devicesupport,如
C:\ti\controlSUITE\device_support\f2803x\v127\DSP2803x_examples_ccsv5\adc_temp_sensor
就可以导入这些例程。
如果是初次使用C2000,以及CCS,建议从例程开始。
Eric