STM32F4 DMA设置是什么意思?

2019-07-14 16:12发布

使用STM32F4 的dma
DMA_InitStructure.DMA_MemoryBurst;
DMA_InitStructure.DMA_PeripheralBurst ;


首先这两个设置是什么意思?
这两个我看例程都是设置为DMA_MemoryBurst_Single 和 DMA_PeripheralBurst_Single  
那么,DMA_MemoryBurst_INC4 和 DMA_PeripheralBurst_INC4  或者更多的 INC8和INC16  在什么时候使用,在什么情况下使用
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。