Completed
Starting a new project in STM32 CubeIDE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Starting with STM32 - Programming Tutorial for Beginners - Step by Step
Automatically move to the next video in the Classroom when playback concludes
- 1 What is this video about
- 2 Starting a new project in STM32 CubeIDE
- 3 STM32 chip configuration - GPIO pins ioc file
- 4 Clock configuration
- 5 Project tree and files explained
- 6 Controlling a GPIO in STM32
- 7 Delay function - HAL_Delay
- 8 ST-LINK upgrade
- 9 STLINK STM32 debugger / programmer
- 10 Building and running your code
- 11 STM32 interrupt code example + explanation
- 12 STM32 UART to PC example + explanation