EXTI11 HAL
Posted on October 06, 2016 at 13:48I am trying to make EXTI11 work using the HAL libraries and run into troubles. This is my configuration /*Configure GPIO pin : EXT11_Pin */ GPIO_InitStruct.Pin = GPIO_PIN_11; GPIO_InitStruct.Mode = GPIO_MODE...