8000 Documentation on enabling SDIO_SLAVE_FLAG_INTERNAL_PULLUP when using … · espressif/esp-hosted@cf16b86 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit cf16b86

Browse files
committed
Documentation on enabling SDIO_SLAVE_FLAG_INTERNAL_PULLUP when using internal pull-ups.
1 parent 3500b25 commit cf16b86
Copy full SHA for cf16b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp_hosted_fg/docs/Linux_based_host/SDIO_setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ One can load pre-built release binaries on ESP peripheral or compile those from
5656
```sh
5757
$ cd esp_hosted_fg/esp/esp_driver/network_adapter
5858
```
59+
- If you are using the ESP-WROVER-KIT and plan to use the internal pull-up resistors to quickly evaluate the driver, make sure to set the `SDIO_SLAVE_FLAG_INTERNAL_PULLUP` flag in the `sdio_slave_config_t config` of the `sdio_init` function. (However, the internal pullups are not sufficient and not reliable, please make sure external pullups are connected to the bus in your real design. For more information, check [SDIO pull-up requirements](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/sd_pullup_requirements.html).)
5960

6061
##### Using cmake
6162
* Execute following command to configure the project

0 commit comments

Comments
 (0)
0