Read/Write file into eMMC using Fatfs on STM32H750B-dk
Hello,
I am working on a project using the STM32H750B-DK board with an eMMC storage device, interfaced via the SDMMC1 peripheral and the FatFs library for file operations. However, I am unable to read or write files to the eMMC.
I have implemented the drivers and example code from `~\STM32Cube_FW_H7_V1.12.1\Projects\STM32H745I-DISCO\Applications\FatFs\FatFs_Shared_Device` and `~\STM32Cube_FW_H7_V1.12.1\Drivers\BSP\STM32H750B-DK`, but we are still unable to create files or perform read/write operations on the eMMC (4GB).
I am sharing my project zip file. Any guidance on adjustments or in configuration can be a big help.
Thank You.
