nrf54L15 - WatchDog functionality in deep sleep.

Hello, 

I am configuring the Watchdog Timer (WDT) on my custom device and observed that it gets disabled when the system enters Deep Sleep mode. This behavior prevents the device from resetting, even when the GRTC wake-up interval exceeds the watchdog feeding period.

I wanted to know a method to keep the watchdog active during Deep Sleep. The device should periodically wake up from Deep Sleep, feed the watchdog, and return to sleep. This cycle should continue until the defined sleep duration elapses, at which point the GRTC should trigger the final wake-up event. 

Related