This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader does not start application

Hello,

I am trying to get my device (nrf52832) to do DFU OTA, and to do so I am programming the bootloader before programming the s132 softdevice and the application. However, the device seems to stay stuck in bootloader mode without ever starting the application. I am able to perform a DFU using a test application, so the bootloader is indeed functionnal. I have tried merging the bootloader settings file at this location : here. If I only program the softdevice and the application, everything works well (except dfu).

This does not fix my problem. Do my settings have to be different than the ones found in this file? I have already looked through a dozen posts on this site and have yet to find a solution that works. I am using SDK 9.2 and Eclipse gcc. Any help would be greatly appreciated!

Thanks!

Related