EDIT: I incorrectly reported the Secure Bootloader pca10040_s132_ble_debug .hex file included in SDK 16.0.0 wrote to addresses in the mbr_params_page, I have since identified it is only my custom bootloader that overruns into these addresses.
Hi,
In SDK 16.0.0, when examining the generated .hex file from my custom bootloader based upon the Secure Bootloader pca10040_s132_ble_debug example, I was suprised to find addresses from 0x0007E000 and onwards written.
I found this unexpected because I thought the linker reserved the mbr_params_page page. Does anyone know what is going on here?
I found this because I was unable to merge a bootloader settings page which includes backup settings (which is located at 0x0007E00, generated with nrfutil). My workaround is using the --no-backup option, but I'd like to understand why this is happening.
Thank you for your help.