We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
is it possible to start a DMA transaction by a falling edge on a GPIO pin?
I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is not a really good solution, because of a trigger-signal of 9 - 18 MHz. So i want to trigger the DMA by the hardware.
Greetings Hirbel
i forgot: the prozessor is a STM32F103 ;)