Posted on July 16, 2014 at 10:45I'm trying to understand how to build a buffered serial handler using DMA. I currently have an interrupt driven handler, that adds characters received to a circular buffer, but due to the lack of a FIFO on the USARTs,...