Hello I am trying to add OTA update functionality to my device which is running the nrf52810 micro with the s113 softdevice. Currently I am trying to convert the PCA10040e/s112 bootloader example to the s113 softdevice however I am running into the device being completely unresponsive after flashing it. Note: I am just flashing the bootloader hex and the softdevice hex.
I changed all the headers in the armgcc/makefile and tried different combinations of RAM/FLASH placement based on the other boot loader examples however I wasn't able to get the boot loader to successfully start advertising. I suspect the culprit is the flash/ram placements in the .ld file however I don't know where to find the correct values to place! If anyone can tell me what I should be doing to get this working, I would appreciate it!
Here is my .ld file,(I cant seem to upload the makefile, this editor isn't accepting it for some reason).