Hi
I am using SDK 14.2 secure bootloader with IAR and SES build. My IAR project is working with DFU upgradation but my SES Hex file is not working
Procedure Followed:
1. Create Privatekey.pem file using nrfutil
2. add publickey in source file of IAR and SES workspace
3. Compile binary
4. load softdevice and bootloader binary in nrf52
5. using nrfutil create Application.zip file of application version 4 ,dfu application.zip is working in IAR bootloader build binary not with ses
Issue facing:
In nrfconnect,dfu process is going ,and able to see application sent successfully .But nrf52 in bootloader mode itself .it is not switch into application mode. in SES build bootloader. In IAR binary ,application mode and dfu mode switching is working.
Please help me to solve this problem .