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.
大家好,
我在点击Debug,Load GEL过程中出现以下错误
Trouble Reading Memory Block at 0x2350808 on Page 0 of Length 0x4: (Error -1202 @ 0x2350808) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.872.0)
CCS的Consol显示如下
C66xx_0: GEL Output: Main PLL (PLL1) Setup ... C66xx_0: GEL Output: PLL1 Setup for DSP @ 983.0 MHz. C66xx_0: GEL Output: SYSCLK2 = 327.6667 MHz, SYSCLK5 = 196.6 MHz. C66xx_0: GEL Output: SYSCLK8 = 15.35938 MHz. C66xx_0: GEL Output: PLL1 Setup... Done. C66xx_0: GEL Output: Power on all PSC modules and DSP domains... C66xx_0: Trouble Reading Memory Block at 0x2350808 on Page 0 of Length 0x4: (Error -1202 @ 0x2350808) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.872.0) C66xx_0: GEL: Error while executing OnTargetConnect(): target access failed at (*(mdstat)&0x1f) [evmc6670l.gel:1710] at Set_PSC_State(0, 2, 0x3) [evmc6670l.gel:1628] at Set_Psc_All_On() [evmc6670l.gel:2608] at Global_Default_Setup_Silent() [evmc6670l.gel:705] at Global_Default_Setup() [evmc6670l.gel:957] at OnTargetConnect() . C66xx_0: Trouble Reading Register ControlRegisters_CSR: (Error -1202 @ 0x41) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.872.0) C66xx_0: 1 other operation(s) were automatically canceled as a result C66xx_0: GEL Output: Invalidate All Cache... C66xx_0: Trouble Writing Memory Block at 0x1845028 on Page 0 of Length 0x4: (Error -1202 @ 0x1845028) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.872.0) C66xx_0: GEL: Error calling OnPreFileLoaded(): target access failed C66xx_0: 1 other operation(s) were automatically canceled as a result C66xx_0: GEL: File: D:\Project\DSP\IPCC_test\Debug\IPCC_test.out: Load failed.
这个问题,有时后板卡重新上电后,就能通过;有时候又出现了。
1. 请问,这种问题,一般如何找到原因?
2. 上面显示Trouble Reading Memory Block at 0x2350808 ,难道是Map文件对Memeory的分配有问题?可是如果有问题,应该一直有问题,为什么时好时坏?
谢谢!