使用的是F28030.cmd文件,在main函数之前添加了
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
然后在主函数里调用
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
编译之后出现以下错误:
Description Resource Path Location Type
unresolved symbol _RamfuncsLoadEnd, first referenced in ./main.obj
请问大神这个怎么解决???在线等
Seven Han:
在.CMD文件Ramfuncs段里面应该有RamfuncsLoadEnd,
参考帖子:https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/182662