From c7b9507a57f2ba28c18b15dd2719a1c56f74a302 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 20 Jul 2017 22:53:44 -0500 Subject: `Resource` trait, docs, examples and rtfm-syntax related changes --- memory.x | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 memory.x (limited to 'memory.x') diff --git a/memory.x b/memory.x new file mode 100644 index 0000000..534d478 --- /dev/null +++ b/memory.x @@ -0,0 +1,6 @@ +/* STM32F103C8V6 */ +MEMORY +{ + FLASH : ORIGIN = 0x08000000, LENGTH = 64K + RAM : ORIGIN = 0x20000000, LENGTH = 20K +} -- cgit v1.2.3