I am working with the secure bootloader example. I copied the firmware zip package to my phone. It contains only application.hex in the package, there is no softdevice or bootloader. the software package is installed on my device but afterwards it doesn't advertising. however, it works fine when I install software via the computer using the nRF connect application.
1)After loading the softdevice and application into nrf52 with nRFconnect on the computer, the flash memory image is as follows:
2)After loading the softdevice and bootloader into nrf52 with nRFconnect on the computer, the flash memory image is as follows:
3)This is the flash image after loading the application.hex file with nRFtoolbox.
I think there is a problem after installing softdevice and bootloader and softdevice is corrupted. or there is another problem. What could be the problem I'm having?