Skip to content

SD Card errors #524

Closed
Closed
@job-1994

Description

@job-1994

I am trying to set up the basic sd card operation, and using the begin() function to initialize the SD card, however it continuously comes up with errors. After constantly checking the wiring and such, the code finally settled on this error:

[W][sd_diskio.cpp:143] sdCommand(): crc error
[W][sd_diskio.cpp:479] ff_sd_initialize(): APP_OP_COND failed: 1
[E][sd_diskio.cpp:721] sdcard_mount(): f_mount failed 0x(3)
Card Mount Failed

Using the following code:
SPI.begin(18,19,23); if(!SD.begin(5)){ Serial.println("Card Mount Failed"); return; }

The wiring follows the recommended wiring diagram in the Sample Wiring Diagram provided

Is the issue in the model of the SD card? I have formatted a 32GB microSD HC card to FAT32.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions