Question
STM32f205 + eMMC
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
