Enabling Wifi breaks SD Card ability to read
Posted: Thu Mar 16, 2023 7:23 am
ESP-IDF: 4.4.2
When I initialize the wifi and try to read from a SD card I get the following error.
Without wifi it reads from the sdcard just fine.
The SD card will still initialize fine.
And wifi works without any issues. It is only when I go to access the SD card that this error comes up. Anyone have an issues like this before?
Roger
When I initialize the wifi and try to read from a SD card I get the following error.
Code: Select all
diskio_sdmmc: sdmmc_read_blocks failed (257)
The SD card will still initialize fine.
Code: Select all
I (1274) SD_CARD: Initializing SD card
I (1278) SD_CARD: Using SDMMC peripheral
I (1283) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
Name: SC32G
Type: SDHC/SDXC
Speed: 20 MHz
Size: 30436MB
Roger