aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/layer-by-layer/memory.x')
-rw-r--r--docs/examples/layer-by-layer/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/layer-by-layer/memory.x b/docs/examples/layer-by-layer/memory.x
new file mode 100644
index 000000000..69f5b28a1
--- /dev/null
+++ b/docs/examples/layer-by-layer/memory.x
@@ -0,0 +1,5 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */
4 RAM : ORIGIN = 0x20000000, LENGTH = 640K /* SRAM */
5}