Part Number: LAUNCHXL-F280039C
Other Parts Discussed in Thread: C2000WARE,
Tool/software:
Trying to run an led exambple(gpio_ex2_toggle) from C2000Ware.
Working with LAUNCHXL-F280039C.
XDS debugger is not working.
Thn google took me to this link https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/468712/connect-to-the-xds110-failed
Went to this pdf in uscif/xds110 folder
XDS110SupportReadMe.pdf
ran the following 2 commands
A)
xdsdfu -m
output on command line:
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110> .\xdsdfu -m
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2019 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: 3.0.0.19
Manufacturer: Texas Instruments
Serial Num: CL391078
Mode: Runtime
Configuration: Standard
Switching device into DFU mode.
B)
xdsdfu -f firmware.bin -r
Switching device into DFU mode.
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110> .\xdsdfu -f firmware_3.0.0.31.bin -r
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
The requested device was not found on the bus.
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110>
XDS is not updating.
Not able to debug.
please help