Resolved! Starting a Timer via a GPIO Pin at a changing edge and return the value into the DMA via another GPIO and changing edge
Hey,I'm using a Nucleo-F446RE and the STM32 Cube IDE.I want to start the Timer3 with a changing Edge at a GPIO Pin. Then the Timer should count till another GPIO has a changing Edge aswell. Now the timer should be disabled and the counter should be s...