原创 Error大集合:DSP开发新手错误集锦

2013-10-12 10:30 4988 16 18 分类: 处理器与DSP

刚开始接触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。

 

文章评论2条评论)

登录后参与讨论

用户1699737 2015-12-7 11:09

注意总结,乐于分享,能成大器

用户403664 2013-10-12 17:28

期待续集
相关推荐阅读
用户424256 2013-09-27 16:27
Error大集合:matlab矩阵转置
今天2了... 做matlab仿真,相同的数据,行向量和列向量fft做出来的结果完全不相同。抓狂了... 表达式如下: x=fft(s)'; y=fft(s'); 结果就是x不...
用户424256 2013-09-21 09:20
Error大集合: Out of memory in module quartus_map.exe
编译跑到9%死活动不了,报错信息Out of memory in module quartus_map.exe(2017 megabytes used)。 根据ATLERA的说法是因为wind...
我要评论
2
16
关闭 站长推荐上一条 /2 下一条