In the video I show you what tools you will need and how to install them to compile STM32 projects using cmake. I address a few changes in the configurations that are different on windows. Hopefully all the windows viewers will have an easier time following my past and future videos.
stm32-cmake sample project:
https://github.com/prtzl/stm32-cmake
Links to build tools:
git: https://git-scm.com/download/win
CMake: https://cmake.org/download/
MinGW: https://sourceforge.net/projects/ming...
gcc-arm-none-eabi toolchain: https://developer.arm.com/tools-and-s...
Links to flash tools:
stm32cubeprogrammer: https://www.st.com/en/development-too...
stlink: https://github.com/stlink-org/stlink
jlink: https://www.segger.com/downloads/jlink/
Timestamps:
0:00 Intro and windows overview
1:30 Build tools
2:26 Installation of build tools, PATH
5:27 Flash tools
7:01 Environment variables and PATH
8:15 Cloning repository and modifications to Makefile
11:34 Compiling
12:08 Flashing with JLink
13:11 Closing remarks