Question
IWDG trapping
Hello,
I activated the IWDG on a STM32L431 device and a watchdog occurs.
How could I trap it to find the issue?
This watchdog resets the device so I do not know how to find the stack values when this watchdog occurred.
Is there a way to send this IRQ to a IRQ_handler to be able to save the stack content?
How is this issue usually handled on STM32L4xx devices?
Any advices?
Best regards
Mich