STM32 UART DMA RX/TX
This is an application note and contains a list of examples about 2 distinct topics:
- Receiving data with UART and DMA when application does not know in advance size of bytes to be received
- Transmitting data with UART and DMA to avoid CPU stalling and use CPU for other purposes
FOR THE FULL ARTICLE, EXAMPLES AND RESOURCES, PLEASE VISIT THE PROJECT'S GITHUB PAGE ON THIS LINK. IT IS FREE AND OPEN FOR ALL.
