mirror of https://github.com/ARMmbed/mbed-os.git
STM32F429 ARM MICRO startup file update
parent
0e7f112653
commit
6e12fad543
|
@ -195,15 +195,9 @@ __Vectors_Size EQU __Vectors_End - __Vectors
|
||||||
; Reset handler
|
; Reset handler
|
||||||
Reset_Handler PROC
|
Reset_Handler PROC
|
||||||
EXPORT Reset_Handler [WEAK]
|
EXPORT Reset_Handler [WEAK]
|
||||||
IMPORT SystemInitPre
|
|
||||||
IMPORT HAL_InitPre
|
|
||||||
IMPORT SystemInit
|
IMPORT SystemInit
|
||||||
IMPORT __main
|
IMPORT __main
|
||||||
|
|
||||||
LDR R0, =SystemInitPre
|
|
||||||
BLX R0
|
|
||||||
LDR R0, =HAL_InitPre
|
|
||||||
BLX R0
|
|
||||||
LDR R0, =SystemInit
|
LDR R0, =SystemInit
|
||||||
BLX R0
|
BLX R0
|
||||||
LDR R0, =__main
|
LDR R0, =__main
|
||||||
|
|
Loading…
Reference in New Issue