From 0a9f2cca71889e78fb0bad31a63fdb6c8e54e20f Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Sun, 2 Aug 2020 19:49:35 +0200 Subject: first compiling firmware --- firmware/memory.x | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 firmware/memory.x (limited to 'firmware/memory.x') diff --git a/firmware/memory.x b/firmware/memory.x new file mode 100644 index 0000000..5153cb7 --- /dev/null +++ b/firmware/memory.x @@ -0,0 +1,6 @@ +/* Linker script for the STM32F103C8T6 */ +MEMORY +{ + FLASH : ORIGIN = 0x08000000, LENGTH = 128K + RAM : ORIGIN = 0x20000000, LENGTH = 16K +} -- cgit v1.2.3