Does the HAL_GPIO_EXTI_Callback inhibit the interruption until it ends?
Posted on June 13, 2017 at 16:54STM32L100RCI'm using PA3 as EXTI3Once the interruption enters, I need to read pulses (data) from PA3I read the data in HAL_GPIO_EXTI_Callback. These are 24 bits which could be 24 pulses after the first one. The first ...