2025-03-0910:55 PM - last edited on 2025-03-101:51 AM by mƎALLEm
Hi team
What is the correct procedure to initialize FATFS for SDMMC in M4? Kindly provide the application note of the procedure. We need to run eMMC in M4 core
FATFS configurations: - FATFS Package used from FatFs_Shared_Device project of GitHub. - Replaced the FATFS package from the reference project with the one in STM32Cube_FW_H7_V1.11.2 repository.
Conclusion: - Unable to initialize MX_FATFS_Init() in int main()
FATFS configurations: - FATFS Package used from FatFs_Shared_Device project of GitHub. - Replaced the FATFS package from the reference project with the one in STM32Cube_FW_H7_V1.11.2 repository.
Conclusion: - Able to initialize MX_FATFS_Init() in int main()
What is the error you are getting when initializing the SDMMC?
To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question. Saket_Om