diff --git a/examples/platforms/nrf528xx/nrf52833/nrf52833.ld b/examples/platforms/nrf528xx/nrf52833/nrf52833.ld index 88e85f722..5939881d5 100644 --- a/examples/platforms/nrf528xx/nrf52833/nrf52833.ld +++ b/examples/platforms/nrf528xx/nrf52833/nrf52833.ld @@ -45,7 +45,7 @@ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") ENTRY(Reset_Handler) FLASH_PAGE_SIZE = 4096; -FLASH_DATA_PAGES_USED = 4; +FLASH_DATA_PAGES_USED = 2; SECTIONS { diff --git a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_ble.ld b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_ble.ld index 012601659..c826fe0f8 100644 --- a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_ble.ld +++ b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_ble.ld @@ -45,7 +45,7 @@ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") ENTRY(Reset_Handler) FLASH_PAGE_SIZE = 4096; -FLASH_DATA_PAGES_USED = 4; +FLASH_DATA_PAGES_USED = 2; SECTIONS { diff --git a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_uart.ld b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_uart.ld index 44ef3a943..3c955fb3d 100644 --- a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_uart.ld +++ b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_uart.ld @@ -45,7 +45,7 @@ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") ENTRY(Reset_Handler) FLASH_PAGE_SIZE = 4096; -FLASH_DATA_PAGES_USED = 4; +FLASH_DATA_PAGES_USED = 2; SECTIONS { diff --git a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_usb.ld b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_usb.ld index dc4366c38..3e60bcfa2 100644 --- a/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_usb.ld +++ b/examples/platforms/nrf528xx/nrf52833/nrf52833_bootloader_usb.ld @@ -45,7 +45,7 @@ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") ENTRY(Reset_Handler) FLASH_PAGE_SIZE = 4096; -FLASH_DATA_PAGES_USED = 4; +FLASH_DATA_PAGES_USED = 2; SECTIONS { diff --git a/examples/platforms/nrf528xx/nrf52833/platform-config.h b/examples/platforms/nrf528xx/nrf52833/platform-config.h index a0ed91665..e4b829d7f 100644 --- a/examples/platforms/nrf528xx/nrf52833/platform-config.h +++ b/examples/platforms/nrf528xx/nrf52833/platform-config.h @@ -124,7 +124,7 @@ * */ #ifndef PLATFORM_FLASH_PAGE_NUM -#define PLATFORM_FLASH_PAGE_NUM 4 +#define PLATFORM_FLASH_PAGE_NUM 2 #endif /*******************************************************************************