Hi,
I am testing the light_switch demo of the nrf5_SDK_for_Mesh_v0.10.1-Alpha_src.
I don't have 32kHz osc on my server board, so I have to change the clk config. I config the clock like this:
config_params.lf_clk_cfg.source = NRF_CLOCK_LF_SRC_RC;
config_params.lf_clk_cfg.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM;
But the program fail at the sd_softdevice_enable() function. I think it is because of the clk config. So how should I config the clk if I don't have the LF CLK on my board, please?