Hi,
The common problem is that the nRF DK is fitted with an external 32kHz crystal, while a custom board may not be.
Can you try to change in sdk_config.h:
#define NRF_SDH_CLOCK_LF_SRC 0
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#define NRF_SDH_CLOCK_LF_ACCURACY 1
Best regards,
Kenneth
Hi,
The common problem is that the nRF DK is fitted with an external 32kHz crystal, while a custom board may not be.
Can you try to change in sdk_config.h:
#define NRF_SDH_CLOCK_LF_SRC 0
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#define NRF_SDH_CLOCK_LF_ACCURACY 1
Best regards,
Kenneth
thanks Kenneth i have apply the softdevice clock configuration changes as suggested by u and now it is working perfectly
Thanks,
Dharmit