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
  • In your app do you have any flash operation ? 

    It looks like you are editing the bootloader setting page in your app. 

    Please make sure fstorage has the location of flash located bellow the bootloader. This is defined in FS_PAGE_END_ADDR that we used in fs_init(). To make sure the if we have a bootloader we relocated the flash area for application under the bootloader, not to mess up with the bootloader data. 

Children
Related