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

Jump to another application through bootloader

I am using nrf52832 with sdk 13.0.0.-alpha.I only want to boot the application and jump to blinky project address.For that i am using secure dfu example code.I am using IAR embeed workbench Sequence for code execution would be:

  1. firstly Save one blinky application code on somewhere in flash.
  2. Start the bootloader in which 4 led will blink for 5seconds then it will jump to blinky application code which we have already saved somewhere in flash. plz help?
Related