Skip to content

Commit f24d8dd

Browse files
authored
Merge pull request ARMmbed#7 from linlingao/fix_armcc
Fix ARMCC build
2 parents 3d7e19b + 40f6c7b commit f24d8dd

File tree

3 files changed

+263
-100
lines changed

3 files changed

+263
-100
lines changed

targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/device/TOOLCHAIN_ARM_STD/CC3220SF.sct

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
2929
.ANY (+RO)
3030
}
3131

32-
RW_IRAM1 (RAM_START + VECTORS_SIZE) (RAM_SIZE - VECTORS_SIZE) { ; RW data
32+
;RW_IRAM1 (RAM_START + VECTORS_SIZE) (RAM_SIZE - VECTORS_SIZE) { ; RW data
33+
RW_IRAM1 (0x20000000+0x1B0) (0x00040000-0x1B0) { ; RW data
3334
.ANY (+RW +ZI)
3435
}
3536
}
37+

0 commit comments

Comments
 (0)