Start timer on GPIO input High and change another GPIO
I'm trying to start a timer when input GPIO becomes high (on its rising edge), at the same time i want to pull another GPIO to low. This is time critical.
I'm using an external adc which will output a ready signal, at that time i want to pull CS pin to low and wait for a delay (tREAD), at the end of timer , want to pull the CS back high.
Which is the best way to do, as i need the least latency.
I'm using Nucleo H723ZG
