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.

Application does not reload while using debugger without having to reset the LP

Other Parts Discussed in Thread: CC3200

Using GCC via CCS 6.1.3 

Debugger is XDS 100V2 JTAG Debug Probe(14 pin)

OS: FreeRTOS

SDK: 1.2.0

 The problem is that we're calling ConfigureSimpleLinkToDefaultState() in our main task and it calls sl_Start( 0, 0, 0 ) which never returns. If we click the debugger's reset button at the top of CCS and try again it works. Each time we reset, it toggles between a working and non-working state. We only see the issue while using the debugger, but it's a constant nuisance to our development team.

From other posts, i see that we need to define "DISABLE_DEBUGGER_RECONNECT" but his did not solve my issue.

Please help us understand and resolve this issue.