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
  • Hi Stark, 

    Thanks for clarifying the IC variant. I 'm using the same chip here. 

    Could you please use the files I sent and read out the whole flash using this command: 

    nrfjprog --readcode filename.hex

    Please try to read the flash when: 

    - After you flashed softdevice and bootloader (please use what I sent you on 7Mar.zip)

    - After you DFU updated the blinky image I sent you in the .zip ( I assume it worked )

    - After you DFU update the hrs example I sent you in the package_hrs.zip. (I assume it doesn't work)

    Using that data I can compare with what I have here, theoretically it should be identical with what I have here (which works) if it's not we can try to figure out why.  

Children
Related