From d547c5c5c9834dbb1dbe000b42e09b22f064f947 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Apr 2020 21:47:17 +0200 Subject: Add demo1 stm32f103 example with blinky code --- sw/demo1/memory.x | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sw/demo1/memory.x (limited to 'sw/demo1/memory.x') 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 +} -- cgit v1.2.3