aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g030f6_periodic_prints/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32g030f6_periodic_prints/memory.x')
-rw-r--r--examples/stm32g030f6_periodic_prints/memory.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/stm32g030f6_periodic_prints/memory.x b/examples/stm32g030f6_periodic_prints/memory.x
new file mode 100644
index 0000000..3f89120
--- /dev/null
+++ b/examples/stm32g030f6_periodic_prints/memory.x
@@ -0,0 +1,6 @@
+/* Linker script for the STM32G030F6 */
+MEMORY
+{
+ FLASH : ORIGIN = 0x08000000, LENGTH = 32K
+ RAM : ORIGIN = 0x20000000, LENGTH = 8K
+}