本帖最后由 一只耳朵怪 于 2018-6-22 11:10 编辑
我采用XDS100v2 USB Emulator在CCSV5下调试DM365
开发板。不知为什么在run下执行debug后,总是出现以下错误信息:
ARM9: GEL Output:
DM365EVM ARM Startup Sequence
ARM9: GEL Output: Disable IRQ/FIQ
ARM9: GEL Output: Flush Cache
ARM9: GEL Output: Disable MMU
ARM9: GEL Output: Disable IRQ/FIQ
ARM9: GEL Output: Flush Cache
ARM9: GEL Output: Disable MMU
ARM9: GEL Output: Setup Power Modules (All on)...ARM9: GEL Output: [Done]
ARM9: GEL Output: Setup PinMux...ARM9: GEL Output: [Done]
ARM9: GEL Output: Setup PLL0...ARM9: GEL: Error while execu
ting OnTargetConnect(): Target failed to write memory at 0x01C40900 at (*(pll_ctl)&=~(0x0001)) [evmdm365.gel:500] at Setup_PLL1() [evmdm365.gel:124] at OnTargetConnect() .
ARM9: Error: (Error -1029 @ 0x2B5F) Invalid data read from ICECrusher register. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.872.0)
ARM9: Failed Software Reset
ARM9: Error: (Error -1029 @ 0x2B5F) Invalid data read from ICECrusher register. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.872.0)
ARM9: Unable to determine target status after 20 attempts
ARM9: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
检查.GEL文件,没有发现什么问题。在targetConfigs下检查EVMDM365.ccxml, 设置没有什么问题, 可是连接测试出错。请问这是什么原因啊。谢了!