cancel
Showing results for 
Search instead for 
Did you mean: 

what is the Burst size in dma request setting

MathiYadav.E
Associate II

im have a lot of confusing in DMA request setting i mean Burst size,data widhth,threshold .....i don know how to use these terminologies in proper way

2 REPLIES 2

Data width is a basic parameter, it determines the data size read/stored by DMA (byte, halfword, word) through its ports (Memory, Peripheral).

Burst size, FIFO threshold are parameters used only in the dual-port DMA (used in 'F2/'F4/'F7, see AN4031) and they are used only if FIFO is used. You don't need to use FIFO, in most typical applications it has only marginal benefit at the cost of significantly increased complexity. If you use Direct mode (which means no FIFO), you don't need to be concerned about these parameters and they may take any value.

If you want to use FIFO, read the DMA chapter in RM, and AN4031, thoroughly - the answers are there.

JW

Thanks waclawek.jan