Associate III
May 27, 2021
Solved
How to interface EMMC with STM32H743XIH ?
- May 27, 2021
- 4 replies
- 7485 views
Hi all,
This is my first project trying to configure an EMMC memory with my stm32H743XIH MCU, and unfortunatly i didnt find any exemples of projects so i can understand how this works !
I'm facing two problems on my first try project :
1) Create project on cubeMX
- SDMMC ==> MMC 8bits Wide Bus
- FatFS ==> Couldn't select it on cubeMX (i think only available with SD Cards)
2) I found no exemple of code to read/write from an emmc memory, all projects i found are with SD Cards.
I will appreciate any help from you guys :)
Thank you.