I wriing softdevice ,aplication and bootloader by nrfprog tool.
But,the device works with the bootloader, not the application.
After writing, it is reset and flag is set as follows.
nrfjprog.exe --family NRF52 --memwr 0x07f000 --val 0x1
nrfjprog.exe --family NRF52 --reset
How can I make it work from an application?