diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-25 21:50:03 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-25 21:50:03 +0100 |
| commit | b16eca3f21f947dcd4b3fe279bd4f577679428bc (patch) | |
| tree | eec49f7a4e8a1db92503d924cf83e2b06aec92a5 /tests | |
| parent | f117213b6ee80c224e781d7bf4e750df49c345a6 (diff) | |
adjust memory settings for lower end variant
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nrf51422/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nrf51422/memory.x b/tests/nrf51422/memory.x index c140005ce..a5881e66f 100644 --- a/tests/nrf51422/memory.x +++ b/tests/nrf51422/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 | } |
