DMA_MemoryTargetConfig(DMA2_Stream0, (u32)&buffer2, DMA_Memory_1);为什么切换不了DMA内存地址
时间: 2024-06-05 08:06:00 浏览: 131
Stm32Proteustest.zip_Proteus自带DMA_fightw2q_proteus 灯_proteus8.7中
5星 · 资源好评率100%
&myBuffer, DMA_Memory_0);
This code configures DMA2 Stream 0 to transfer data from memory location "&myBuffer" to a peripheral device. The DMA_Memory_0 parameter specifies which memory buffer to use for the transfer.
阅读全文