Tool/software: Code Composer Studio
I am attempting to follow the instructions in the MMW SDK Users Guide (http://software-dl.ti.com/ra-processors/esd/MMWAVE-SDK/latest/exports/mmwave_sdk_user_guide.pdf, section 4. 4. How to connect xWR14xx/xWR16xx EVM to CCS using JTAG
My target setup is as follows:
When I attempt "Test Connection", I get the following error: (I have included the full output log at the end of this post)
The value is '-260' (0xfffffefc).
The title is 'SC_ERR_XDS110_OPEN'.
The explanation is:
An attempt to connect to the XDS110 failed.
The board shows up in device manager as follows:
Following the recommendations from the error message, I attempted to update the XDS firmware using the readme directions from C:\TI\ccsv7\ccs_base\common\uscif\xds110, with the following result:
As you can see, there are two oddities: 1) Three fields are listed as <<Unknown>>, and 2) The device is apparently still in runtime mode even after the command to enter DFU mode.
I tried this many times with the same result, including power cycling the board, and waiting longer or shorter times between sending the two commands.
After this, I tried the instructions for "Recovering a Bricked XDS110 Without JTAG". However, when turning the board on with pin 97 grounded, I just get:
Any advice for how to successfully connect CCS to the board?
Additional Info:
My end goal is to run the capture demo. I have successfully loaded "xwr16xx_capture_demo.bin" to the board, and can talk to the board just fine with teraterm on COM14: XDS110 Class Application/User UART.
Full JTAG connection failure error message:
[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)]------------------------------------
C:\Users\epahlke\AppData\Local\TEXASI~1\
CCS\TI\0\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioxds110.dll'.
The library build date was 'Feb 8 2018'.
The library build time was '18:36:28'.
The library package version is '7.0.188.0'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.
An error occurred while hard 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 '-260' (0xfffffefc).
The title is 'SC_ERR_XDS110_OPEN'.
The explanation is:
An attempt to connect to the XDS110 failed.
The cause may be one or more of: no XDS110 is connected, invalid
firmware update, invalid XDS110 serial number, or faulty USB
cable. The firmware and serial number may be updated using the
xdsdfu utility found in the .../ccs_base/common/uscif/xds110
directory of your installation. View the ReadMe.txt file there
for instructions.
[End: Texas Instruments XDS110 USB Debug Probe_0]