summaryrefslogtreecommitdiffstats
path: root/dfu_gcc_nrf51.ld
diff options
context:
space:
mode:
Diffstat (limited to 'dfu_gcc_nrf51.ld')
-rw-r--r--dfu_gcc_nrf51.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfu_gcc_nrf51.ld b/dfu_gcc_nrf51.ld
index cc067dd..7744022 100644
--- a/dfu_gcc_nrf51.ld
+++ b/dfu_gcc_nrf51.ld
@@ -11,7 +11,7 @@ MEMORY
* those values do not match. The check is performed in main.c, see
* APP_ERROR_CHECK_BOOL(*((uint32_t *)NRF_UICR_BOOT_START_ADDRESS) == BOOTLOADER_REGION_START);
*/
- FLASH (rx) : ORIGIN = 0x3C000, LENGTH = 0x3C00
+ FLASH (rx) : ORIGIN = 0x38000, LENGTH = 0x7C00
/** RAM Region for bootloader. This setting is suitable when used with s110, s120, s130, s310. */
RAM (rwx) : ORIGIN = 0x20002C00, LENGTH = 0x5380