aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/stm32l031k6.ld
diff options
context:
space:
mode:
Diffstat (limited to 'targets/stm32l031k6.ld')
-rw-r--r--targets/stm32l031k6.ld10
1 files changed, 10 insertions, 0 deletions
diff --git a/targets/stm32l031k6.ld b/targets/stm32l031k6.ld
new file mode 100644
index 000000000..f9995bc02
--- /dev/null
+++ b/targets/stm32l031k6.ld
@@ -0,0 +1,10 @@
+
+MEMORY
+{
+ FLASH_TEXT (rx) : ORIGIN = 0x08000000, LENGTH = 32K
+ RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K
+}
+
+_stack_size = 2K;
+
+INCLUDE "targets/arm.ld" \ No newline at end of file