软件是ccs5.5 、用C写的程序下载到flash里能正常运行,用汇编写的连着仿真器下载到flash都正常,断电重启后就不行了。求指教!
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.
软件是ccs5.5 、用C写的程序下载到flash里能正常运行,用汇编写的连着仿真器下载到flash都正常,断电重启后就不行了。求指教!
FW里面有没有加对应的程序?参考附件代码
// Copy the Flash API functions to SARAM
Example_MemCopy(&Flash28_API_LoadStart, &Flash28_API_LoadEnd, &Flash28_API_RunStart);
// We must also copy required user interface functions to RAM.
Example_MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);