Hi
I try to run a nRF9160 on a nRF9160DK with lowest power possible.
A wake up from pin and periodically from RTC is required.
In the nRF9160_PS_v2.0.pdf is IMCUON1 MCU on IDLE, modem off, RTC on 2.2 μA
When I run nrf_regulators_system_off(NRF_REGULATORS_NS);
Current is ok 2-3uA
Wake up with PIN works
Wake up from RTC does not work.
When I run __WFI();
Current is not ok 10-12uA
Wake up with PIN works.
How to setup nRF9160 for IMCUON1 MCU on IDLE, modem off, RTC on 2.2 μA
with wake up from PIN and RTC?