aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9160/memory.x
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-11 19:19:16 +0100
committerUlf Lilleengen <[email protected]>2024-01-11 19:19:16 +0100
commit3119aeec5cc05f78a6551ae845f2dbc659bb631a (patch)
treebf75094c45ac886fa011a933b47530878067441b /examples/nrf9160/memory.x
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
add nrf9160 example (assumes SPM from zephyr)
Diffstat (limited to 'examples/nrf9160/memory.x')
-rw-r--r--examples/nrf9160/memory.x7
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 @@
1MEMORY
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}