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?
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?
Hi,
No, this is not normal behavior.