SYSTEMON vs SYSTEMOFF sleep

I was reading the Errata document for the NRF54L15, and came across this: 3.18 [37] POWER: Current consumption might increase after pin reset or power cycle. So I was wondering as a rule of thumb, what time interval is SYSTEMOFF sleep more power efficient than idle sleep (WFI)? Is it eg for anything above 1 second preffer system OFF, or something like that? 

Parents Reply
  • We specify the system run current with the CPU active, the startup time before the first instruction is executed on wake-up, etc. in the datasheet, but this alone isn't sufficient to make any estimates how much energy your device will consume as we don't know what the FW needs to do on startup before it's ready to perform tasks (record data for example). It's best to measure the startup current using a PPK2 or similar. 

Children
Related