Dear Nordic All our last SDKs in "example/dfu" have same error.
Code is not corect:
nrf_clock_lf_cfg_t clock_lf_cfg = NRF_CLOCK_LFCLKSRC;
Impossible properly initialize structure by this method.
Because nrf_clock_lf_cfg_t is structure and contain many variables, NRF_CLOCK_LFCLKSRC - is single value;
Examples is not runnable. Thank`s...