大家好!
用 LAUNCHXL-F280049C开发套件把C2000Ware_3_03_00_00\launchxl\f28004x\launchxl的例程导入到CCS中程序能正确运行,把280049工程中的文件移植到原来28069自己在使用的工程中,程序编译不通过。
图1是直接导入例程的工程,可以正常编译
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.
大家好!
用 LAUNCHXL-F280049C开发套件把C2000Ware_3_03_00_00\launchxl\f28004x\launchxl的例程导入到CCS中程序能正确运行,把280049工程中的文件移植到原来28069自己在使用的工程中,程序编译不通过。
图1是直接导入例程的工程,可以正常编译
codestart是重复定义了。您可以具体看一下是定义在哪两个文件内。然后删除其中一个文件就可以了。
我记得是 F2800_test\F2800_test\app\src 下以及 F2800_test\F2800_test\F2800x_common\source
都是包含了相同的文件