Alternative option for GPIO External Interrupt for fast signals
Hello, I'm using Nucleo H723ZG.In my project, i need to detect a rising edge to trigger a callback. What i have done is that i setup a GPIO as external interrupt, and i verified the code by manually connecting and releasing from 3v3 pin. The actual s...