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

WFE, WFI, and SystemON mode differences

HI.  I used a translator.

I am using the nRF52840 DK and SDK15.

I want to save power when there is no input from the switch.

I want to wake up when a switch input (external interrupt) occurs.

(The stm32 chip used STOP mode.)

I found out that there is WFE, WFI, System ON mode, System OFF mode, sd_app_evt_wait() through the search.

But I do not know exactly what it does.

Could you explain the difference?

Thank you in advance.

Related