mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
0d637743c7
commit
dfcb2c680f
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue