才开始学习DM8168,一般上手时都希望写一个简单的程序验证一下整个开发流程。我想把hello world程序通过jtag烧写到arm中,出现下面错误:
CortexA8: Trouble Writing Memory Block at 0x40300000 on Page 0 of Length 0x5030: (Error -1065 @ 0x3D5A) 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). (Emulation package 6.0.14.5)
CortexA8: File Loader: Verification failed: Target failed to write 0x40300000
CortexA8: GEL: File: C:\Users\RW\workspace_v6_1\HelloWorld\Debug\HelloWorld.out: Load failed.
我查阅过网上遇到此问题的帖子,总结错误出现的原因可能为cmd文件地址错误,我使用的是ccs提供的hello world模板,cmd是默认自动生成的。我检查过tms320dm8168的memory map,没有发现错误。还有一种可能是因为gel文件使用错了,我现在使用的开发板是第三方提供的,不是TI的评估板。但是使用的gel为第三方提供的,没有使用ti的gel,因此这应该也是没有问题的。现在卡死在这里了,不知如何分析