Question
"SD Card Support Issue on STM32F429IIT6 - Request for Technical Support"
i get `FR_NOT_READY`, `HAL_SD_ERROR_REQUEST_NOT_APPLICABLE` errors .
/* If requested card supports wide bus operation */
if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO)
{
//...
return HAL_SD_
return HAL_SD_ERROR_REQUEST_NOT_APPLICABLE;
}ERROR_NONE;
}
else
{
How do I fix this and make SD card work with 4bits wide bus?
sd card scematic (part number-GTFP08431BEU)

Microcontroller scematic -

