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.
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.
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.