Thank you @Ibernstone for the insight.
I tinkered a bit with the configuration of the EMMC, and I made some progress.
I initialize the EMMC with the "format_if_mount_failed" set as true. The first time the ESP boots, the EMMC is formatted with the default block size of 512 bytes.
By formatting ...
Search found 2 matches
- Fri Dec 27, 2024 9:33 am
- Forum: ESP32 Arduino
- Topic: Slow write speeds to EMMC
- Replies: 2
- Views: 1859
- Fri Dec 20, 2024 4:33 pm
- Forum: ESP32 Arduino
- Topic: Slow write speeds to EMMC
- Replies: 2
- Views: 1859
Slow write speeds to EMMC
Hello,
I`m interfacing an ESP32S3 with an EMMC (Kingston EMMC16G-MW28-01E10), and I`m getting pretty low write speeds. I`m using the arduino framework and SD_MMC/FS libraries. The relevant snippets of the code are summarized below (the whole thing is a bit long).
I`m getting a maximum write speed ...
I`m interfacing an ESP32S3 with an EMMC (Kingston EMMC16G-MW28-01E10), and I`m getting pretty low write speeds. I`m using the arduino framework and SD_MMC/FS libraries. The relevant snippets of the code are summarized below (the whole thing is a bit long).
I`m getting a maximum write speed ...