Resolved! External interrupt and button debounce
Hi all, I currently work on STM32F030K6 . I am working with a reed switch connected to pin PA8 (EXTI8). I havec onfigured the PIN like : "external Interrupt Mode rising/falling ....I need to perform an action on the rising edge AND on the falling ed...