Hi,
Is it possible to use the SPI that connected with the SPI Flash and PSRAM in ESP32-WROVER to connect to external SD card and accessing it in SPI mode?
ESP32-WROVER-B SD card access in SPI mode with the SPI pinout for the SPI Flash and PSRAM
Re: ESP32-WROVER-B SD card access in SPI mode with the SPI pinout for the SPI Flash and PSRAM
Most code runs from flash so it is almost always busy. You would have to do a lot of tricks to get it working and it might have too many limitations to be useful.
Last edited by WiFive on Thu May 07, 2020 9:23 am, edited 3 times in total.
Re: ESP32-WROVER-B SD card access in SPI mode with the SPI pinout for the SPI Flash and PSRAM
Hi skteh76,
The feature to use the SPI master driver with SPI1 interface had been added very recently and will be part of IDF 4.2 release. You can try it on the master branch. There is some documentation here: https://docs.espressif.com/projects/esp ... n-spi1-bus
However we don't have an example of it being used with SD cards, yet.
The feature to use the SPI master driver with SPI1 interface had been added very recently and will be part of IDF 4.2 release. You can try it on the master branch. There is some documentation here: https://docs.espressif.com/projects/esp ... n-spi1-bus
However we don't have an example of it being used with SD cards, yet.
Re: ESP32-WROVER-B SD card access in SPI mode with the SPI pinout for the SPI Flash and PSRAM
Hello WiFive and ESP_igrr, thank for the respond.
I think I will think for another way to access the sd card instead of SPI1.
I think I will think for another way to access the sd card instead of SPI1.
Who is online
Users browsing this forum: No registered users and 25 guests