Can I implement a nanosecond delayed signal output with the stm32H723 chip
I would like to implement delay signal output with STM32 MCU.So I use the original signal input for EXT interrupt.EXT interrupt's callback activates the timerIf a timer callback is called after a time delay of the desired value, it is implemented by ...