Hi,
I meet a problem:
nrf52DK runs a rtos similar with nuttx. The debug environment is ubuntu 16.04; the debug log is printed via minicom.
When the JLinkExe is not opened, thread will not be back to ready state after sleep().
But after JLinkExe is opened and connect command is executed in jlink's command line, the rtos can execute sleep and thread can be back to running state.
Is there any setting about this??