We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e7499 commit d904baaCopy full SHA for d904baa
cores/nRF5/SDK/components/toolchain/gcc/nrf52833_xxaa.ld
@@ -0,0 +1,13 @@
1
+/* Linker script to configure memory regions. */
2
+
3
+SEARCH_DIR(.)
4
+GROUP(-lgcc -lc -lnosys)
5
6
+MEMORY
7
+{
8
+ FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x80000
9
+ RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x20000
10
+ CODE_RAM (rwx) : ORIGIN = 0x800000, LENGTH = 0x20000
11
+}
12
13
+INCLUDE "nrf52_common.ld"
0 commit comments