尊敬的团队:
我正在尝试使用 TI 提供的20引脚至10引脚电缆转换器的 XDS110调试探针对 MSP432e401y Launchpad 进行编程。 CCS 显示 "Value 为'-233'(0xffffff17)。 标题为"SC_ERR_PATH_BLOCed"。 请查找附件以了解详细信息
您能不能建议我如何使用调试器对其进行编程。




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.
尊敬的团队:
我正在尝试使用 TI 提供的20引脚至10引脚电缆转换器的 XDS110调试探针对 MSP432e401y Launchpad 进行编程。 CCS 显示 "Value 为'-233'(0xffffff17)。 标题为"SC_ERR_PATH_BLOCed"。 请查找附件以了解详细信息
您能不能建议我如何使用调试器对其进行编程。




您的目标配置文件将调试探针选择显示为"按序列号选择"、序列号为"ME401023"。 我认为序列号可以用于 Launchpad 上的板载 XDS110、它与目标断开连接、而不是用于 TMDSEMU110-U
我尝试了相同的配置、Launchpad USB 连接由与 TMDSEMU110-U 相同的 PC 供电 一次插入一个会导致 xdsdfu -e 显示:
如果我使用 序列号为"ME401023"(launchpad)的"按序列号选择"、则测试连接失败、并显示 "C_ERR_PATH_BARRed"。
而如果 使用 序列号为"0000000000000000"( TMDSEMU110-U)的"按序列号选择"、则测试连接通过:
[Start: Texas Instruments XDS110 USB Debug Probe_0]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
/home/mr_halfword/.ti/ccs1210/0/0/BrdDat/
testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100/110/510 class product.
This utility will load the adapter 'libjioxds110.so'.
The library build date was 'Sep 20 2022'.
The library build time was '12:24:54'.
The library package version is '9.9.0.00040'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.
The controller has a version number of '5' (0x00000005).
The controller has an insertion length of '0' (0x00000000).
This utility will attempt to reset the controller.
This utility has successfully reset the controller.
-----[Print the reset-command hardware log-file]-----------------------------
The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the XDS110 with USB interface.
The link from controller to target is direct (without cable).
The software is configured for XDS110 features.
The controller cannot monitor the value on the EMU[0] pin.
The controller cannot monitor the value on the EMU[1] pin.
The controller cannot control the timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '0' (0x0000).
-----[Perform the Integrity scan-test on the JTAG IR]------------------------
This test will use blocks of 64 32-bit words.
This test will be applied just once.
Do a test using 0xFFFFFFFF.
Scan tests: 1, skipped: 0, failed: 0
Do a test using 0x00000000.
Scan tests: 2, skipped: 0, failed: 0
Do a test using 0xFE03E0E2.
Scan tests: 3, skipped: 0, failed: 0
Do a test using 0x01FC1F1D.
Scan tests: 4, skipped: 0, failed: 0
Do a test using 0x5533CCAA.
Scan tests: 5, skipped: 0, failed: 0
Do a test using 0xAACC3355.
Scan tests: 6, skipped: 0, failed: 0
All of the values were scanned correctly.
The JTAG IR Integrity scan-test has succeeded.
-----[Perform the Integrity scan-test on the JTAG DR]------------------------
This test will use blocks of 64 32-bit words.
This test will be applied just once.
Do a test using 0xFFFFFFFF.
Scan tests: 1, skipped: 0, failed: 0
Do a test using 0x00000000.
Scan tests: 2, skipped: 0, failed: 0
Do a test using 0xFE03E0E2.
Scan tests: 3, skipped: 0, failed: 0
Do a test using 0x01FC1F1D.
Scan tests: 4, skipped: 0, failed: 0
Do a test using 0x5533CCAA.
Scan tests: 5, skipped: 0, failed: 0
Do a test using 0xAACC3355.
Scan tests: 6, skipped: 0, failed: 0
All of the values were scanned correctly.
The JTAG DR Integrity scan-test has succeeded.
[End: Texas Instruments XDS110 USB Debug Probe_0]
谢谢切斯特、这解决了我的问题。
我对新设计的 PCB 执行了同样的操作、 并编写了一个 程序来切换 GPIO 引脚、我在新 PCB 中首次成功完成编程、但之后我将尝试进行编程、它会显示以下消息。 新 PCB 的3号就出现了这种情况。 我正在使用32MHz 晶体
连接到目标时出错:
(错误-1170 @ 0x0)
无法访问 DAP。 重置设备、然后重试此操作。 如果错误仍然存在、请确认配置、对电路板进行下电上电和/或尝试更可靠的 JTAG 设置(例如、较低的 TCLK)。
(仿真包9.8.0.00235)
第6.2节"在通过 JTAG 接口使用 SimpleLink MSP432E4微控制 器加载软件后 JTAG 不工作"可能会导致这种情况。
该 参考文档中的第5.3节执行解锁序列说明了如何执行解锁序列将 MSP432E4微控制器复位至出厂状态、从而使器件可通过 JTAG 再次访问。
怀疑下载的程序存在问题、该程序为器件设置了不正确的时钟。
如果您无法识别问题、建议在 基于 Arm 的微控制 器论坛中创建新主题。