diff --git a/nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld b/nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld index b868fdaae6..b2b785e3d8 100644 --- a/nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld +++ b/nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld @@ -6,8 +6,8 @@ MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x080000 /* entire flash, 512 KiB */ - FLASH_ISR (rx) : ORIGIN = 0x0001f000, LENGTH = 0x001000 /* sector 0, 4 KiB */ - FLASH_TEXT (rx) : ORIGIN = 0x00020000, LENGTH = 0x026000 /* 152 KiB - APP - ISR */ + FLASH_ISR (rx) : ORIGIN = 0x0001c000, LENGTH = 0x001000 /* sector 0, 4 KiB */ + 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 */ }