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.

CCS/CC3220SF-LAUNCHXL: CCS/CC3220SF-LAUNCHXL

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

I am using CC3220SF launchpad, i am running a example from SDK. Every time i run the example the connection to the board gets lost. When i traced the issue, it seems that the sl_Start() function is causing the problem. i further traced the issue and when device sl_DeviceEnable() function is called the board does not respond.

i am using the following:

sl_start(NULL,NULL,NULL);

and following is the response:

Cortex_M4_0: Can't Single Step Target Program: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 8.3.0.00003)
Cortex_M4_0: Trouble Halting Target CPU: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 8.3.0.00003)
Cortex_M4_0: JTAG Communication Error: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 8.3.0.00003)
Cortex_M4_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory.