aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp/memory.x')
-rw-r--r--examples/rp/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rp/memory.x b/examples/rp/memory.x
new file mode 100644
index 000000000..aba861aae
--- /dev/null
+++ b/examples/rp/memory.x
@@ -0,0 +1,5 @@
1MEMORY {
2 BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
3 FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5} \ No newline at end of file