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:
4040#### SD configurations
4141
4242* ` 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)
4444 * ` SDMMC2 `
4545
4646* ` 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:
5252 * ` SD_BUS_WIDE_4B ` (default)
5353 * ` SD_BUS_WIDE_8B `
5454
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+
5559#### SD Transceiver
5660
5761* 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