Other Parts Discussed in Thread: EK-TM4C123GXL
Tool/software: Code Composer Studio
Trying to use XDS110 debug probe with our TM4C123AH6PM custom board for program, debug, and trace. This is the first time we are trying the XDS110.
We are getting SC_ERR_PATH_BROKEN. Maybe we are not using the correct adapter?
The XDS110 came with four adapters. One is apparently a 10-pin ARM adapter. This is the one we tried.
On our board, we have a 50mil connector with these connections:
1 - Pulled up to VCC through 100 ohm 1/4W resistor
2 - TMS/SWDIO
3 - GND
4 - TCK/SWCLK
5 - GND
6 - TDO/SWO
7 - Not connected
8 - TDI
9 - GND
10 - RESET
Program/debug works when using the built-in ICDI of a EK-TM4C123GXL LaunchPad with this custom board.
Target configuration:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0"> <instance XML_version="1.2" desc="Texas Instruments XDS110 USB Debug Probe_0" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110 USB Debug Probe_0" xml="TIXDS110_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0"> <instance XML_version="1.2" href="drivers/tixds510cs_dap.xml" id="drivers" xml="tixds510cs_dap.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds510cortexM.xml" id="drivers" xml="tixds510cortexM.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="Tiva TM4C123AH6PM_0" href="devices/tm4c123ah6pm.xml" id="Tiva TM4C123AH6PM_0" xml="tm4c123ah6pm.xml" xmlpath="devices"/> </platform> </connection> </configuration> </configurations>
Elsewhere on this forum I read that someone solved the problem by rebooting. That did not help in our case.