cancel
Showing results for 
Search instead for 
Did you mean: 

Errror in f_mkfs in sd card interfacing using sdio

dbgarasiya
Senior II

I am working on STM33F779BI controller

I have interface sd card use of sdmmc in stm32cubeide

i am getting error at below point in file : stm32f7xx_ll_sdmmc.c

 }while(!__SDMMC_GET_FLAG(SDMMCx, SDMMC_FLAG_CCRCFAIL | SDMMC_FLAG_CMDREND | SDMMC_FLAG_CTIMEOUT));

progrma stops there

any solution ?

dipak garasiya

1 REPLY 1
dbgarasiya
Senior II

just avoid use of f_mkfs

and directly use f_mount in sd card