Capture egdedirection on input capture with dma
Hello,
i am using the STM32F410CBUx and want to detect rising and falling edges with the Timer 5.
I get these values with the help of the DMA because the signal edges are close together and i need accurate meassurments. The edges occure all in a short time frame and after that i have some time to compute them.
Sadly, all other channels are already in use doing the same with other signals so i cant use two for the same signal.
Is it possible to get the polarity of the edge together with the timervalue through DMA?
Thanks for your help.
