• sd card example not working fine

    Hi All, I am working on fatfs example from sdk 12.2.0 on pca10040, nrf52 dk, nrf52832. And i did not change anything in the code but it seems that my sd card is not getting initialized as i am getting following message on putty:- APP:INFO: FATFS…
  • Could not find SD Card (SDCard) library and example in Keil IDE after nRF5 SDK 12.2 Keil4 installation

    Hi, I downloaded the nrF5 SDK V12.2 from: www.nordicsemi.com/.../nRF5-SDK after unzip, I could see the SDCard library under "\nRF5_SDK_12.2.0_f012efa\components\libraries\sdcard" I am a Keil user, so I ran the nRF5x_MDK_8_11_1_Keil4.msi installation…
  • unable to read the data from file using f_read in fatfs example of nrf52

    Hi, I am interfacing micro SD card with nrf52 using fatfs example in sdk 12.0. As I am beginner, first I wanted to perform operations like read, write, delete and some basic functions with files. I am able to write the data into the file,which was…