nrf5/boards: Updating adafruit bluefruit nrf52 feather linker script to use 0x1c000 application offset.
This commit is contained in:
parent
8429d022e1
commit
195c492419
@ -6,8 +6,8 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x080000 /* entire flash, 512 KiB */
|
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x080000 /* entire flash, 512 KiB */
|
||||||
FLASH_ISR (rx) : ORIGIN = 0x0001f000, LENGTH = 0x001000 /* sector 0, 4 KiB */
|
FLASH_ISR (rx) : ORIGIN = 0x0001c000, LENGTH = 0x001000 /* sector 0, 4 KiB */
|
||||||
FLASH_TEXT (rx) : ORIGIN = 0x00020000, LENGTH = 0x026000 /* 152 KiB - APP - ISR */
|
FLASH_TEXT (rx) : ORIGIN = 0x0001d000, LENGTH = 0x026000 /* 152 KiB - APP - ISR */
|
||||||
RAM (xrw) : ORIGIN = 0x200039c0, LENGTH = 0x0c640 /* 49.5 KiB, give 8KiB headroom for softdevice */
|
RAM (xrw) : ORIGIN = 0x200039c0, LENGTH = 0x0c640 /* 49.5 KiB, give 8KiB headroom for softdevice */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user