Problem with STM32F427 and spurious EXTI interrupts
Posted on April 11, 2017 at 22:31I use the following code to initialize the GPIO for EXTI interrupt handling.I want GPIO F14 to trigger on the falling edge and most of the time it works properly.However, every 1000 or so interrupts, the EXTI Interru...