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.

CC1310: Can't connect to CC1310 Launchpad

Part Number: CC1310

Hi,

I was testing a application which manipules the internal flash.

Sudenly, I couldn't connect to the CC1310 Launchpad anymore.

I get this error when I trying to connect using SmartRF:

And I get this error when trying to connect using Code Composer Studio:

I already tried to re-install the XDS110 using this steps:

If manual updating or diagnostics is required, using a Windows host is highly recommended. Close any instances of CCS that are running in your system. Open a Windows Command Prompt and issue the following commands:

  1. Go to the directory where the utility is installed:
    C:\>cd C:\ti\ccsv6\ccs_base\common\uscif\xds110
  2. 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
  3. Put the XDS110 in DFU mode:
    C:\ti\ccsv6\ccs_base\common\uscif\xds110>xdsdfu -m
  4. 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 the problem remains.

What can I do?