Skip to content

Commit 8648ff5

Browse files
committed
Merge pull request #925 from mbedmicro/sg--patch-1
RAM fix for nRF51822.sct, 32K version
2 parents 86041dd + 2de26e7 commit 8648ff5

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_32K

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_32K/nRF51822.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; *(InRoot$$Sections)
66
; .ANY (+RO)
77
; }
8-
; RW_IRAM1 0x20000000 0x00004000 {
8+
; RW_IRAM1 0x20000000 0x00008000 {
99
; .ANY (+RW +ZI)
1010
; }
1111
;}

0 commit comments

Comments
 (0)