分析:根据CMD文件确认你的地址分配是否在DSP可分配的RAM中;如果给程序分配的地址不在片内的RAM段肯定是会出错的。可能CMD地址空间实际上不属于RAM映射地址范畴,导致不能正常读写。另外如果DSP片内有程序正在运行,在下载新程序的时候也会出错。出现这种情况,可以在DSP启动前与CCS进行连接。解决:更改cmd文件中的地址分配使之与OPTION中的Memory Map映射地址空间一致。
检查CMD文件是不是将程序段或数据段错误放到只读存储器中了?查阅芯片手册,注意ROM是不能放你写的任何代码进去的
load program error ccs v6 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.
MSP430: GEL: File: C:\Users\Lenovo\workspace_v6_1_3\fall\Debug\fall.out: a data verification error occurred, file load failed. I am unable to run the LED program due to this problem. Can anyone please indicate what should be done to overcome the same. Other Details: CCS (V...
• CCS NORWrite.out运行没有出现uboot的输入框 1481 • 请问ccs Load Program 的地址是多少? 3023 • DM6467如何通过ARM启动DSP 2943 • 用的TI的dm6467开发板, 将内核和根文件系统下载到开发板中, cmem错误,请问怎么解决这个问题? 2296 提交评论 6个回答 答案...
核查硬件0x00FFFF00是否扩展了RAM,这部分RAM是否工作正常 如果上述正常,检查调用的GEL文件中是否将这段内存正确添加入了memory map 工程
你是emulator还是simulator?emulator的话要有仿真器和开发板,将程序通过仿真器下载到开发板上运行,没连开发板就会出现loadprogram显示灰色 不能点击 。
Which version of CCS/SYSBIOS are you using? Did you try opening a new workspace, then re-using the old app.cfg (without the Boot from Flash enabled) to see if the problem goes away? This question might be more applicable in the BIOS forum, so if you are still having troubl...
1、使用仿真器在线调试需要将开发板调整到DEBUG模式,编译好代码后,执行RUN→DEBUG,进入在线调试。2、在使用ccs对项目编译后,点虫子图标,ccs6.0loadprogram程序即可下载。
Load Program 之前要先连接 Target,不然是灰色的