diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-11 19:19:16 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-11 19:19:16 +0100 |
| commit | 3119aeec5cc05f78a6551ae845f2dbc659bb631a (patch) | |
| tree | bf75094c45ac886fa011a933b47530878067441b /examples/nrf9160/memory.x | |
| parent | ae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff) | |
add nrf9160 example (assumes SPM from zephyr)
Diffstat (limited to 'examples/nrf9160/memory.x')
| -rw-r--r-- | examples/nrf9160/memory.x | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nrf9160/memory.x b/examples/nrf9160/memory.x new file mode 100644 index 000000000..4d1d77c00 --- /dev/null +++ b/examples/nrf9160/memory.x | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | /* Assumes Secure Partition Manager (SPM) flashed at the start */ | ||
| 4 | SPM : ORIGIN = 0x00000000, LENGTH = 320K | ||
| 5 | FLASH : ORIGIN = 0x00050000, LENGTH = 704K | ||
| 6 | RAM : ORIGIN = 0x20018000, LENGTH = 160K | ||
| 7 | } | ||
