Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

nRF5 SDK nrf_svci uses missing NRF_SECTION_VARS_ADD macro

I'm working with nRF51 series hardware right now, so I have to use nRF5 SDK v12.3.0.

In this version, I've encountered an issue while trying to use the nrf_crypto library. It uses the nrf_svci library, which in turn includes section_vars.h, and calls NRF_SECTION_VARS_ADD. This macro does not seem to be defined anywhere in section_vars.h, or anywhere else in this version of the nRF5 SDK.

Is there some additional configuration that needs to be done to make this macro available for the svc library?

Related