Skip to main content
zeros_and_ones1991
Associate III
March 6, 2014
Question

DMA and SDIO problem (Solved)

  • March 6, 2014
  • 1 reply
  • 555 views
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)
    This topic has been closed for replies.

    1 reply

    subscriptions
    Associate III
    July 17, 2014
    Posted on July 17, 2014 at 09:08

    Or use

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