Resolved! STM32G0 Minimum EXTI Pulse Width
Hi Folks,I'm working with an STM32G0B1MCT6. In my application I need to be able to react to pulses with a width of about 5 ns. It seems the only way I could pull this off is with the rising edge detection in the EXTI controller, or some additional ex...