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

No TWI after sleep

If I use sd_app_evt_wait() or nrf_pwr_mgmt_run, I lose TWI.  In other words, in order to use TWI, I need re-initialize it.

If I use:

 __SEV();
 __WFE();
 __WFE();

It works but current consumption is at 1.2mA

Is this a normal behavior?

Related