Resolved! STM32H723 Input capture timer over DMA using Low Layer
Hello STM Community, I want to implement on STM32H723 ultrasonic sensor and I use TIM8 Input Capture mode to read time between falling edges. It worked on interrupts, but I want to use DMA in order prevent interrupt storm and to speed up calcula...