diff options
Diffstat (limited to 'examples/rp/memory.x')
| -rw-r--r-- | examples/rp/memory.x | 5 |
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 @@ | |||
| 1 | MEMORY { | ||
| 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 | ||
