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 3d1051d commit 3d66447Copy full SHA for 3d66447
targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct
@@ -41,7 +41,7 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
41
}
42
43
; [RAM] Vector table dynamic copy: 68 vectors * 4 bytes = 272 (0x110)
44
- RW_IRAM1 (MBED_RAM_START+VECTOR_SIZE) (MBED_RAM_START-RAM_FIXED_SIZE) { ; RW data
+ RW_IRAM1 (MBED_RAM_START+VECTOR_SIZE) (MBED_RAM_SIZE-RAM_FIXED_SIZE) { ; RW data
45
.ANY (+RW +ZI)
46
47
ARM_LIB_HEAP AlignExpr(+0, +16) EMPTY (MBED_RAM_SIZE - RAM_FIXED_SIZE - (AlignExpr(ImageLimit(RW_IRAM1), 16) - MBED_RAM_START)){ ; heap region growing up
0 commit comments