Question
problems with STM32H7_HAL and SDHC 32Gb
i want to open a file in a SD_Card (mode SD 4 bits wide bus)
fres=f_open(&fil, "fit5.txt", FA_OPEN_ALWAYS | FA_WRITE);
but:
1- the program work fine with SanDisk uSD 2GB. -> f_res=FR_OK
2- the program not work with Kingston uSDHC (gen 10) 32 GB. -> f_res=FR_NO_FILESYSTEM
thanks
any solution?
i'm using: STM32Cube_FW_H7_V1.4.0 (STM32H743ZI) and STM32CubeMx Version 5.2.1 (for trueStudio code generator).
