Tool/software: Code Composer Studio
Hi,
I have 2 CC1310 Launchpads and 2 CC1350 Launchpads which I am only using the XDS110 to connect to my custom boards.
Two of them are working and two aren't.
I recently switch from Windows 7 to Windows 10.
The ones that aren't working are shown as follows:
I am trying to update the XDS110 firmware, doing the following steps:
- Go to the directory where the utility is installed:
- C:\>cd C:\ti\ccsv6\ccs_base\common\uscif\xds110
- Run the configuration just to make sure a XDS110-class debugger is connected (or to list how many are connected) and what is the firmware revision installed on it:
- C:\ti\ccsv6\ccs_base\common\uscif\xds110>xdsdfu -e
- Put the XDS110 in DFU mode:
- C:\ti\ccsv6\ccs_base\common\uscif\xds110>xdsdfu -m
- Run the updater, passing the firmware file and resetting the debug probe afterwards:
- C:\ti\ccsv6\ccs_base\common\uscif\xds110>xdsdfu -f firmware.bin -r
But after "xdsdfu -f firmware.bin -r" I am getting: Device is in runtime mode. Switch to DFU mode using '-m' before attempting any other operation.
I already tried "xdsdfu -m" several times. It says "switching device inot DFU mode" but I still get the error message when trying "xdsdfu -f firmware.bin -r".
What must I do to Windows recognize the XDS110 device?