MKS DLC32 max support questions #132
Replies: 2 comments 16 replies
-
I have just added SDIO and SD card detect support to the driver:
Only tested with a breakout board and rather long cables, appeared to be unstable for me. Interested to hear if it works better with the board. And also if SDIO is significantly faster than SPI. |
Beta Was this translation helpful? Give feedback.
-
Update:
Test Result:
SD is working and fast for what I can see, some comments:
for the moment it seems not communicating with the serial screen, I did not found how to set the baudrate on it - it may be the issue ? The board is not on a full system for the moment - I am just starting so tests are limited , let me know if you want me to check something Once done I can do a PR if you want |
Beta Was this translation helpful? Give feedback.
-
Hello I have bought a MKS DL32 Max board with its serial TFT
It is a ESP32S3 chip with 8MB flash - no PSRAM detected so far and no IO extender
Using https://github.com/makerbase-mks/MKS-DLC32/blob/main/MKS--DLC32-MAX-main/firmware/hardware.rar
MKS DLC32 MAX V1.0_002 PIN.pdf
and some tests I think am was able to list the global pinout :
the serial tft is using RX1/TX1
I have started to see how to build a mks_dlc32_max_1_0_map.h
About SD card how to specify the SD Detect pin ?Or I just ignore it ?
Is SDIO 4 bits Reader supported (CMD, CLK, D0, D1, D2, D3) ?Or should I try to map SPI pins instead ? (Mosi/Miso/SCK/CS)
here what board looks like
the screen is using rj11 connector, but there is another connector on the side if needed
Beta Was this translation helpful? Give feedback.
All reactions