This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ASSERT error from sd_softdevice_enable

Hi guys,

I am using the softdevice S120 firmware: s120_nrf51822_1.0.0-1.alpha_softdevice.hex

The error_handler registered when calling sd_softdevice_enable is called with an assert in file rem.c line 941. This seems to be in the softdevice code, so I can't check what is happening (can't find this rem.c file anywhere)

Could you give some hints about what it could be ?

The softdevice is enabled with the following code: err_code = sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, m_softdevice_assert_callback);

Thanks & regards, Marc

Related