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
  • Glad to hear Wasil, this meant a normal application should work fine. 

    Could you try to update one of the application (for S332) in the SDK with your own bootloader ?  (with the fix I proposed)

    Or you can use the image of the hrs example that I attached here. 

    If that works with your bootloader we would need to look into your application to check why it crashed at pstorage init. 

    Do you do any flash operation that modify the application firmware ? Can you step into the code and check why pstorage init crashed ?

    If you can't get to pstorage init and it's stuck at DFU bootloader, you can check and send me the RTT log of the bootloader. 

Children
Related