This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to increase bootloader size in SDK 15.3?

I tried to increase the bootloader size by reducing IROM start address and increasing size but I always get the same error:

.\_build\nrf52832_xxaa_s132.axf: Error: L6407E: Sections of aggregate size 0x131c bytes could not fit into .ANY selector(s).

I set start to 0x5E000 and size to 0x20000.  Is this the correct way to increase size?  I want to combine BLE and UART into a single bootloader because sometimes I want to use one or the other but not both at the same time.  Does anyone know If this design is possible?  I can't get past compilation to test because of this size problem.

Parents Reply Children
Related