STM32f205 + eMMC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-04-19 8:20 AM
Posted on April 19, 2013 at 17:20
Hello,
I try to interface a STM32f205 to a Toshiba eMMC via 8bit SDIO and DMA.In order to read and write can you please tell me if I am missing something:Read Single block
Send CMD16 Block length (I receive the correct response)
Setup SDIO
Send CMD17 Read single block (I receive the correct response)
Setup SDIO interrupts
Start the DMA
Setup DMA
Write Single block
Send CMD16 Block length (I receive the correct response)
Setup SDIO
Send CMD24 Write single block (I receive the correct response)
Setup SDIO interrupts
Setup DMA
Start the DMA
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-09-20 5:04 AM
Posted on September 20, 2016 at 14:04
Hi,
I try the same on stm32f207, but I just did a start. ST demo code supports only SD card interface. Could You share initialization code for eMMC please?