How to configure DMA with USART for burst mode to to increase data throughput?
Hello,
Am using STM32F4 DISC, but could not get clear picture of burst mode setup in st reference manuals or online. I could make DMA work only with datawidth as byte at memory and peripheral side and burst as single for both and inc address selected for memory, in CubeMxIDE.
Using DMA for receiving data from USART, normal mode with FIFO enabled.
How to increase datawidth size to say word, on memory side and peripheral side with and without taking advantage of burst? (Kindly provide both configurations).
Confirm if below configurations work:
-With single burst selected:
Select word size on both peripheral and memory.
-With datawidth as byte on memory and peripheral with 4 increment on both memory and peripheral