We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd6bdb commit 2e54966Copy full SHA for 2e54966
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC810/TOOLCHAIN_ARM_MICRO/LPC810.sct
@@ -5,9 +5,9 @@ LR_IROM1 0x00000000 0x1000 { ; load region size_region (4k)
5
*(InRoot$$Sections)
6
.ANY (+RO)
7
}
8
- ; 8_byte_aligned(32 vect * 4 bytes) = 0x80
9
- ; 1KB(0x0400) - 0x80 = 0x380
10
- RW_IRAM1 (0x10000000+0x80) (0x400-0x80) {
+ ; 8_byte_aligned(48 vect * 4 bytes) = 0xC0
+ ; 1KB(0x0400) - 0xC0 = 0x340
+ RW_IRAM1 (0x10000000+0xC0) (0x400-0xC0) {
11
.ANY (+RW +ZI)
12
13
0 commit comments