hi,
can some one please help me how to analyze the output of power management example from nrf sdk12.3.0
hi,
can some one please help me how to analyze the output of power management example from nrf sdk12.3.0
Hi,
I'm not sure I understand the question. Have you read the documentation, both for the example and the library that is linked in the example documentation?
Best regards,
Jørgen
yes, i have gone through both, but what i am not able understand is how can i identify that CPU is in system off mode
is that by measuring the current or something else?
i am new to this board, if this is a silly question please don't mind.
You can see it by checking the current, yes. System OFF is the lowest power state and the current will reflect this. You have to put the device in System OFF mode yourself, this is not something the chip will do by itself. Wakeup from System OFF will trigger a reset, meaning any code after you out the chip in System OFF mode will be executed.
Thank for your suggestion