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.

Connect DCA1000EVM/IWR6843ISK-ODS for debugging in Code Composer Studio v10

Other Parts Discussed in Thread: IWR6843ISK-ODS, IWR6843ISK, MMWAVEICBOOST, DCA1000EVM

I'm trying to use the DCA1000 connected to an iwr6843isk-ods to debug in CCS v10.

I'm not sure which debug probe to use, but they all give me errors.

Using TI XDS100v2 the error is:

Error connecting to the target:
(Error -151 @ 0x0)
One of the FTDI driver functions used during the connect
returned bad status or an error. The cause may be one or
more of: no XDS100 is plugged in, invalid XDS100 serial number,
blank XDS100 EEPROM, missing FTDI drivers, faulty USB cable.
Use the xds100serial command-line utility in the 'common/uscif'
folder to verify the XDS100 can be located.
(Emulation package 9.4.0.00129)

Using TI XDS110 debug probe:

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 XDS110SupportReadMe.pdf
file there for instructions.

Using TI XDS2xx USB Onboard Debug Probe:

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 XDS110SupportReadMe.pdf
file there for instructions.

I'm guessing XDS100v2 is correct. Because the output from xds100serial is:

VID/PID Type Serial # Description
0403/6010 blank EEPROM unknown no description available

Whereas the output from xds110/xdsdfu -e is:

Scanning USB buses for supported XDS110 devices...
Found 0 devices.

Mmwavestudio works fine and the FTDI error says a "blank EEPROM" can cause the error for the XDS100v2 Debug Probe.

The board is flashed with the ccsdebug image and I've reset the EEPROM on the DCA1000 via mmwave studio, but it still says blank.

Here's what the COM ports look like with the FTDI cable connected, JTAG cable connected, and IWR6843ISK board connected.

System is Windows 10.

The Silicon Labs is obviously the Radar EVM, 4-7 are the FTDIs and 16-17 is the JTAG cable.

I've tried installing the drivers at ccs_base/emulation/windows/xds2xx_drivers and xds110_drivers on the JTAG COMs, but obviously that didn't work and isn't supposed to as it hard-crashed my computer.

Thanks in advance.