Errror in f_mkfs in sd card interfacing using sdio
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-15 9: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
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-26 1:34 AM
just avoid use of f_mkfs
and directly use f_mount in sd card
