Parallel transmission using GPIO and DMA (like AN4666)
Hi,I would like to send parallel byte data from STM32H743 using DMA, e. g. using Port G0...G7, using a timer to define the cycling (e. g. TIM3.CH2).For STM32L and STM32F4 this is described in AN4666 I think. I did this already on STM32F4, there it se...