Lesson 13: Startup Code

preview_player
Показать описание
In this video, I go through the start up code for the STM32 project. I start with the code that run when power is first applied, and end when most hardware has been initialized.

Back to the playlist:
Рекомендации по теме
Комментарии
Автор

23:17 -> you need to config VTOR in case of applications with additional bootloader/different application start address, but I don't know why comment (line 181) is about relocation in internal SRAM - I've seen always vector table in FLASH

TheDambo
Автор

these assembly instructions are cpu architecture specific i mean the assembly instruction in the startup code or ... ?

salmantechnologies