Consider, I have checked these threads: https://devzone.nordicsemi.com/f/nordic-q-a/38832/system-on-sleep-mode & https://devzone.nordicsemi.com/f/nordic-q-a/30351/how-to-control-specific-time-nrf52832-sleep-mode-system-off-mode
Trying to do auto-wake using NVIC_SystemReset() or RESET or wake-up the controller after every 15mins using internal RTC or software interrupt but didn't work out for me. Also, tried these:
__WFI();
__SEV();
__WFE();
But no results on sleep mode as there are BLE interrupts that may interrupt __WFE()
Will sd_power_system_off() makes internal RTC OFF?
Any code snippet for System On sleep mode & wake-up?
Is it possible to wake-up the NRF52840 using Software Interrupt?
Regards
Vishal Aditya
Embedded Software Engineer