I will use with my STM32H745 Disco Board the eMMC memory together with the Flash File System.
I wanted to use with my STM32H745 Disco Board the eMMC memory together with the Flash File System. In compare to (https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeide), the selection for the hardware is grayed. Unfortunately, my knowledge is not so advanced to write my own middleware.
For now, I am able to read out the parameters from the eMMC card and I am able to read out a dedicated block,
I found in the firmware example project "FatFs_Shared_Device" but it seems, this projects is just showing the FAT functionality, but not the middleware. The description mentioned "This application provides a description on how to use STM32Cube™ firmware with FatFs middleware component as a generic FAT file system module. The objective is to develop an application making the most of the features offered by FatFs to access the eMMC card."
But how to connect the middleware functions with the FATFS is a secret for me. If someone could give me a hint, how to connect it, FATFS and the eMMC, it would be great. Any hint is welcome.
My Settings, I use Cube MX V6.6.1 and STM32CubeH7 Firmware Package V1.10.0 / 11-February-2022. I saw, at ST, firmware package is now at version V1.11.0 but Cube MX is not recognizing the latest version for an update.
Thanks,
Jan
