Skip to content

Commit 2e54966

Browse files
committed
[LPC810] fixed scatter file
1 parent 8dd6bdb commit 2e54966

File tree

1 file changed

+3
-3
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC810/TOOLCHAIN_ARM_MICRO

1 file changed

+3
-3
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC810/TOOLCHAIN_ARM_MICRO/LPC810.sct

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ LR_IROM1 0x00000000 0x1000 { ; load region size_region (4k)
55
*(InRoot$$Sections)
66
.ANY (+RO)
77
}
8-
; 8_byte_aligned(32 vect * 4 bytes) = 0x80
9-
; 1KB(0x0400) - 0x80 = 0x380
10-
RW_IRAM1 (0x10000000+0x80) (0x400-0x80) {
8+
; 8_byte_aligned(48 vect * 4 bytes) = 0xC0
9+
; 1KB(0x0400) - 0xC0 = 0x340
10+
RW_IRAM1 (0x10000000+0xC0) (0x400-0xC0) {
1111
.ANY (+RW +ZI)
1212
}
1313
}

0 commit comments

Comments
 (0)