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
  • I think we need to focus on why the hrs example I provided didn't work for you. It worked fine here.

    Do you nRF52 DK for testing or it's your own hardware ? 

    Do you have any trouble testing the ble_app_hrs for S332 in our SDK (without bootloader)

    If you test using the blinky .zip package do you see the problem that you mentioned "when I install app OTA and disconnect from DFUTarg it restart from dfu boatloader again?"

    The only potential issue I can think of is if the bootloader using something (for example Timer, UART) and then in your application you use the peripheral without reconfigure it properly. Then you can get into trouble. But it should not be the case with the ble_app_hrs image that I sent you. 

Children
Related