Discerning Rising and Falling Trigger Edges in HAL_GPIO_EXTI_Callback()
Posted on May 03, 2016 at 00:19I have a digital input GPIO line where I need an interrupt whenever its input changes. In STM32CubeMX I set this pin to an EXTI line and set the interrupt to trigger on both rising and falling edges. When, in response ...