"BLE DFU single bank support for bootloader+softdevice update". I found it in change log of SDK 7.1.0. What does it mean?
"BLE DFU single bank support for bootloader+softdevice update". I found it in change log of SDK 7.1.0. What does it mean?
Hi,
It meant the support for bootloader and softdevice update. It erases the application to store the image the softdevice (and bootloader) so it's single bank update.
It's available from SDK v6.1, I guess we forgot to add that info into the release note of SDK v6.1&SDKv7.0 so we added in the note for SDK v7.1
@WrightsCS: The answer from Alex is correct. In addition, if you want to have single bank update BLE (for application), from SDK v8.1 you only have to change the project to replace file dfu_dual_bank.c with file dfu_single_bank.c
@WrightsCS: The answer from Alex is correct. In addition, if you want to have single bank update BLE (for application), from SDK v8.1 you only have to change the project to replace file dfu_dual_bank.c with file dfu_single_bank.c