Hi Nordic
I have some questions regarding switch to Application on custom address.
The memory layout in flash is like this:
0x00000000 - MBR
0x00000000 - softdevice (s132_nrf52_7.2.0)
0x00026000 - Custom bootloader
0x0002B000 - Application 1
0x00050800 - Application 2
0x00076000 - Configuration
Queries:
1. can we have application other than 0x26000(APP_CODE_BASE) is hardcoded inside the SoftDevice.
2. Is there any way to modify the application starting address.