Hello,I'm posting a question to get advice on a problem about communication with UART using DMA.I wrote code like followings : Transmit data only when HAL_DMA_STATE is ready. if(HAL_DMA_GetState(hdma) == HAL_DMA_STATE_READY) HAL_UART_Transmit(hu...