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.
Tool/software: Code Composer Studio
I am getting the problem to connect TIVA launchpad with an error.
CS_DAP_0: Error connecting to the target: (Error -260 @ 0x0) 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.../ccs_base/common/uscif/xds110 directory of your installation.
And while testing connection I got an error.
[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\Edison\AppData\Local\TEXASI~1\CCS\
ti\2\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 'Jul 21 2017'.
The library build time was '19:36:41'.
The library package version is '7.0.48.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]
I didn't understand the problem. What is the problem?
A TIVA laumchpad has a "Stellaris In-Circuit Debug Interface", and not a "XDS110".Vishal Patil said:I am getting the problem to connect TIVA launchpad with an error
Therefore, in the target configuration set the Connection to "Stellaris In-Circuit Debug Interface" rather than "Texas Instruments XDS110 USB Debug Probe".
Thanks, it solved it my issue. Thanks . Thank you very much. I am new to TIVA. I have just started development on it. Thanks for the help. It saves me lots of time.