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

switching to bootloader without a system reset nrf51822

Hi,

we are currently using nrf51822AC device and nrf SDK12 . we need to do "switching to bootloader without a system reset nrf51822" as mention in subject . actually we want to run bootloader in some cases from application so in some conditions we should be able to run bootloader again. please suggest us the methods that we can do for this task . thank you.

Parents
  • Hi,

    We don't have any background DFU that can work in parallel with application. Our DFU require a system reset to enter bootloader mode for firmware updates. There are several reasons why this approach have been selected, for instance it ensure that you have more flash available during firmware update and you have less risk of application issue to prevent DFU to fail.

Reply
  • Hi,

    We don't have any background DFU that can work in parallel with application. Our DFU require a system reset to enter bootloader mode for firmware updates. There are several reasons why this approach have been selected, for instance it ensure that you have more flash available during firmware update and you have less risk of application issue to prevent DFU to fail.

Children
Related