Not able to mount SD card with SDMMC 4-bit bus, but with 1 bit but it works fine
Board = NUCLEO-F756ZG
SD Card Spec = SDHC Class 10
Board to SD card connection wire length = ~10cm
SDMMCCLK clock divide factor = 8 (So SDMMC_CK = 3 MHz)
Accept CLK line, on all lines 22K pull-up resisters are connected.
I am trying to mount and read/write into an SD card with an SDMMC 4-bit bus without DMA. But the FATFS f_mount() function fails with a FR_NOT_READY error. Where the same hardware with the SDMMC 1-bit bus software, mounts an SD card and is able to read/write in an SD card.
Can you please help me to work with 4-bit SDMMC?
What could be the possible reason specific to 4-bit?
Can you please share a working example?
