Hi!
We've got a product where we need to update the bootloader from within our main application. However while we can happily erase and write flash before 0xf7000 (obviously not the softdevice), if we try and erase and write to `0xf7000` then the processor resets with a watchdog reset (this could be caused by a hardfault) - *even* if the softdevice has been disabled.
Is there any way around this? We don't seem to get the behaviour with SDK12 on an nRF52832 - we can happily overwrite the bootloader while in our app at that point.
thanks!
- Gordon