Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: STM32L4xx_HAL_Driver CMSIS_DSP_401
Diff: startup_stm32l476xx.s
- Revision:
- 2:1066910a6cbc
- Parent:
- 0:d4e5ad7ad71c
diff -r 1ae4b642c533 -r 1066910a6cbc startup_stm32l476xx.s
--- a/startup_stm32l476xx.s Wed Nov 25 17:31:28 2015 +0000
+++ b/startup_stm32l476xx.s Wed Nov 25 17:35:26 2015 +0000
@@ -48,8 +48,9 @@
Stack_Size EQU 0x400;
AREA STACK, NOINIT, READWRITE, ALIGN=3
- EXPORT __initial_sp
+ EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
+
__initial_sp
@@ -57,7 +58,7 @@
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
-Heap_Size EQU 0x200;
+Heap_Size EQU 0x10000;
AREA HEAP, NOINIT, READWRITE, ALIGN=3
EXPORT __heap_base
@@ -414,7 +415,7 @@
;*******************************************************************************
; User Stack and Heap initialization
;*******************************************************************************
-; IF :DEF:TARGET_L476RG
+; IF :DEF:MICROLIB
;
; EXPORT __initial_sp
; EXPORT __heap_base