Using DMA on UART for Rx (circular) AND Tx (normal) at the same time.
Hi, I am facing the problem of using DMA for a CPU load reduced UART communication for RX and TX. I think it is likely that I don't understand the DMA correctly. So before pasing Code and messing things up, I explain my intentions.Issue:I am able to ...