STM32F030RC - Example code or logic explanation for 2 USART's TX and RX through DMA.
Hi, USART1- RX1 and TX1USART2- RX2 and TX22 BUFFERS - BUF1 & BUF2DMA AccessUSART1 - Peripheral to Mem, USART2 - Mem to Peripheral RX1 receives data and stores it in BUF1. TX2 waits till BUF1 is full. Once BUF1 is full now RX1 h...