SD-Card driver for ESP32-S3... #9941
Unanswered
Enasynco
asked this question in
Hardware & Peripherals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an ESP32-WROOM-32D on a custom PCB with an on-board a SD-card chip. The on-board SD is wired in and works in slot 1 (4 bit wide) mode as described in https://docs.micropython.org/en/latest/library/machine.SDCard.html#machine-sdcard
Now, I've replaced the -32D with a ESP32-S3 onto the same PCB, and catered for the 2 extra pins on the ESP32-S3, by isolating ground pin (old pad 15), and ensured the other SD-card pins are not conflicting.
The new SD-card mapping becomes as follows:
Now, does MicroPython SD-card driver support 4-bit wide on the ESP-S3? -what are the default slot pins? -how do you remap them?
My attempt was to replace
micropython/ports/esp32/machine_sdcard.c
Line 248 in c8913fd
... although that didn't work.
Then I tried 1-bit mode from within MicroPython:
... and again no joy.
Any other suggestions??
Beta Was this translation helpful? Give feedback.
All reactions