Hi
i am new with nRF52832. i am trying to run fatfs example program. But it shows Disk initialization failed. what is the reason for it?.
i am using segger embedded studio.
Hi
i am new with nRF52832. i am trying to run fatfs example program. But it shows Disk initialization failed. what is the reason for it?.
i am using segger embedded studio.
There are many possible reasons!
You're going to have to do some debugging to find out!
You haven't said what hardware you're using - first thing is to check that it is all correct, working, properly configured, and correctly connected.
i am new with nRF52832
I would suggest that you start with some simpler projects to gain familiarity with the product & the tools - getting a filesystem working is not really a "first project"!
1- Nordic\nRF5_SDK_15.3.0_59ac345\examples\peripheral\fatfs\pca10040\blank\ses
#define SDC_SCK_PIN 25 ///< SDC serial clock (SCK) pin. #define SDC_MOSI_PIN 23 ///< SDC serial data in (DI) pin. #define SDC_MISO_PIN 24 ///< SDC serial data out (DO) pin. #define SDC_CS_PIN 22 ///< SDC chip select (CS) pin.
3- Some sd card adapters do not work with 3.3 volts. Connect your adapter to 5V.