Skip to content

Commit 53e3402

Browse files
committed
fix: nrf54 flash size
1 parent aa23094 commit 53e3402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nrf54/memory-nrf54l15.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MEMORY
22
{
3-
FLASH : ORIGIN = 0x00000000, LENGTH = 1536K
3+
FLASH : ORIGIN = 0x00000000, LENGTH = 1524K
44
RAM : ORIGIN = 0x20000000, LENGTH = 256K
55
}

0 commit comments

Comments
 (0)