Using the SDIO on the ESP8266 module...
Posted: Tue Feb 19, 2019 1:58 am
Hello,
I was wondering if I can use the SDIO peripheral on GPIOs[9..14] on the ESP8266 module. I have only U0RXD and U0TXD tied to the main uC of the project because I plan to use the ESP8266 as a WiFi co-processor for future firmware updates. However, I have an SD card module connected to the main uC and it would help a lot if I can access the file system on the card over the Wifi connection so I can exchange data using PC or mobile phone.
As far as I know, GPIOs[9..14] are used to access the internal flash, so I just wanted to make sure using the SDIO on those pins won't conflict with the firmware and functionality on the ESP8266.
Thank you!
I was wondering if I can use the SDIO peripheral on GPIOs[9..14] on the ESP8266 module. I have only U0RXD and U0TXD tied to the main uC of the project because I plan to use the ESP8266 as a WiFi co-processor for future firmware updates. However, I have an SD card module connected to the main uC and it would help a lot if I can access the file system on the card over the Wifi connection so I can exchange data using PC or mobile phone.
As far as I know, GPIOs[9..14] are used to access the internal flash, so I just wanted to make sure using the SDIO on those pins won't conflict with the firmware and functionality on the ESP8266.
Thank you!