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

Can't change clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC

Hi

I changed the clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC, but it dit not work.

In the migration guide(Migration Guide)
I found out, that the method SOFTDEVICE_HANDLER_INIT was replaced by nrf_sdh_enable_request().
The SOFTDEVICE_HANDLER_INIT  had as argument the clock source but the nrf_sdh_enable_request() method does not have any arguments.

How can I set the clock source?

Thanks,

Werner

Related