Skip to content
Snippets Groups Projects
Commit 57b56d2e authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

nrf51: Adjust ldscript memory segment attributes

parent 60b13e68
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
MEMORY MEMORY
{ {
rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 16K
} }
INCLUDE cortexm_base.ld INCLUDE cortexm_base.ld
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
MEMORY MEMORY
{ {
rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 16K
} }
INCLUDE cortexm_base.ld INCLUDE cortexm_base.ld
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
MEMORY MEMORY
{ {
rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K
} }
INCLUDE cortexm_base.ld INCLUDE cortexm_base.ld
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment