We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e35ea commit 5b4125fCopy full SHA for 5b4125f
src/modm/platform/core/cortex/reset_handler.sx.in
@@ -14,7 +14,7 @@
14
.syntax unified
15
.align 4
16
.type Reset_Handler, %function
17
- .func Reset_Handler
+ .func Reset_Handler
18
Reset_Handler:
19
// Some bootloaders do not reset the stack pointer back to the VTOR entry
20
ldr r0,=__main_stack_top
@@ -32,5 +32,6 @@ Reset_Handler:
32
%% endif
33
bl __modm_initialize_platform
34
bl modm_initialize_platform
35
- b __modm_startup
+ ldr r0,=__modm_startup
36
+ bx r0
37
.endfunc
0 commit comments