This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device not start after Bootloader/SoftDevice

[symptom]

I want to update my application/bootloader/softdevice by DFU. Steps are shown below.

  1. bootloder/softdevice update
  2. if 1 step is done, application update comes next.

I wrote some code for iOS/Android apps based on IOS-Pods-DFU-Library/Android-DFU-Library. As a result, bootloader/sofdevice update is correctly done. However, after bootloader/sofdevice is updated, device don't start automatically for next application update(step 2).

[workaround]

Pushing the power button boots device and application update correctly follows. However, this is not for user experience. Therefore this could not be our option.

[condition]

  • nrf51
  • S110 SoftDevice v8.0
  • single bank
Related