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?