aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/memory.x
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-10 21:47:17 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-10 21:47:17 +0200
commitd547c5c5c9834dbb1dbe000b42e09b22f064f947 (patch)
tree13e7c20a839e6ded8267926c27a067e5c0c39d8e /sw/demo1/memory.x
parent3b543dcfac08aeea9891aa7e279db5fe33b9099b (diff)
downloadpicardy-d547c5c5c9834dbb1dbe000b42e09b22f064f947.tar.gz
picardy-d547c5c5c9834dbb1dbe000b42e09b22f064f947.tar.bz2
picardy-d547c5c5c9834dbb1dbe000b42e09b22f064f947.zip
Add demo1 stm32f103 example with blinky code
Diffstat (limited to 'sw/demo1/memory.x')
-rw-r--r--sw/demo1/memory.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/demo1/memory.x b/sw/demo1/memory.x
new file mode 100644
index 0000000..71f245d
--- /dev/null
+++ b/sw/demo1/memory.x
@@ -0,0 +1,6 @@
+/* Linker script for the STM32F103C8T6 */
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 64K
+ RAM : ORIGIN = 0x20000000, LENGTH = 20K
+}