Can I remove MBR parameter storage area?

Hi,

        I want to remove MBR parameter storage area(0xFE000 to 0xFF000). Because we have code size problem.

We have our own spi bootloader to get new application and settings from external flash. 

In my mind,

Bootloader settings in 0xFF000 to 0x100000

Bootloader in 0xF2000 to 0xFF000.

Application in 0x31000 to 0xF2000

Softdevice in 0x1000 to 0x31000

Master Boot record in 0x0 to 0x1000

Is the original MBR parameter storage just used to store bootloader settings backup? How to delete it if we don’t need it?

Thank you.

John.

Parents Reply Children
Related