Quantcast
Channel: C2000™︎ 微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 12277

28035下将程序烧写到flash中运行

$
0
0

f28035下将程序烧写到flash中,使用如下指令,


extern Uint16 RamfuncsLoadStart;//离线时用
extern Uint16 RamfuncsLoadEnd; //离线时用
extern Uint16 RamfuncsRunStart; //离线时用

MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);//离线有效时
InitFlash(); // Call the flash wrapper init function. 离线有效时

,但是编译时却提示,unresolved symbol _RamfuncsLoadEnd, first referenced in ./main

请问时什么原因,上面的程序是在28335的程序中copy过来的,求指导


Viewing all articles
Browse latest Browse all 12277

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>