nRF52840, nRFSDK v17.0.2, SD140 v7.2.0
I asked DFU from image we download ourselves? and learned that the `NRF_BL_DFU_ALLOW_UPDATE_FROM_APP` configuration flag enables bootloader code to look at bank1 in the settings page, and update from there.
Now I'm curious: what is the best way to set or change the bank1 address? We would like to have explicit control over where the application-provided update image is stored. Additionally, it's possible that future firmware updates might want to adjust the bank1 address as our flash map changes and evolves. But, we see that the bootloader protects the settings page.
What's the Nordic-recommended strategy for changing the bank1 address?
Thanks,
Charles