cancel
Showing results for 
Search instead for 
Did you mean: 

DMA1 architecture

zbyszekl
Associate II
Posted on November 28, 2012 at 15:09

Can DMA1 control SDIO and be responsible for transfer data from memory to SD card? I'm using DMA2 for different data transfers. Based on Table 23, page 173, document ID 15403 rev 4 it is not possible because SDIO is mapped to DMA2.

#dma1-sdio
2 REPLIES 2
Posted on November 28, 2012 at 15:50

Assuming STM32F2xx part.

DMA1 is for APB1 peripherals, the SDIO is on APB2.

Tables 22 and 23 diagram the DMA request connections.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
zbyszekl
Associate II
Posted on November 28, 2012 at 22:18

Yes it is STM32F2xx.

Thank you clive1.