Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ESP32-S3-A7670E-4G

jafortti

Newbie
Newbie level 1
Joined
Jun 9, 2025
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
11
I'm trying to write and read from the sdcard, in the code snippet that follows I have doubts about how to define the pins of my esp32-s3-a7670E-4g

sck=machine.Pin(18), mosi=machine.Pin(23), miso=machine.Pin(19))# Initialize SD
cardcs = machine.Pin(5, machine.Pin.OUT) # Chip Select (CS) pin
Someone could help me with pin matching?
thanks a lot for your help
sdcard.png
 
Hi,

I never seen a pin definition like "machine.Pin(xx)". It might be correct or not.

Please tell us what IDE, compiler + version, libraries you use.

Klaus
 
I'm trying to write and read from the sdcard, in the code snippet that follows I have doubts about how to define the pins of my esp32-s3-a7670E-4g

sck=machine.Pin(18), mosi=machine.Pin(23), miso=machine.Pin(19))# Initialize SD
cardcs = machine.Pin(5, machine.Pin.OUT) # Chip Select (CS) pin
Someone could help me with pin matching?
thanks a lot for your help
View attachment 200037
Your ESP32-S3-A7670E-4G module uses the SDMMC interface (not SPI) for the TF (microSD) card.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top