I have XDS100v3 (produced by Embest) debug probe and want to use it for flashing TM4C1294NCPDT parts installed on my own PCB. And at first I want to test flashing and debugging on evaluation board EK-TM4C1294XL. My XDS100v3 hasn't any cable in its kit. So I manually connect pins as described in www.ti.com/.../spma075.pdf document. Then I create the new project in CCS 6.1.3, choose XDS100v3 in Connection menu and click Verify. But a message appears that says "Target not connected, controller detected a break far-away from debug probe".
What's wrong? I connect no external components (such as resistors) as said in SPMA075 that EK-TM4C1294XL has no need in additional elements for debugging via JTAG.
Here is my target *.ccxml:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="configuration_0"> <instance XML_version="1.2" desc="Texas Instruments XDS100v3 USB Debug Probe" href="connections/TIXDS100v3_Dot7_Connection.xml" id="Texas Instruments XDS100v3 USB Debug Probe" xml="TIXDS100v3_Dot7_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS100v3 USB Debug Probe"> <instance XML_version="1.2" href="drivers/tixds100v2cs_dap.xml" id="drivers" xml="tixds100v2cs_dap.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2cortexM.xml" id="drivers" xml="tixds100v2cortexM.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="Tiva TM4C1294NCPDT" href="devices/tm4c1294ncpdt.xml" id="Tiva TM4C1294NCPDT" xml="tm4c1294ncpdt.xml" xmlpath="devices"/> </platform> </connection> </configuration> </configurations>