Resolved! How DMA works in UART
Hello ! I've been wondering how DMA works in UART. I've checked some codes for example HAL_UART_Transmit_DMA(). I know it is set to sned 8 bit to peripheral. But I wondered when DMA knows that UART sent 8 bit when it is TX DMA or recevied 8 bit when ...