esp-idf/components/sdmmc
Ivan Grokhotkov 7c20d54953 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-14 13:49:23 +08:00
..
include
test
CMakeLists.txt [SDMMC] add reasonable timeouts to all while loops 2023-04-28 12:39:06 +02:00
sdmmc_cmd.c sdmmc: incrementally increase delay of vTaskDelay 2023-05-19 14:01:43 +02:00
sdmmc_common.c fix(sdmmc): use correct argument for ACMD41 in SPI mode 2024-03-14 13:49:23 +08:00
sdmmc_common.h fix(sdmmc): extend the maximum number of retries of ACMD41 2024-03-14 13:49:23 +08:00
sdmmc_init.c
sdmmc_io.c [SDMMC] add reasonable timeouts to all while loops 2023-04-28 12:39:06 +02:00
sdmmc_mmc.c
sdmmc_sd.c sdmmc: incrementally increase delay of vTaskDelay 2023-05-19 14:01:43 +02:00