User Activity

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_OK2- the program not work with Kingston uSDHC (gen 10) 32 GB. -> f_re...
Hi, i need help in my project. I have a problem with SDMMC1 and fatfs. My goal is to be able to write a txt file on the sd cardDoes someone have an example that works correctly?im using stm32cubemx 5.2.1 and atollic ide.thanks