Is there a way to find out edge polarity in an interrupt without a re-read? STM32H750
Hi, I have both rising and falling edge enabled for an EXTI interrupt on GPIO. I would like to know what edge the interrupt has been entered on, re-reading the GPIO line is error prone and not viable due to latency. I can have a counter that I check ...