File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Some default definitions can be overridden using:
40
40
#### SD configurations
41
41
42
42
* ` SD_INSTANCE ` : some STM32 can have 2 SD peripherals ` SDMMC1 ` and ` SDMMC2 ` , note that this library can managed only one peripheral
43
- * ` SDMMC1 ` (default)
43
+ * ` SDIO ` or ` SDMMC1 ` (default)
44
44
* ` SDMMC2 `
45
45
46
46
* ` SD_HW_FLOW_CTRL ` : specifies whether the SDMMC hardware flow control is enabled or disabled
@@ -52,6 +52,10 @@ Some default definitions can be overridden using:
52
52
* ` SD_BUS_WIDE_4B ` (default)
53
53
* ` SD_BUS_WIDE_8B `
54
54
55
+ * ` SD_CLK_DIV ` : specifies the clock frequency of the SDMMC controller (0-255)
56
+ * ` SDIO_TRANSFER_CLK_DIV ` (default) for ` SDIO `
57
+ * ` SDMMC_TRANSFER_CLK_DIV ` or ` SDMMC_NSpeed_CLK_DIV ` (default) for ` SDMMC `
58
+
55
59
#### SD Transceiver
56
60
57
61
* To specifies whether external Transceiver is present and enabled (Available only on some STM32) add:
You can’t perform that action at this time.
0 commit comments