You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to mount the SD card on ESP32-S3-EYE with host.max_freq_khz = SDMMC_FREQ_HIGHSPEED.
Currently I have to copy the SD card mounting code from the BSP component into the app just to modify this setting.
Could we consider either or both solutions:
Add a way to change the SD card frequency setting, either via Kconfig or a run-time parameter.
Always set max_freq_khz = SDMMC_FREQ_HIGHSPEED on boards where we know this works. (But still provide a way to fall back to a lower frequency, same as 1.)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED
Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED (BSP-286)
Mar 23, 2023
I would like to be able to mount the SD card on ESP32-S3-EYE with
host.max_freq_khz = SDMMC_FREQ_HIGHSPEED
.Currently I have to copy the SD card mounting code from the BSP component into the app just to modify this setting.
Could we consider either or both solutions:
max_freq_khz = SDMMC_FREQ_HIGHSPEED
on boards where we know this works. (But still provide a way to fall back to a lower frequency, same as 1.)The text was updated successfully, but these errors were encountered: