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
  • Have you made sure when you build the .zip file you choose the correct sd_req code ? for s332_nrf52_2.0.1 it is 0x8E

    Also made sure you have changed the bootloader so that it use the S332 header files, not the S132 header files. 


    I attached here the public, private keys, the bootloader project and the .zip package file that you can test. It's tested on SDK v12.3 S332 v2.0.1.

    The application to update is simply a blinky example (not the BLE one)

    07Mar.zip

Children
Related