Skip to content

SD card read/write extremely slow with version 2.0.2 #6475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
boeckhoff opened this issue Mar 23, 2022 · 2 comments
Closed
1 task done

SD card read/write extremely slow with version 2.0.2 #6475

boeckhoff opened this issue Mar 23, 2022 · 2 comments
Labels
Resolution: Duplicate Issue is a duplicate of another issue

Comments

@boeckhoff
Copy link

boeckhoff commented Mar 23, 2022

Board

Adafruit ESP-32 Feather

Device Description

Feather is connected to a SD card module through jumper wires

Hardware Configuration

nothing

Version

v2.0.2

IDE Name

Arduino IDE (up to date)

Operating System

Windows 10

Flash frequency

80Mhz

PSRAM enabled

no

Upload speed

921600

Description

When using the new version of the core (2.0.2) I get extremely slow SD card read/write speeds (1048576 bytes read for 829442 ms !!). With the same hardware and the 1.0.6 core I get 2640 ms for the same data read.

I reproduced this multiple times with both the Arduino IDE and platformio and 2 types of SD card modules.

Sketch

SD-Test sketch for ESP32

Debug Message

With [email protected]

[..other info..]
1048576 bytes read for 829442 ms
1048576 bytes written for 216050 ms

With [email protected]

[..other info..]
1048576 bytes read for 2640 ms
1048576 bytes written for 9652 ms

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@boeckhoff boeckhoff added the Status: Awaiting triage Issue is waiting for triage label Mar 23, 2022
@mrengineer7777
Copy link
Collaborator

Duplicate of #6295. Should be fixed in arduino-esp32 v2.0.3. See also workarounds in #6295. v2.0.3 should be released soon.

Duplicate #6338

@VojtechBartoska VojtechBartoska added Resolution: Duplicate Issue is a duplicate of another issue and removed Status: Awaiting triage Issue is waiting for triage labels Mar 24, 2022
@VojtechBartoska
Copy link
Contributor

VojtechBartoska commented Mar 24, 2022

closing, thanks for linking a solution @mrengineer7777!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate Issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants