pebri86 / esplay_micro_hardware

Micro version of esplay hardware, ESP32 based gaming console
229 stars 49 forks source link

Is there a problem that the CS(Chip Select) pin of TF card is not connected? #11

Closed eggfly closed 2 years ago

eggfly commented 2 years ago

As title 😄

image
pebri86 commented 2 years ago

i designed it using 1-bit sdmmc connection mode and the cs pin is not required.

eggfly commented 2 years ago

OH I understand now. And when using sdmmc mode these three sdio pull up resistors are also a must? Beside SPI mode three resistors is not needed.

pebri86 commented 2 years ago

OH I understand now. And when using sdmmc mode these three sdio pull up resistors are also a must? Beside SPI mode three resistors is not needed.

yes you're right you can read idf documentation for details how to work with sdcard with sdmmc mode and sdspi mode

eggfly commented 2 years ago

Thank u very much.