Resolved! IWDG Early Interrupt not generating on STM32 NUCLEO-U385RG-Q (Arduino IDE)
Hi everyone,I'm building a watchdog application on the STM32 NUCLEO-U385RG-Q using the Arduino IDE and the IWatchdog library. Since the library doesn’t support early interrupt callbacks, I modified it by adding some LL code (afterLL_IWDG_SetReloadCou...