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
Copy file name to clipboardExpand all lines: docs/devices/m5stack-cores3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
## Issues
10
10
11
11
(\*) SD card is currently not working once the display is in use. See [this](https://github.com/espressif/esp-bsp/blob/63b99593b7ead04336c0f22e7bc880167d9bfdb6/bsp/m5stack_core_s3/README.md)
12
-
and [this message](https://community.m5stack.com/post/21397). [According to a post online]((https://community.m5stack.com/topic/5415/core-s3-sd-tf-card-issues/2)),
12
+
and [this message](https://community.m5stack.com/post/21397). [According to a post online](https://community.m5stack.com/topic/5415/core-s3-sd-tf-card-issues/2),
13
13
this appears to be a hardware design error:
14
14
15
15
> (...) it looks like the TFT (which also uses SPI) uses MISO as DC. From an ESP32 perspective MISO is an input but DC needs to be an output. So the TFT driver configures the MISO GPIO to an output. This conflicts with the SD card, which is on the same SPI bus and requires MISO to be an input. Not sure how to resolve that so that TFT and SD card can coexist.
0 commit comments