Skip to content

Commit dc71c66

Browse files
committed
[EFR32] Fix linker script for ARMCC
Updated available RAM size and increased reserved heap to 4K
1 parent 0f1101e commit dc71c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFR32MG1/device/TOOLCHAIN_ARM_STD/efr32mg1p.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LR_IROM1 0x00000000 0x00040000 { ; load region size_region
88
*(InRoot$$Sections)
99
.ANY (+RO)
1010
}
11-
RW_IRAM1 0x200000C8 0x00007F38 { ; RW data
11+
RW_IRAM1 0x200000C8 0x00007B38 { ; RW data
1212
.ANY (+RW +ZI)
1313
}
1414
}

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFR32MG1/device/TOOLCHAIN_ARM_STD/startup_efr32mg1p.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __initial_sp
4040
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4141
; </h>
4242

43-
Heap_Size EQU 0x00000C00
43+
Heap_Size EQU 0x00001000
4444

4545
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4646
__heap_base

0 commit comments

Comments
 (0)