NRF52832: Disable all wakeup sources

Hi,

We would like to disable all wakeup sources before calling sys_poweroff. How to achieve this using Zephyr API? Pin configuration should remain as previously configured.

For background, we need to shut down the CPU in case of a low battery. CPU would only wake up from a power cycle (replace battery).

Cheers

Related