-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Error
When using the sdfat sample the code reports failure until you decrease the clock speed of the SD card.
This is an issue discussed here as well.
Testing
My board: Arduino MKR Wifi 1010
Example: Uno_and_above_SdFat
Fix
changing l.435
in Uno_and_above_SdFat.ino
from
if (!SD.begin(SD_CS_PIN)) {
to
if (!SD.begin(SD_CS_PIN, SD_SCK_MHZ(12))) {
fixed it for me.
Further details
The SdFat-QuickStart even uses only 4 MHz
.
Metadata
Metadata
Assignees
Labels
No labels