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.
说的很明白啊!这几个变量没有定义啊!在main.c里面定义就行!
// These are defined by the linkerextern uint16_t RamfuncsLoadStart;extern uint16_t RamfuncsLoadSize;extern uint16_t RamfuncsRunStart;
你这是在做代码搬移吗 使用的系统文件里面自带的搬移吗
还是自己添加的?
simulink 代码生成,CCS编译下载。编译的时候 出错误了
simulink 生成的C代码,导入到CCS中结果有错误。。。就是新建一个工程添加生成的.c .h文件。你也做这个
全局变量已经定义过了。。