diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-14 12:53:10 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-14 12:53:10 +0100 |
| commit | 9b5fc685a11bc4d5254dffde37beeaba721d1f2a (patch) | |
| tree | 312c32f84affc737af89e4d7e9744ceae47b7db5 /examples/nrf54l15/memory.x | |
| parent | 0698b95715c8ef6ea0f442919247fafa348112a5 (diff) | |
fix: use correct nrf54l15 flash size
Both SVD and documentation agrees on 1524kB
Diffstat (limited to 'examples/nrf54l15/memory.x')
| -rw-r--r-- | examples/nrf54l15/memory.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf54l15/memory.x b/examples/nrf54l15/memory.x index 1064c8a5c..332200828 100644 --- a/examples/nrf54l15/memory.x +++ b/examples/nrf54l15/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY | 1 | MEMORY |
| 2 | { | 2 | { |
| 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 1536K | 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 1524K |
| 4 | RAM : ORIGIN = 0x20000000, LENGTH = 256K | 4 | RAM : ORIGIN = 0x20000000, LENGTH = 256K |
| 5 | } | 5 | } |
