Polling for Circular DMA completion and resetting to zero
Posted on March 26, 2014 at 22:55 I refactored my interrupt based circular buffer into a dma RX stream coming from the USART2. I frequently read how many bytes the dma stream has read and then reset it back to zero. For example. ...