-
-
Notifications
You must be signed in to change notification settings - Fork 163
Feature proposal: Support for SDIO in stead of UART communication #64
Description
Please see this question (not mine) on the esp-at issues list: espressif/esp-at#379
For my use case I'm downloading large files (>10MB) and even using a relatively high UART clock rate of 2.000.000 this takes a few minutes. (My assumption is that the clock rate of the UART is the bottleneck here)
I am exploring possibilities to improve the performance. So after reading the above issue and reading up on the low level driver documentation for your library I thought it should be feasible.
Do you have any thoughts on this? Did you ever try this? My target platform is an STM32 MCU.
NB. After writing this message I found that the same user that posted the above question to the esp-at issues also send in an issue for this project: #60 It looks like he's attempting to do the same...