cancel
Showing results for 
Search instead for 
Did you mean: 

Using MMC driver -eMMC device will up?

nagaraj
Associate II
Posted on May 22, 2018 at 10:23

Dear All 

In our one of the product we used  STM32F765VIT6 micro controller, in this eMMC interfaces is possible or  not? 

eMMC vendor is saying using MMC driver we can able to interface eMMC  this is possible? pls confirm 

Regards 

Nagaraj

#stm32-emmc #stm32-mmc #stm32f7-mmc-emmc #sdio+emmc-example #mmc #sdio #emmc
1 REPLY 1
Posted on May 22, 2018 at 11:56

The eMMC vendor is correct, the MMC card and chip level stuff is very similar, and uses the same signalling and protocols for the most part. There are some slightly different commands being used to talk to the card and initialize things.

stm32f7xx_hal_mmc.c and stm32f7xx_hal_sd.c are very similar, and both sit on top of the stm32f7xx_ll_sdmmc.c code.

The ST code has several issues the need to be remediated to be workable with most eMMC chips.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..