Changed the heap size to the correct MCU heap size for SRAM1

pull/1715/head
Helmut Tschemernjak 2016-05-05 22:14:30 +02:00
parent 53b54323ba
commit 324dd06216
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ __initial_sp EQU 0x10008000 ; Top of RAM, L4-ECC-SRAM2 retained in standb
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Heap_Size EQU 0x8000 ; 32KB
Heap_Size EQU 0x18000 ; 96KB
AREA HEAP, NOINIT, READWRITE, ALIGN=3
EXPORT __heap_base

View File

@ -48,7 +48,7 @@ __initial_sp EQU 0x10008000 ; Top of RAM, L4-ECC-SRAM2 retained in standb
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Heap_Size EQU 0x8000 ; 32KB
Heap_Size EQU 0x18000 ; 96KB
AREA HEAP, NOINIT, READWRITE, ALIGN=3
EXPORT __heap_base