STM32 Bootloader Tutorial Part 4 - Updating the Firmware using the STM32 Bootloader
#STM32 #Bootloader #Embedded #Microcontroller #ARM #CortexM4 #CortexM7 This is the continuation of the previous video (https://www.youtube.com/watch?v=O3M_4rrw1LI&lc=UgwtaPnJdmDlaJRD6FB4AaABAg). In our previous video, we have created a simple bootloader that loads the application. In this video, we are updating the bootloader to flash the firmware or application. Source Code Link - https://github.com/Embetronicx/STM32-Bootloader/tree/ETX_Bootloader_2.0 Bootloader Basics - https://embetronicx.com/tutorials/microcontrollers/stm32/bootloader/bootloader-basics/ Bootloader Design - https://embetronicx.com/tutorials/microcontrollers/stm32/bootloader/bootloader-in-stm32-bootloader-design/ Boot Sequence or Reset sequence - https://embetronicx.com/tutorials/microcontrollers/stm32/reset-sequence-in-arm-cortex-m4/ Simple STM32 Bootloader - https://embetronicx.com/tutorials/microcontrollers/stm32/bootloader/simple-stm32-bootloader-implementation-bootloader-tutorial/ STM32 Bootloader that flashes the application - https://embetronicx.com/tutorials/microcontrollers/stm32/bootloader/stm32-bootloader-uart-stm32-bootloader-tutorial Buy me a coffee if you like (https://www.buymeacoffee.com/EmbeTronicX). *************************************************************************************** 0:00 Introduction 0:19 Implementation Concept 1:15 Application modification 1:56 Bootloader modification