Resolved! UART interrupt mode is working but HAL_UART_Transmit_DMA not work why?
I want to send and receive data using DMA but HAL_UART_Transmit_DMA this function not sending any data returns HAL_BUSY error.while uart in interrupt mode both send & receive data works fine.how can i send data using DMA ?/* USER CODE BEGIN Header */...