As per my understanding spi_master ("SPI Master driver") and esp_flash use DMA and
synchronize access to multiple devices (registered with spi_bus_add_device() or spi_bus_add_flash_device())
Nice!
My ESP32-S3 PCB has both a SD card and data flash connected on SPI3, so I want both a SD driver and a flash driver.
Is the peripheral driver "SD SPI Host Driver" compatible with spi_master or are they mutually exclusive for a particular SPI bus?
https://espressif-docs.readthedocs-host ... _host.html
states "SD SPI driver [...] does not support time-division multiplexing on the same SPI bus"
which seems to contradict spi_master.
Further, the peripheral driver "SDMMC Host Driver"
https://docs.espressif.com/projects/esp ... _host.html
"... is a protocol level driver built on top of SDMMC and SD SPI host drivers"
When would I use SDMMC and when would I use SD SPI Host?
Or should I use an external SD card library and implement hooks for it to communicate with spi_master?
Thanks
SPI Master and SD SPI Host Drivers
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: Google [Bot] and 156 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.