[EFR32] Fix linker script for ARMCC

Updated available RAM size and increased reserved heap to 4K
pull/3157/head
Steven Cooreman 2016-11-08 18:32:09 +01:00
parent 0f1101eec2
commit dc71c664db
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ LR_IROM1 0x00000000 0x00040000 { ; load region size_region
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x200000C8 0x00007F38 { ; RW data
RW_IRAM1 0x200000C8 0x00007B38 { ; RW data
.ANY (+RW +ZI)
}
}

View File

@ -40,7 +40,7 @@ __initial_sp
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Heap_Size EQU 0x00000C00
Heap_Size EQU 0x00001000
AREA HEAP, NOINIT, READWRITE, ALIGN=3
__heap_base