Skip to content

Commit 471b1d0

Browse files
committed
[nrf fromtree] scripts: runners: nrf: Add UICR ranges for nRF54L
These are used to detect if the firmware image contains any values inside the UICR for additional handling. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit fa66984)
1 parent ae8acbd commit 471b1d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/west_commands/runners/nrf_common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
'Application': (0x0FFF8000, 0x0FFF8800),
4141
'Network': (0x0FFFA000, 0x0FFFA800),
4242
},
43+
'nrf54l': {
44+
'Application': (0x00FFD000, 0x00FFDA00),
45+
},
4346
'nrf91': {
4447
'Application': (0x00FF8000, 0x00FF8800),
4548
},

0 commit comments

Comments
 (0)