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

PCA10056 with SD card module

Hi. I'm using the NRF-52 DK (PCA10056) with an SD card module and I'm trying to upload the FatFS example code for SDK 15. I'm using a kingston 8GB SD card and I'm unable to get any result. The same is working with SDK12. How do I sort this issue. 

Parents Reply
  • Hi,

    Thanks for your response we have tried point 1. and updated the nRF5_SDK_15.0.0_a53641a\components\drivers_nrf\usbd\nrf_drv_usbd_errata.h

    But it didn't work.

    2. Can't understand can you please explain?

    The SDCard module works with Arduino, nRF51 DK (SDK 12)
    Doesn't work with nRF52832 DK(pca10040), nRF52840(pca10056) using SDK12.3 or SDK15.0

    Consider, we have check these PINS more than 10 times: nRF5_SDK_15.0.0_a53641a\examples\peripheral\fatfs

    #define SDC_SCK_PIN     ARDUINO_13_PIN  ///< SDC serial clock (SCK) pin.
    #define SDC_MOSI_PIN    ARDUINO_11_PIN  ///< SDC serial data in (DI) pin.
    #define SDC_MISO_PIN    ARDUINO_12_PIN  ///< SDC serial data out (DO) pin.
    #define SDC_CS_PIN      ARDUINO_10_PIN  ///< SDC chip select (CS) pin.

    Regards

    Vishal Aditya

    Embedded Software Engineer

Children
No Data
Related