esp-idf/components/sdmmc
Ivan Grokhotkov b1b1d5473a
fix(sdmmc): extend the maximum number of retries of ACMD41
According to the application note in SD Card Physical Specification:

> The host shall set ACMD41 timeout more than 1 second to abort repeat
of issuing ACMD41 when the card does not indicate ready. The timeout
count starts from the first ACMD41 which is set voltage window
in the argument.

Previously, the timeout was exactly one second, and this caused
certain larger-capacity cards to "time out", because they couldn't
finish initialization process in time.
2024-03-26 11:41:34 +01:00
..
include sdmmc: Add erase command-38. Support erase/trim/discard/sanitize 2022-03-05 16:02:01 +05:30
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
sdmmc_cmd.c sdmmc: keep clock enabled for the duration of ACMD41 2023-08-24 02:16:37 +00:00
sdmmc_common.c fix(sdmmc): use correct argument for ACMD41 in SPI mode 2024-03-26 11:41:34 +01:00
sdmmc_common.h fix(sdmmc): extend the maximum number of retries of ACMD41 2024-03-26 11:41:34 +01:00
sdmmc_init.c Add high speed mode switch validation check for MMC. 2022-04-28 15:23:21 +02:00
sdmmc_io.c sdmmc: sdio combination cards correct setup 2023-04-26 13:28:09 +02:00
sdmmc_mmc.c sdmmc: better calculation of erase timeout 2022-05-30 15:39:02 +02:00
sdmmc_sd.c sdmmc: better calculation of erase timeout 2022-05-30 15:39:02 +02:00