This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52DK runs in rtos, thread will not be back to ready state after sleep()

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??

Related