Skip to main content
dbgarasiya
Senior
September 16, 2019
Question

Errror in f_mkfs in sd card interfacing using sdio

  • September 16, 2019
  • 1 reply
  • 567 views

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

This topic has been closed for replies.

1 reply

dbgarasiya
Senior
November 26, 2019

just avoid use of f_mkfs

and directly use f_mount in sd card