mirror of https://github.com/ARMmbed/mbed-os.git
Changed the heap size to the correct MCU heap size for SRAM1
parent
53b54323ba
commit
324dd06216
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue