Search found 2 matches

by honrig
Fri Dec 27, 2024 9:33 am
Forum: ESP32 Arduino
Topic: Slow write speeds to EMMC
Replies: 2
Views: 1859

Re: Slow write speeds to EMMC

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 ...
by honrig
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 ...

Go to advanced search