Hello, I have a wierd bug on my board using an nrf54l10. I am using the sys_poweroff(), function to put my device to sleep. Everything is working fine. However, sometimes my application gets stuck when returning from system off. This happens only sometimes, and more often when the device was longer in system_off. I have a watchdog imlemented, that I tested and also works fine usually, but in this specific case the watchdog does not trigger a reset.
The main thing I do different on my current board in comparison to previous projects is that I use an external low frequency 32 kHz quartz. Are there any misconfiguration one can do that could trigger such a behavior.
The main problem is that this bug happens rarely (most often after more than 12 h of system_off time. But sometimes also after 1-2 hours) that it is difficult to reproduce. But as it is a battery powered device it is critical as only a power cycle helps to return to normal operation.
I am using nrfconnect sdk 3.0.2. I clear the reset cause using "hwinfo_clear_reset_cause();" after each startup.
Thank you and regards,
Vito