Skip to content

Commit e64fc33

Browse files
nvlsianpufabiobaltieri
authored andcommitted
linker: Set ROM offset for MCUboot with NRF54L
Due to number of IRQs the ROM offset, that contains MCUboot, needs to be moved to address that is aligned with 2048 byte long vector table. This comes from Cortex-M requirement where vector table needs to be placed at offset equal to lowest power of two number that will fit vector table. Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Mateusz Michalek <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 040a342 commit e64fc33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/nordic/nrf54l15pdk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ if BOARD_NRF54L15PDK_NRF54L15_CPUAPP
66
config BT_CTLR
77
default BT
88

9+
config ROM_START_OFFSET
10+
default 0x800 if BOOTLOADER_MCUBOOT
11+
912
endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP

0 commit comments

Comments
 (0)