We have a standalone application with no SDK integration. We would like to have the possibility to do OTA Updates via BLE and maybe introduce BLE support later on.
So for the time being it would like not to use the Softdevice. Since this would mean a lot of work to get everything right again. (Writing to flash, handling peripherals through the SD and maybe more things would break).
That's why I thought about booting my app directly from the bootloader. Instead of the bootloader booting into SD and SD booting the app.
Is this something you can recommend? Are there any issues with that approach? Do you have examples of doing that?
Thanks for your help!