Question
How to use DMA control GPIO in STM32H750 series?
OK, I am using STM32H750BV, I have a driver that needs very critical timing control,
so I want to use DMA trigger by timer, transfer memory data to GPIO BSRR register, let GPIO can according to time pass to generate the signal,
but most of all references on the internet is using DMA control SPI or UART, so I wonder how to use DMA( memory to peripheral ) to control GPIO,