Skip to content

Commit 78d31cf

Browse files
committed
Fix the flash length to use all of 256K part.
1 parent 71b2caf commit 78d31cf

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/TARGET_MCU_NRF51822_UNIFIED/device/TOOLCHAIN_GCC_ARM/TARGET_MCU_NRF51_16K_S130

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/TARGET_MCU_NRF51822_UNIFIED/device/TOOLCHAIN_GCC_ARM/TARGET_MCU_NRF51_16K_S130/NRF51822.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MEMORY
44
{
5-
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x24000
5+
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x25000
66
RAM (rwx) : ORIGIN = 0x20002ef8, LENGTH = 0x1108
77
}
88

0 commit comments

Comments
 (0)