i want to interface sd card with stm32f779bi part number of controller using sdio
i have got error in opening of file in f_open filemy f_mount returns with no errori have done followin thing in my code if(f_mount(&SDFatFS,(TCHAR const*)SDPath, 0) == FR_OK) //(TCHAR const*)SDPath { if(f_open(&SDFile, "STM32.TXT", FA_CREATE_A...