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.
unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj
unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj
unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj
出现了这3个错误,用F28335cmd运行时是没有错的,用RAM-LINK-cmd仿真时出现了这3个错误,RAM-LINK-cmd是否要改?怎么改?
谢谢大家。
看一下你的主函数中是否有这样一句话:
MemCopy(&RamfuncsLoadStart, RamfuncsLoadEnd,&RamfuncsRunStart); InitFlash();
如果有的话,注释掉。
这句话的含义是将flash的程序搬运到ram中运行,如果你是直接在ram中调试的话,则不需要。