Hello everyone,
I have following problem. I am trying to build a mesh network with the nRF52840 DK and the nRF52840 Dongle.
I am using the "nRF5 SDK for Mesh" (V4.2.0) with the "nRF5 SDK (V17.0.2)" and I am trying to make the lpn example of the "nRF5 SDK for Mesh" work.
I am able to compile the example but when it comes to linking then i get following errors:
build/lpn_nrf52840_xxAA_s140_7.0.1_Debug/obj/ses_startup_nrf_common.o: in function `afterInitialize':
undefined reference to `__RAM1_segment_end__'
I have already tried to change the settings of the Memory Segments and to add a Memory Map without any success. (These were succesful solutions for other users here)
Could you please tell me how I can get rid of these errors and how to make the example to work?
Thanks already.
Kind regards!