DMA and SDIO problem (Solved)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-03-06 1:33 PM
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-07-17 12:08 AM
Posted on July 17, 2014 at 09:08 Or use &SDIO->FIFO for the value for the peripheral register
