This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU Bootloader SDK9.0.0: App does not start after update

Hello,

I am switching my environment form SKD6.1 to SDK9.0.0. Finally I'd like to integrate a buttonless bootloader into my BLE application. I am using:

  • nRF51822 QFAAG20 (0x0057)
  • IAR Embedded Workbench
  • s110_nrf51_8.0.0_softdevice.hex
  • dfu_dual_bank_ble_s110_pca10028.ewp (chip changed to nrf51822)
  • ble_app_hts (chip changed to nrf51822)

First I started to flash a sample app OTA, but here I faced a problem. After the application is flashed via DFU the app does not start up. Instead I still can receive the DFU advertising. It seems as there is something wrong with the app, because updating the Softdevice via DFU is working. Are there any other changes needed concerning the chip change? Thanks, Mathias

Related