NRF52 High power consumption on in PM_STATE_SUSPEND_TO_IDLE/PM_STATE_SUSPEND_TO_RAM state - Zephyr

Hi,

I am working on the nrf52 pdk using zephyr ncs v2.1.2 on windows

I am using the zephyr system off example in which I get the 30-40uA current as shown below.

But if I replace the PM_STATE_SOFT_OFF (Please refer below line code) to the PM_STATE_SUSPEND_TO_IDLE or PM_STATE_SUSPEND_TO_RAM state then I get the higher current as shown in below image,

pm_state_force(0u, &(struct pm_state_info){PM_STATE_SOFT_OFF, 0, 0});
Please help me to resolve the same problem.
why i am getting the too high current in it?
Thanks. 
Parents Reply Children
No Data
Related