cancel
Showing results for 
Search instead for 
Did you mean: 

DMA and SDIO problem (Solved)

zeros_and_ones1991
Associate III
Posted on March 06, 2014 at 22:33

Hullo guys , ....... I got SDIO and DMA working fine , but now i want to use the DMA so store the data automatically into external SRAM for further processing , now the problem is that the documentation tells very few about that , im using STM32F207ZG , so what is the best way to do that ? ....... i tried to make the SDIO be the flow controller of the DMA but it did not work , so Can i use the SDIO FIFO to initiate a DMA transfer? ........ if so then how ?

.

.

.

I solved the problem , at first i made the source address as the SDIO->FIFO , but it turned out that i must put the actual address which is

#define SDIO_FIFO_ADDRESS             ((uint32_t)0x40012C80)
1 REPLY 1
subscriptions
Associate II
Posted on July 17, 2014 at 09:08

Or use

&SDIO->FIFO for the value for the peripheral register