Updating Softdevice with custom bootloader

Hi guys,

i am using a custom UART bootloader ( no double image, just overwrite application due to memory limitations ) on nrf52805 and SD112 7.2.0, a question:

at the moment I am protecting with BPROT registers flash address of bootloader section, but let's say I want to update SD to a new release ( with same size ) is it a good approach to protect with BPROT the first 0x1000 flash page where MBR resides to avoid possible bricks in case of failure of overwrite? I mean i can can the same MBR with a new softdevice release of the same family, hex file comprise both so I am thinking if it's safe to update only SD part of flash above 0x1000.

Thanks!

Related