UART Tx DMA variable length
Posted on November 25, 2015 at 03:39 I am currently using STM32F4 Discovery board, and i configure UART 2 into DMA mode for sending data. i am able to send data with a fixed length to UART 2 using DMA. But, i want to send data with a var...