Hello,
I´m using nrf52832 with sdk 14.2.0 and softdevice s332.
MEMORY
{
FLASH (rx) : ORIGIN = 0x2D000, LENGTH = 0x53000
RAM (rwx) : ORIGIN = 0x20001F30, LENGTH = 0xE0D0
}
I'm trying to start the softdevice (nrf_sdh_enable_request();), but it gives me the following error, in the library 'nrf_sdh.c':

And libraries are also added, in Makefile:
$(SDK_ROOT)/components/libraries/experimental_section_vars/nrf_section_iter.c \
$(SDK_ROOT)/components/libraries/experimental_section_vars \
What can be happening?
Thanks and regards,
Paco.