This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Integrating S113 to SES project

I have to integrate a softdevice into an existing nrf52833 SES project. All the documentation I have found isstarting from any of the examples and using GNU Linker instead of Segger, but i have an existing project, which is started as plain project from SES.

Where can i find the correct flash and RAM offsets for S113 7.0.2? Or a general guide how to integrate the Softdevice. Actually i dont neet BLE functional yet, but I need to check how the Softdevice works together with my code regarding sharing resources. Also I need to use a section of the flash for staring user config data.

For initial testing I assumed 0x1C000 since this is what I found on the forum for 7.0.0 and matches with the Sd size. RAM Start I have set to 0x20005000 (not sure about that).

After flashing my testcode and the softdevice including MBR I get stuck in a loop. Code runs untill Adress 0x010E, BD1F pop {r0-r4, pc}.

Any tipps how to proceed.

Parents Reply Children
No Data
Related