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

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demo/stm32f401xe.ld')
-rw-r--r--demo/stm32f401xe.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo/stm32f401xe.ld b/demo/stm32f401xe.ld
new file mode 100644
index 0000000..b8ae2db
--- /dev/null
+++ b/demo/stm32f401xe.ld
@@ -0,0 +1,8 @@
+ENTRY(Reset_Handler)
+MEMORY
+{
+ ROM (rx): ORIGIN = 0x08000000, LENGTH = 512K
+ RAM (rwx): ORIGIN = 0x20000000, LENGTH = 96K
+}
+
+INCLUDE sections.ld