How to make SDMMC & eMMC FatFs Work with STM32H723?
Hello,
I am utilizing the following components:
- Nucleo-H723ZH (STM32H723)
- eMMC: 4GB
I have already created the following files:
- user_discio.c
- user_discio.h
- eMMC_Driver.c
- eMMC_Driver.h
After connecting an SD card reader to the CN8 connector on the Nucleo STM32H723 board and using an eMMC card reader, the FATFs system is reporting that the eMMC is not ready. I am encountering problems when performing operations like f_mkfs or f_mount, receiving a "Not ready" error. Despite numerous checks of the configurations and parameters, I have not been able to resolve this issue.









