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

DFU not working on S332 2.0 SDK12 . Help me setting Target IROM1 and IRAM1?

Hi 

   I am trying to implement DFU to my project. I have done all the steps to generate packages,  private and public keys etc. My program now starts at dfu and I can upload the package to nrf52 but it then get stuck to (Jump to 0x0029000).

Can anyone help me target setting on keil? Thanks

  

Parents Reply
  • I'm not sure it would stuck at nrf_bootloader_app_start(). The bootloader treat your application and the blinky application exactly the same. I assume the blinky application you also set the start address to 0x29000 ? 

    If you step into bootloader code and step the function nrf_bootloader_app_start() what do you have  ? 

    You can also try to put a break point at the beginning of your application to see if it jumped there. 

    You can try to modify your application to do blinky, just to test if the bootloader actually jumped to application.

Children
No Data
Related