Hi
I am trying to modify my application so that it uses the latest version of softdevice (v2.0.0-8.alpha) instead of the current one I am using (v2.0.0-7.alpha). My application works fine for softdevice v2.0.0-7; sd_ble_enable has been modified correctly to use the appropriate RAM base, and I have tested my application and everything works fine. However, when I try and use softdevice version v2.0.0-8, my application just doesn't start. Going through a debugger, it seems that my application stops exactly at sd_ble_enable(), and I can't figure out what the issue is because it does not go beyond this point.
Please note that I have modified the linker *.ld file appropriately so that my program flash starts at 0x1C000.
The SDK I am using is version 11.0.0-2.alpha and I am developing using gcc on an nRF52 EngB devkit.
Thanks