2013-04-19 08:20 AM
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
2016-09-20 05:04 AM
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?