mirror of https://github.com/ARMmbed/mbed-os.git
Increase the default command timeout to 10 seconds in order to accommodate more SD cards; the very boring Kingston brand 8GB Micro SD HC cards available from Amazon (https://www.amazon.co.uk/gp/product/B001CQT0X4) don't work with the default command timeout of 5 seconds.
parent
ca8aa64b5a
commit
3e23227be6
|
@ -7,7 +7,7 @@
|
|||
"SPI_CLK": "NC",
|
||||
"DEVICE_SPI": 1,
|
||||
"FSFAT_SDCARD_INSTALLED": 1,
|
||||
"CMD_TIMEOUT": 5000,
|
||||
"CMD_TIMEOUT": 10000,
|
||||
"CMD0_IDLE_STATE_RETRIES": 5,
|
||||
"SD_INIT_FREQUENCY": 100000
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue