刚开始接触DSP开发,被一堆资料淹没了...不知道哪个有空没有,各种试。对各种错误进行分类。
一、LOAD FILE相关
C674X_0: Trouble Writing Memory Block at 0x20 on Page 0 of Length 0x5c80: (Error -1190 @ 0x20) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Release 5.0.333.0)
GEL:Load Failed
没加载GEL文件,各种教程都没说怎么加载,找了半天。方法是Target -> New Target Configuration选择对应仿真器后,点下面->advanced在initialzation file 中添加GEL文件。 然后Debug。出现以下错误:
C674X_0: Trouble Writing Register PC: Error 0x00000006/-1176 Error during: Memory, Register, The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level.
究其原因是linker.cmd不匹配,下载相应的*.cmd添加就好,下载地址http://processors.wiki.ti.com/index.php/Linker_CMD_Files_for_CCS
添加之后能正常下载,开始debug。
用户1699737 2015-12-7 11:09
用户403664 2013-10-12 17:28