esp-idf/components/sdmmc
Ivan Grokhotkov f8dde8cebf
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-01 10:49:44 +01:00
..
include sdmmc: read/write/erase return early on sector count == 0 2023-03-06 15:45:04 +01:00
test refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
sdmmc_cmd.c refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
sdmmc_common.c fix(sdmmc): use correct argument for ACMD41 in SPI mode 2024-03-01 10:49:43 +01:00
sdmmc_common.h fix(sdmmc): extend the maximum number of retries of ACMD41 2024-03-01 10:49:44 +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 refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
sdmmc_mmc.c refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
sdmmc_sd.c refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00