I want to give the application priority to run when it run with the bootloader.
I'm using PCA10028 and SDK12.
When the bootloader is uploaded with the softdevice, the directly flashed application isn't executed until DFU is done using the DFU app.
The softdevice doesn't recognize the application I flashed directly at first.
After DFU is complete, It recognize the application I have uploaded directly.
I hope the application is running first when I flashed all applications(softdevice, user application and bootloader).
Could you give me some advice on what to do?