Other Parts Discussed in Thread: AM5728
Tool/software: Code Composer Studio
I received a new Spectrum Digital XDS200 and connected it to my Windows 10 Dell PC and a AM572x EVM. I am using CCS 9.1.
These are the Emulator packages installed in CCS 9.1.
After setting up a new Target Configuration with Connection = 'Texas Instrument XDS2xx USB Debug Probe' and Board or Device = 'IDK_AM572X', I tested the connection and received the error message below.
Test Connection Message:
______________________________________________________________________
[Start: Texas Instruments XDS2xx 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)]------------------------------------
C:\Users\edwin\AppData\Local\TEXASI~1\CCS\
ccs901\0\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 560/2xx-class product.
This utility will load the program 'xds2xxu.out'.
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_io
Failed to open i/o connection (xds2xxu:0)
An error occurred while soft opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-250' (0xffffff06).
The title is 'SC_ERR_ECOM_EMUNAME'.
The explanation is:
An attempt to access the debug probe via USCIF ECOM has failed.
[End: Texas Instruments XDS2xx USB Debug Probe_0]
_________________________________________________________________
I also try Board or Device = 'AM5728_RevA' but received the same error message.
I connected the XDS200 directly into one of the USB port in my PC (no USB hub in the middle).
I also use one of my USB cable compatible with the XDS200 which resulted in the same error message.
I also noticed that neither of the XDS200 LEDs where on.
Searching the e2e database, I found this post which is very similar to the problem I was having. https://e2e.ti.com/support/microcontrollers/other/f/908/t/868787?tisearch=e2e-sitesearch&keymatch=TMDSEMU200-U. I follow the suggestions in the post but I did not have any luck making the XDS200 works.
executing: xds2xx_conf get xds2xxu 0
returned: Error: Failed to open port connection : xds2xxu : 0
Error: test failed
I also noticed that my device manager did not show the XDS200 any where.
I think the XDS200 just does not work. Looking for alternative suggestion to fix this problem.