TI中文支持网
TI专业的中文技术问题搜集分享网站

CC1310 FLASH PROGRAMMER 2可以烧录程序,但是CCS8.3 调试会报错

 error 1170    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 8.0.903.6)Cortex_M3_0: Trouble Halting Target CPU: (Error -2064 @ 0x0) Unable to read device status. 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).

Viki Shi:

首先请确认CCS 版本跟SDK里的release note要求一致,该错误的详细解释如下:

This error is caused by the inability of the JTAG debugger to access the DAP or one of its ARM subcores. This is usually caused by either a hardware failure on the board or invalid code on the subcore that causes it to reset itself continuously.

If this error is originated in software, it can potentially be recovered by accessing the DAP directly and trying to either reset the offending core, lock it or erase its flash memory via a GEL script (some microcontrollers have pre-loaded routines to allow that).

Notes:
Some users reported this error also happens in conjunction with the Invalid device ID error above.
For certain devices such as CC13xx and CC26xx, the GEL script is directly available on the menu Scripts → <device name> → MassErase.
Error: (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).

user5985151:

回复 Viki Shi:

怎么样确认

赞(0)
未经允许不得转载:TI中文支持网 » CC1310 FLASH PROGRAMMER 2可以烧录程序,但是CCS8.3 调试会报错
分享到: 更多 (0)