Hi!
We are using the 51822 with S110. I'm currently writing a very simple bootloader which fetches the new application from an external SPI flash.
My plan is to place the bootloader at the end of the 51822s flash, the Softdevice @0x0 and the application right after the SoftDevice. When upgrading, I was hoping we could bundle both the SoftDevice and the application in one binary file, and write the whole thing to flash with the bootloader. My problem then is, if the SD-size change, how can the bootloader figure out where the application is?