This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PCA 10056 NRF52840-DK SD Card Problem

I'm using the PCA10056 with an SD card connected via P1.12-P1.15. When I use the FatFs example of SDK12 PCA10028 it works fine. but when I use the FatFs example of SDK15.0.0-PCA10056, it is not working.

Did any changes in SW/HW? I am Using NRF52840-DK and Model is PCA10056 1.0.0 2018.25  683802088.

Parents Reply
  • Yes, I am powering through USB 5V.


    I used this code: \nRF5_SDK_15.1.0_a8c0c4d\examples\peripheral\fatfs\pca10056\blank\arm5_no_packs

    I am getting "Disk initialization failed."

    NRF_LOG_INFO("Initializing disk 0 (SDC)...");
    for (uint32_t retries = 3; retries && disk_state; --retries)
    {
    disk_state = disk_initialize(0);
    stat = disk_state;
    }
    if (disk_state)
    {
    NRF_LOG_INFO("Disk initialization failed.");
    return;
    }

    Using NRF52840- DK Board


    Pls, send me code snippet for SDCard fatfs example tested on nRF52840?

Children
No Data
Related