Hello,
I’m trying to use several of the GPIO pins to precisely measure timing on an STM32H7. When I use the DigitalOut class in Mbed OS to drive the GPIO pin, the board crashes, saying that it’s “Not allowed in ISR context”.
Is there an alternate version of DigitalOut that can be called from within ISR context?
Thanks!
-Dan Fay