Hi all,
Last year, we have successfully developed main app with bootloader without SoftDevice on a custom board using the nrf52840. The starting address of the main app is 0x1000 and the jumping from bootloader to main app works fine.
We now want to develop the Bluetooth 5 features, so we need to put the Soft Device on our devices. I want to ask how is that possible in the fastest and easiest way and do we need to change all the libraries for the bootloader and main app and use function callings from Soft Device.
How can we migrate from SDK15.0 without SoftDevice to SDK15.2 with latest SoftDevice, since with the latest releases I think all the features of BT5 are supported?
Thanks in advance.