Hi
I am using nRF52832 and SDK13 versions.
Can I change the bootloader start address from 0x78000 to 0x77000?
Currently, bootloaders are using 0x78000 to 0x7DFFF area.
This time, we are referring to sample ble_app_multirole_lesc to use Security Mode1 Level4.
The area used in FDS init is 0x7D000, but it overlaps with the bootloader and is not ready.
So I want to change the address of Bootload. Or can we change the FDS area?
I desperately need your help.
Thanks.