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

Updating Bootloader in SDK 17.0.2 for NRF52810 not working

I have developed an APP using SDK 15 (both BL and APP)  updating Bootloader and APP which is working fine.

I have developed same app using SDK 17.0.2 (both BL and APP)

APP updating using DFU OTA and gets started but where as bootloader getting updated but

application is not getting started after that. how to debug this ?

I didn't changed anything related to BL except for the Board related files.

Parents Reply
  • Sorry, I misread the question then, I thought you were attempting to upgrade from SDK 15 to SDK 17 through DFU. Thanks for clarifying.

    application is not getting started after that. how to debug this ?

    First thing I would check is if the device falls back to DFU mode or not (i.e. see if it advertises or not). Next you may try to start a debug session with the bootloader or application project to try figure out if execution gets stuck somewhere or if it's simply entering an endless boot loop.

Children
Related