Hi,
I was just trying to build the light_switch_provisioner_nrf52840 code using Segger Embedded Studio. However, I've got a error build/light_switch_provisioner_nrf52840_xxAA_s140_6.1.0_Debug/light_switch_provisioner_nrf52840_xxAA_s140_6.1.0.elf section `.text.sd_app_evt_wait' will not fit in region `UNPLACED_SECTIONS'
region `UNPLACED_SECTIONS' overflowed by 118820 bytes
build/light_switch_provisioner_nrf52840_xxAA_s140_6.1.0_Debug/obj/ble_softdevice_support.o: In function `ble_stack_init':
ble_softdevice_support.c:(.text.ble_stack_init+0x98): undefined reference to `__data_start__'
build/light_switch_provisioner_nrf52840_xxAA_s140_6.1.0_Debug/obj/thumb_crt0.o: In function `memory_set':
What does it mean by 'UNPLACED_SECTIONS'? I was using the latest nRF5 SDK version (nRF5_SDK_15.2.0_9412b96). I've also tried other examples in Mesh SDK, the same error occurs. Is it the problem of my setup or something else? Anyone met the same problem and knows how to solve this? Your help is much appreciated!
Rosa