Hello,
I’m developing a project using the nRF52832 and I’d like to put the MCU into the lowest possible power consumption mode while still being able to wake it up via a GPIO interrupt (e.g., a Level Switch press).
Could you please advise:
-
What is the best power-saving instruction or API call in Zephyr RTOS for this use case?
-
Which sleep mode (System ON, System OFF, Idle, etc.) is most appropriate for allowing wake-up from a GPIO pin?
-
Are there any specific configurations required in
prj.confor the device tree to enable this functionality?
Thank you in advance for your guidance.
Best regards,
Luiz Miranda