Is it possible to use softDevice on nRF52840 without 32k crystal?
Is it possible to use softDevice on nRF52840 without 32k crystal?
Which SDK version are you using? Note that the clock source used by the softdevice is not the one you configure in the CLOCK peripheral settings in sdk_config.h. In SDK 14.x.0, you can configure clock source for the softdevice using the sdk_config.h macros NRF_SDH_CLOCK_LF_SRC
, NRF_SDH_CLOCK_LF_RC_CTIV
, and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
.
Which SDK version are you using? Note that the clock source used by the softdevice is not the one you configure in the CLOCK peripheral settings in sdk_config.h. In SDK 14.x.0, you can configure clock source for the softdevice using the sdk_config.h macros NRF_SDH_CLOCK_LF_SRC
, NRF_SDH_CLOCK_LF_RC_CTIV
, and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
.