You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Dedicated platforms | FD | Extra 2 or 4 | jumper or PCB | Any_Slave | NA | NA | UART dedicated for BT & Wi-Fi on any other transport |
@@ -173,6 +173,8 @@ Legends:
173
173
> -[1] Dual/Quad SPI is not supported on ESP32
174
174
>
175
175
> -[2] UART is only suitable for low throughput environments
176
+
>
177
+
> -[3] Currently in BETA support for ESP32-C5 (`--preview` in ESP-IDF master branch)
176
178
177
179
With jumper cables, 'Standard SPI' and 'Dual SPI' solutions are easiest to evaluate, without much of hardware dependencies. SDIO 1-Bit can be tested with jumper cables, but it needs some additional hardware config, such as installation of external pull-up registers.
Copy file name to clipboardExpand all lines: docs/sdio.md
+46-16Lines changed: 46 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,8 @@ For optimal performance and reliability in production designs:
127
127
128
128
Setting up the hardware involves connecting the master and co-processor devices via the SDIO pins and ensuring all extra GPIO signals are properly connected. Below is the table of connections for the SDIO setup between a host ESP chipset and another ESP chipset as co-processor:
129
129
130
-
131
-
132
130
### Host connections
131
+
133
132
| Signal | ESP32 | ESP32-S3 | ESP32-P4-Function-EV-Board |
134
133
|-------------|-------|----------|----------|
135
134
| CLK | 14 | 19 | 18 |
@@ -140,27 +139,59 @@ Setting up the hardware involves connecting the master and co-processor devices
> A. Try to use IO_MUX pins from the datasheet for optimal performance on both sides. \
161
192
> B. These GPIO assignments are based on default Kconfig configurations. You can modify these in the menuconfig for both host and co-processor if needed. \
162
193
> C. Once ported, any other host with standard SDIO can be used. \
163
-
> D. ESP32, ESP32-S3, and ESP32-P4 can be used as hosts; ESP32and ESP32-C6 can be used as co-processors in SDIO mode. \
194
+
> D. ESP32, ESP32-S3, and ESP32-P4 can be used as hosts; ESP32, ESP32-C6 and ESP32-C5 can be used as co-processors in SDIO mode. \
164
195
> E. External pull-ups are mandatory
165
196
166
197
## 5 Set-Up ESP-IDF
@@ -189,8 +220,8 @@ Please follow the [ESP-IDF Get Started Guide](https://docs.espressif.com/project
0 commit comments