Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bug in apply_old_config.h (NRFX/NRF_CLOCK_ENABLED

Good afternoon!

SDK17.0.2 (build: d674dde)

appliy_old_config.h: line 79:

//------------------------------------------------------------------------------
// CLOCK

#if defined(NRF_CLOCK_ENABLED)

#if defined(CLOCK_CONFIG_LF_CAL_ENABLED) && defined(CLOCK_CONFIG_LF_SRC)

Must be replaced with:

// CLOCK

#if defined(NRFX_CLOCK_ENABLED)

#if defined(CLOCK_CONFIG_LF_CAL_ENABLED) && defined(CLOCK_CONFIG_LF_SRC)

Related