f_mount returning FR_NOT_READY
Hi.
I've been working on a project recently, and I've been having trouble with mounting an SD card. I've been getting FR_NOT_READY from f_mount function. Diving deeper into the code, I've found that SDMMC_GetCmdResp2 returns SDMMC_ERROR_CMD_RSP_TIMEOUT; which in return causes for the f_mount to fail.
My project is a custom PCB with an STM32F722VETx uC. I'm using FatFs (ver. R0.12c) with SDMMC in 4bits mode and DMA. Maybe I should note that I'm also using STemWin for this project.
I've tried lowering the clock and different kind of SD cards without success. My question is, what could cause for the SDMMC_GetCmdResp2 to return SDMMC_ERROR_CMD_RSP_TIMEOUT ?
Thanks a lot!
