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
  • Next step is to try stepping into the code and check why it doesn't work. I assume your app works fine without the bootloader ? 

    You can try to add a break point in your main() (test first with the blinky modified code you have, then test again with the blinky part removed). Just debug it as normal application. If the bootloader works as it should, you should be able to step into the code. Make sure you removed code optimization. 

Children
Related