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/stm32f303xc.ld')
-rw-r--r--demo/stm32f303xc.ld9
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/stm32f303xc.ld b/demo/stm32f303xc.ld
new file mode 100644
index 0000000..2eee88a
--- /dev/null
+++ b/demo/stm32f303xc.ld
@@ -0,0 +1,9 @@
+ENTRY(Reset_Handler)
+MEMORY
+{
+ ROM (rx): ORIGIN = 0x08000000, LENGTH = 256K
+ RAM (rwx): ORIGIN = 0x20000000, LENGTH = 40K
+ CCMRAM (rwx): ORIGIN = 0x10000000, LENGTH = 8K
+}
+
+INCLUDE sections.ld