STM32F103 EXTI not firing?
Posted on April 20, 2015 at 15:50Written this code many times. No clue why it is not working. See any obvious errors?//CODE FOR INIT. Note that APB2 clocks are initialized for ports GPIO_InitTypeDef GPIO_EXTI0; GPIO_EXTI0.GPIO_Pin = GPIO_Pin_7; ...