Nordic: update application start address in GCC linker script

The S110 linker script is still using start address 0x16000, which was
required by version 7.1 of the s110 SoftDevice. Update it to the current
address, required by S110 v8.0.0.
pull/1302/head
Jean-Philippe Brucker 2015-08-09 20:21:13 +01:00
parent 0d637743c7
commit dfcb2c680f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
MEMORY MEMORY
{ {
FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x2A000 FLASH (rx) : ORIGIN = 0x00018000, LENGTH = 0x28000
RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000
} }