esp-idf/components/sdmmc
Ivan Grokhotkov 6383fd550a
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:50:29 +01:00
..
include docs: fix typo in header files 2021-12-14 11:01:17 +08:00
test sdspi: enable UT & ExampleTest for C3/S2 2021-09-24 15:17:18 +08:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
sdmmc_cmd.c sdmmc: keep clock enabled for the duration of ACMD41 2023-07-18 18:17:48 +02:00
sdmmc_common.c fix(sdmmc): use correct argument for ACMD41 in SPI mode 2024-03-01 10:50:29 +01:00
sdmmc_common.h fix(sdmmc): extend the maximum number of retries of ACMD41 2024-03-01 10:50:29 +01:00
sdmmc_init.c sdmmc: add communication check for eMMC after frequency switch 2019-12-12 08:11:17 +00:00
sdmmc_io.c sdmmc: sdio combination cards correct setup 2023-04-26 13:28:20 +02:00
sdmmc_mmc.c sdmmc: add communication check for eMMC after frequency switch 2019-12-12 08:11:17 +00:00
sdmmc_sd.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00