EXTI Edge Detection Characteristic for STM32H7 - rise/fall time?
I am trying to detect both rising and falling edges on a GPIO input using EXTI.I am using a STM32H755 (144 pin) - SYSCLK is 400MHz, but I am using the CM4 core, so the CPU clock is 200MHz. APB Timer clock is also 200MHz.The signal I am monitoring is ...