I have some questions regarding the startup code file micropython/ports/stm32/resethandler.s. #15383
Unanswered
mong87suk
asked this question in
STM32 / Pyboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some questions regarding the startup code file micropython/ports/stm32/resethandler.s.
The instruction mov r4, r0 means r4 = r0 as far as I understand. What value is stored in r0?
The instruction mov r0, r4 means r0 = r4 as far as I understand. What value is stored in r4?
Is r0 passed as the parameter reset_mode to the main function?
void stm32_main(uint32_t reset_mode)
Please review the above content and let me know if there are any parts you don't understand.
Beta Was this translation helpful? Give feedback.
All reactions