GPIO interrupt problem
Posted on January 04, 2017 at 19:52Hi everybody.I have to implement a Wiegand reader on a STM32 demo board.Using CubeMX I have defined 2 gpios as GPIO_EXTI and now the HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) is triggered.The problem is that the ca...