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

nrf_sdh_is_enabled() is excluded when NRF_SDH_ENABLED = 0

Hi,

When I build the SDK (14.0.0) with SOFTDEVICE_PRESENT and in sdk_config.h #define NRF_SDH_ENABLED 0 I get the following link error (using IAR:)

Error[Li005]: no definition for "nrf_sdh_is_enabled" [referenced from nrf_drv_clock.o]

if NRF_SDH_ENABLED is mandatory when using softdevice, I think it should be set automatically.

Thanks, Elkana

Related