2019-09-15 09:55 PM
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
2019-11-26 01:34 AM
just avoid use of f_mkfs
and directly use f_mount in sd card