External Interrupt Slow to Respond
Posted on April 01, 2014 at 17:23I've got an external interrupt configured for an IO pin. It is configured for rising edge: /* Select the EXTI Line7 as the GPIO pin source */ SYSCFG_EXTILineConfig(EXTI_PortSourceGPIOB, EXTI_PinSource7); EXTI_I...