This video describes the startup/boot proces of a STM32 Cortex-M microcontroller. I also show how to implement the startup code from STM32CubeMx yourself in C instead of assembler. Some links ...
EmbeddedGeek
CancelSTM32 startup code
VSCode for STM32 development and debugging
This video shows how the toolchain installed in the previous video can be used to set up a workflow for development and debugging in Visual Studio Code. Some links: Visual Studio Code GitHu...
STM32 toolchain for Windows
This video shows how you can set up a Toolchain for building STM32 projects under Windows. It is a precursor for the next video in this series that will build onto this to use VSCode to program a...