update package/STM32F103RCBooter/startup_stm32f103xe.s.

This commit is contained in:
李昂 2021-12-11 14:11:29 +00:00 committed by Gitee
parent d7db8a3003
commit c418dff403
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -30,7 +30,7 @@
; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Stack_Size EQU 0x4000
Stack_Size EQU 0x1000
AREA STACK, NOINIT, READWRITE, ALIGN=3
Stack_Mem SPACE Stack_Size
@ -40,7 +40,7 @@ __initial_sp
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
Heap_Size EQU 0x400
Heap_Size EQU 0x4000
AREA HEAP, NOINIT, READWRITE, ALIGN=3
__heap_base