Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/pastilda.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emb/pastilda/stm32f405rg.ld')
-rw-r--r--emb/pastilda/stm32f405rg.ld7
1 files changed, 7 insertions, 0 deletions
diff --git a/emb/pastilda/stm32f405rg.ld b/emb/pastilda/stm32f405rg.ld
new file mode 100644
index 0000000..c5e1bf8
--- /dev/null
+++ b/emb/pastilda/stm32f405rg.ld
@@ -0,0 +1,7 @@
+MEMORY
+{
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 1M
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
+}
+
+INCLUDE libopencm3_stm32f4.ld \ No newline at end of file