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

from system on to system off

I am using the nRF5_SDK_11.0.0.

I want to state of the system off sleep after entering system on sleep.

For example, from the state of system on sleep, it becomes system off sleep after 5 seconds.

However, it did not escape from the state of system on sleep with the __SEV();__WFE(); __WFE();.

Could you give me some advice? main.c

Related