Other Parts Discussed in Thread: CC3220SF, UNIFLASH
Tool/software: Code Composer Studio
I'm attempting to follow the guide at:
I have successfully built the project out_of_box_CC3220SF_LAUNCHXL_freertos_ccs
The first time I tried to debug the project, I saw the error dialogue about updating the XDS110 firmware, this process seemed to start from within CCS but failed.
I followed the instructions in /ccs_base/common/uscif/xds110 , updated the firmware and set a serial number.
The debugger now seems to be recognised:
Tims-Mac:xds110 tim$ ./xdsdfu -m
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2015 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
<<<< Device 0 >>>>
VID: 0x0451 PID: 0xbef3
Device Name: XDS110 Embed with CMSIS-DAP
Version: 2.3.0.11
Manufacturer: Texas Instruments
Serial Num: 00000001
Mode: Runtime
However, when I attempt to start the debugger in CCS, I still see an error:
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 ReadMe.txt file there
for instructions.
I can't see any matches googling error -260
I'm using CCs 7.4.0 on OSX 10.12.6