diff --git a/flashloader/slot-a-blinky/memory.x b/flashloader/slot-a-blinky/memory.x index f64b2c6..a9daa25 100644 --- a/flashloader/slot-a-blinky/memory.x +++ b/flashloader/slot-a-blinky/memory.x @@ -1,7 +1,7 @@ /* Special linker script for application slot A with an offset at address 0x3000 */ MEMORY { - FLASH : ORIGIN = 0x00003000, LENGTH = 0xE800 + FLASH : ORIGIN = 0x00003000, LENGTH = 0xE7FC RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */ } diff --git a/flashloader/slot-b-blinky/memory.x b/flashloader/slot-b-blinky/memory.x index e499487..f5ac660 100644 --- a/flashloader/slot-b-blinky/memory.x +++ b/flashloader/slot-b-blinky/memory.x @@ -1,7 +1,7 @@ /* Special linker script for application slot B */ MEMORY { - FLASH : ORIGIN = 0x000117FC, LENGTH = 0xE800 + FLASH : ORIGIN = 0x000117FC, LENGTH = 0xE7FC RAM : ORIGIN = 0x10000000, LENGTH = 0x08000 /* 32K */ }