2018-05-22 01:23 AM
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
RegardsNagaraj
#stm32-emmc #stm32-mmc #stm32f7-mmc-emmc #sdio+emmc-example #mmc #sdio #emmc2018-05-22 02:56 AM
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.