Can dual circular DMA buffer be implemented on a single RX USART?
Hi everyone
I was wondering if it would be possible to implement a DMA setup without interrupts that maintains two circular buffers for the same USART? I would like to save both the SR and DR register values in two separate circular buffers every time data is transfered to the MCU. The one I'm using is a STM32F205RG. I've read some about double buffer mode which looks promising but im honestly unsure at this point and hopefully you guys can help me.
Thanks in advance, Malte