How to transmit USART data by DMA with STM32MP1xx HAL Driver (HAL_USART_Transmit_DMA)?
Hi, all.I use STM32MP151CAA3.I want to transmit USART data by DMA with HAL Driver.I’m trying to use HAL_USART_Transmit_DMA () function to transmit data.In the case of STM32F437ZI(using STM32F4xx HAL Driver), when calling HAL_USART_Transmit_DMA(), USA...