本人在CCS3.1平台下调用软件实例,连接Easy 2812开发板和XDS510仿真器,下载程序到开发板中,在程序的编译和Load阶段没有出现任何问题,可是当程序烧写到目标板时出现以下提示:
**** Begin Erase/Program/Verify Operation. ***
Erase/Program/Verify Operation in progress...
Erase operation in progress...
Erase operation was successful.
Program operation in progress...
No sections were found that map to Flash.
Load RAM operation in progress...
Load RAM operation was successful.
Warning: This program contains initialized RAM data.
It may run successfully under Code Composer Studio
but not as a standalone system because of this. If
your Flash program requires initialized data in RAM,
you will need to write Flash code to initialize RAM memory.
Erase/Program/Verify Operation succeeded
**** End Erase/Program/Verify Operation. ***
**** Begin Erase/Program/Verify Operation. ***
Erase/Program/Verify Operation in progress...
Erase operation in progress...
Erase operation was successful.
Program operation in progress...
No sections were found that map to Flash.
程序烧写不到目标板,请各位高手请教上述问题如何解决。 |