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.

CC3220SF-LAUNCHXL:

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG,

I am developing on the CC3220SF-LAUNCHPAD in Code Composer Studio (CCS) and am experiencing a problem. The problem is that any time I want to program the CC3220 device with new code, I get the error message: 

(Error -1170 @ 0x0)
Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). 

My working solution is to reset the device and retry, but this is too slow. The error happens ANY TIME I want to program the device with new code, so I end up wasting a lot of time:

  1. Click the "debug" button which attempts to program the device and start the debugger
  2. Device fails with error -1170. Cancel the debug session and reset the board (with the physical "reset" button)
  3. Click the "debug" button again, which successfully programs the device.

As you can see, I have to click debug TWICE. It's frustrating that anytime I want to debug new code, I have to reset the board. Again, this happens every time I want to program the device with new code.

The online resources have said to verify the device is in develop mode and to verify the MAC address, which I've done. That's about all I found online, I don't know what else I can do. Any help will be greatly appreciated.

Thank you!