Starting with STM32 – Programming Tutorial for Beginners | Step by Step | Greidi Ajalik

For everyone who would like to learn how to start with STM32 programming.

Chapters:
00:00 What is this video about
01:17 Starting a new project in STM32 CubeIDE
10:30 STM32 chip configuration – GPIO pins ( ioc file )
16:38 Clock configuration
22:12 Project tree and files explained
26:53 Controlling a GPIO in STM32
36:22 Delay function – HAL_Delay
40:04 ST-LINK upgrade
43:22 STLINK STM32 debugger / programmer
45:55 Building and running your code
49:20 STM32 interrupt code example + explanation
1:01:53 STM32 UART to PC example + explanation