如果我的AM243x片子里烧录了SBL+APP,APP正常运行,这种情况下是否不能使用CCS进行调试?结果是不论调试的工程与已经正常运行的APP,是否跑在相同的核上,均提示失败。如下:
CS_DAP_0: Error connecting to the target: (Error -1170 @ 0x0) Unable to access the DAP. 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 9.9.0.00040)
我查了下TI专门的调试文章中关于“Error connecting to the target”的说明,并不是很清晰,只是提到了不能访问内核。但上面这种情况下为什么不能访问内核?另外,这种情况下如果我需要调试,该如何做,删除flash中的APP?那又如何删除?