User Activity

I have a system that uses an STM32L476 controller, where we are using EXTI0 to wake up on a falling edge interrupt.My interrupt service routine used to wake up, contains an IWDG reset, so any time the interrupt gets serviced, we just reset (that's th...