Using GCC via Eclipse Mars 2 on Windows 7 64-bit system
Debugger is a Segger J-Link using 2-Wire debug.
OS: FreeRTOS
SDK: 1.2.0
I've seen this issue posted multiple times already in the forum, but none of those solutions work for us.
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 Eclipse 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.
Please help us understand and resolve this issue.