Hello,
I have problems to get SES working with nrf51822 projects. If i import project with help of tutorial from nordic semi i get undefined symbol __data_start__. Now i have made stuff from scratch and i have "almost" working example. It hangs on sd_softdevice_enable function, i know my clocks are ok, becourse example works just fine using arm-gcc toolkit. I doubt the actual problem is in memory layout but i have been trying to solve this problem for quite long time and cant get pass it. I have took some screenshots from debug session to https://imgur.com/a/Pj2fQSU and included some pictures from memory_map and memory_placement. i have nrf51 dk and programming nrf51822_XXAC with that.
Using nrf51 sdk 12.3 and Segger Studio 4.10a
I really need some help and would appreciate if some one could point my error.