您好:
我在使用C6670开发板的时候,拨码开关按照default格式,然后cmd文件中将所有的数据都放入L2ram(org = 0x800000 , len = 0x100000)中,但是load的时候错误如下:
Error connecting to the target:
(Error -1144 @ 0x0)
Device core is hung. The debugger attempted to recover debug control, but was unsuccessful. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 5.0.872.0)
我不是很理解这个错误,因为我在cmd问中将所有内容放入DDR(org=0x80000000 ,len=0x20000000)中,是可以正确load的,我感觉这个与拨码开关的boot模式有关,但是自己又不是很明白,希望可以得到解答~!谢谢!