summaryrefslogtreecommitdiff
path: root/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld')
-rw-r--r--src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
new file mode 100644
index 0000000..0bc8fe2
--- /dev/null
+++ b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
@@ -0,0 +1,11 @@
+/*
+ * Copyright 2021 Daniel Friesel
+ *
+ * SPDX-License-Identifier: CC0-1.0
+ */
+MEMORY {
+ rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
+}
+
+INCLUDE cortex-m-generic.ld