Commit 440d2365 authored by Sandeep Mistry's avatar Sandeep Mistry

softdevice .ld RAM adjustments

parent afe5baed
...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys) ...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY MEMORY
{ {
FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000 FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000 RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0x1F80
} }
SECTIONS SECTIONS
......
...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys) ...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY MEMORY
{ {
FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x5000 FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x5000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000 RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0x1F80
} }
SECTIONS SECTIONS
......
...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys) ...@@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY MEMORY
{ {
FLASH (rx) : ORIGIN = 0x1c000, LENGTH = 0x64000 FLASH (rx) : ORIGIN = 0x1c000, LENGTH = 0x64000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0xdf80
} }
SECTIONS SECTIONS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment