Are there any examples of a UART transmit with DMA for a STM32MP1?
In a normal M4 like the STM32F466RE the MX program does most of the setup for transmitting the UART with DMA when you configure. However there is NO DMA option when setting up the UART for the STM32MP157. I dump internal information to a UART so I ca...