Hello,
I am using nRF Connect SDK v2.9.0, and nRF54l15 board. I enabled the watchdog timer and used its driver in zephyr/drivers/watchdog.h
It seems to work fine. The reset happens after the WDT fires. But my problem is that the WDT callback seems to be not executed. Here is my WDT callback