trying to understand EXTI example code
Posted on September 20, 2012 at 03:51I have EXTI example running on my stm32f4 board but I am having trouble changing the PIN which causes the interrupt. Here is the initialization method:void EXTILine0_Config(void) { GPIO_InitTypeDef GPIO...