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

Parents
  • @sevstels: As Aryan suggested, please edit your comment and remove inappropriate language.

    You need to provide more information on SDK you currently use, softdevice you used. All of the examples in the SDK has been intensively tested before release. If you can't compile, please try again with a fresh copy of the SDK. Most likely you modified something or used wrong Softdevice header that is not supported on that SDK version.

Reply
  • @sevstels: As Aryan suggested, please edit your comment and remove inappropriate language.

    You need to provide more information on SDK you currently use, softdevice you used. All of the examples in the SDK has been intensively tested before release. If you can't compile, please try again with a fresh copy of the SDK. Most likely you modified something or used wrong Softdevice header that is not supported on that SDK version.

Children
No Data
Related