STM32 Tutorial #39 - Jump to Bootloader Revisited

preview_player
Показать описание
In this video we revisit how to jump to the built-in system bootloader without using the boot0 pin. The earlier video was a bit naughty as it uses the stack space to store a flag during restart (stack space is NOT initialised during a reset). In this video we do it more elegantly.

This video is leading up to a future video implementing a custom bootloader from scratch as well as a relocated application.

#stm32 #tutorial #bootloader #stm32world

00:00 Intro and recap
01:40 Analysing the code
03:14 The Linker script
04:38 Tweaking the linker script - moving the stack
06:22 Using our new bootloader flag
07:44 Testing our new approach
Рекомендации по теме
Комментарии
Автор

Very cool, thanks for the videos and Happy New Year.

dwDragon
Автор

why did you added 4 to the Bootloader address

salmantechnologies