Resolved! EXTI handler gets stuck
Posted on January 24, 2018 at 20:27 With my STM32F4 I am trying to use an external interrupt to read aquadrature encoder on PC02 and regular port PC The interrupt on PC02 fires when I move the encoder, but it won’t return to the main loop again a...