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

SDK DFU example error

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...

Related