工具/软件:
主题: LP-AM263:无法访问 DAP(错误–1170)、SC_ERR_PATH_BROKEN 的“测试连接“失败
您好:
我正在开始使用新的 AM263x LaunchPad (LP-AM263)、但无法在 Code Composer Studio 中连接到目标。
我的设置:
-
电路板: AM263x LaunchPad (LP-AM263)
-
CCS 版本: [例如、CCS 12.6 Theia ]
-
SDK 版本: [例如、MCU+ SDK 10.02.00.13]
-
操作系统: Windows 11.
问题:
当我尝试调试任何工程(例如,来自 SDK 的 gpio_led_blink 示例)时、该过程失败、并显示以下错误:
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 20.2.0.3536)
我已采取的故障排除步骤:
-
物理连接: 我已尝试使用多个 USB 端口和一条不同的 USB 电缆。 电路板正确通电。
-
Windows 驱动程序: 我选中了“Device Manager“。 电路板正确显示为“XDS110 Class Application/User UART“和“XDS110 Class Auxiliary Data Port“、没有错误或黄色警告图标。
-
引导模式开关: 我已将引导模式开关 (S1) 设置为 OFF-OFF-OFF-OFF 在“无引导/JTAG“模式下、并在更改电路板后对其进行下电上电(拔下并重新插入 USB)。
-
“测试连接“诊断: 我从目标配置 (.ccxml) 文件运行“Test Connection“实用程序。 测试失败、并显示以下错误日志:
-----[An error has occurred and this utility has aborted]----
This error is generated by TI's USCIF driver or utilities.
The value is '-233' (0xffffff17).
The title is 'SC_ERR_PATH_BROKEN'.
The explanation is:
The JTAG IR and DR scan-paths cannot circulate bits, they may be broken.
An attempt to scan the JTAG scan-path has failed.
The target's JTAG scan-path appears to be broken
with a stuck-at-ones or stuck-at-zero fault.
假设驱动程序正常工作且引导模式设置正确、则 SC_ERR_PATH_BROKEN 错误会提示硬件级问题。 这可能是 LaunchPad 的硬件故障、还是应该尝试任何其他软件/配置步骤?
