Question
Watchdog gets triggered on every Interrupt, that's not preconfigured through CubeMX
Hi everyone,
On my STM32F429-Disco Board the WWDG-Handler triggers everytime there is an Interrupt, that I didn't configure through CubeMX. I wanted to add another UART and enabled the RXNE Interrupt. As soon as anything happens on the RX line the WWDG triggers. Same thing with the external Interrupt on a GPIO. As soon as I pull the Pin High or Low the µC freezes.
Any idea what I'm doing wrong?
