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

BLE Secure DFU Bootloader Single Bank Operation

I am currently using BLE Secure DFU Bootloader on my NRF51822 256kB but my program is now too large for dual bank operation. How can I setup the Secure DFU Bootloader to use a single bank?

As shown by the bootloader printing out the below. 0> :INFO:No way to fit the new firmware on device

My program is 66kB in size.

Parents
  • Which SDK and SoftDevice version are you using? Have you ported the Secure Bootloader to be compatible with the S110?The Secure bootloader should revert to single bank if there is not enough space to perform a dual-bank update, see this infocenter page for more information.

Reply
  • Which SDK and SoftDevice version are you using? Have you ported the Secure Bootloader to be compatible with the S110?The Secure bootloader should revert to single bank if there is not enough space to perform a dual-bank update, see this infocenter page for more information.

Children
No Data
Related