diff options
Diffstat (limited to 'examples/nrf51/memory.x')
| -rw-r--r-- | examples/nrf51/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf51/memory.x b/examples/nrf51/memory.x index ad5f80292..98b3c792f 100644 --- a/examples/nrf51/memory.x +++ b/examples/nrf51/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY | 1 | MEMORY |
| 2 | { | 2 | { |
| 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 256K | 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 128K |
| 4 | RAM : ORIGIN = 0x20000000, LENGTH = 32K | 4 | RAM : ORIGIN = 0x20000000, LENGTH = 16K |
| 5 | } | 5 | } |
