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

System OFF Current in 52840

Good morning,

I am trying to get the lowest current during system OFF (no RAM retention, no wake-up sources configuration) on 52840 PDK. The spec says that the OFF current can be as low as 0.4 uA. However, I cannot get below 1.3 uA. Using the PPK I can see ~40 uA periodic spikes every ~50-60 ms. When I looked through the previously posted questions I concluded that this may be the LDO/DCDC refresh mode, but I am not sure. Could you please confirm?

And if this is really the case, does this mean that there is no way of reaching the 0.4 uA that is stated in the spec?

I used the following code:

int main(void){

    NRF_POWER->SYSTEMOFF =1;

    while(true){__WFE();}

}

Thank you,

Michael

Parents Reply Children
No Data
Related