Difference between revisions of "STM32 Getting Started Tutorial Video Series (by STM32World)"

From Stm32World Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
[[STM32]] is a family of [[MCU]]s and there will never be a "one fit all".  For this reason, these videos will use different [[MCU]]s, probably mostly [[STM32World]] and [[Black Pill]].
 
[[STM32]] is a family of [[MCU]]s and there will never be a "one fit all".  For this reason, these videos will use different [[MCU]]s, probably mostly [[STM32World]] and [[Black Pill]].
  
==== STM32 Tutorial #1 - Overview, Families, Documentation and Development boards and tools ====
+
== STM32 Tutorial #1 - Overview, Families, Documentation and Development boards and tools ==
  
 
The first video in the series cover the wide array of [[STM32]] [[MCU]]s, where to find documentation (obviously mostly here on this wiki) and how to download and install [[STM32CubeIDE]].
 
The first video in the series cover the wide array of [[STM32]] [[MCU]]s, where to find documentation (obviously mostly here on this wiki) and how to download and install [[STM32CubeIDE]].
Line 12: Line 12:
 
{{#ev:youtube|EZqwBuRpdns}}
 
{{#ev:youtube|EZqwBuRpdns}}
  
==== STM32 Tutorial #2 - First project in STM32CubeIDE (blink) ====
+
== STM32 Tutorial #2 - First project in STM32CubeIDE (blink) ==
  
 
In the second video we develop our first application in [[STM32CubeIDE]] for the [[Black Pill]] board.
 
In the second video we develop our first application in [[STM32CubeIDE]] for the [[Black Pill]] board.
Line 20: Line 20:
 
{{#ev:youtube|O6cNvE9ZrVU}}
 
{{#ev:youtube|O6cNvE9ZrVU}}
  
==== STM32 Tutorial #3 - First Blink (done WRONG!) ====
+
== STM32 Tutorial #3 - First Blink (done WRONG!) ==
  
 
The third video in the series showing the Arduino way - which is just plain wrong!
 
The third video in the series showing the Arduino way - which is just plain wrong!
Line 28: Line 28:
 
{{#ev:youtube|g-RVJDnlHd0}}
 
{{#ev:youtube|g-RVJDnlHd0}}
  
==== STM32 Tutorial #4 - Second Blink (done right!) ====
+
== STM32 Tutorial #4 - Second Blink (done right!) ==
  
 
The blink application the way it _should_ be done!
 
The blink application the way it _should_ be done!
Line 36: Line 36:
 
{{#ev:youtube|rQDa_vxYM2Q}}
 
{{#ev:youtube|rQDa_vxYM2Q}}
  
==== STM32 Tutorial #5 - Getting started - Introduction to Debugging ====
+
== STM32 Tutorial #5 - Getting started - Introduction to Debugging ==
  
 
Introducing STM32 debugging.
 
Introducing STM32 debugging.
Line 44: Line 44:
 
{{#ev:youtube|WT_wqCAuR-c}}
 
{{#ev:youtube|WT_wqCAuR-c}}
  
==== STM32 Tutorial #6 - External Interrupt ====
+
== STM32 Tutorial #6 - External Interrupt ==
  
 
Introducing external interrupts.
 
Introducing external interrupts.
Line 52: Line 52:
 
{{#ev:youtube|eLrsCw1UDJU}}
 
{{#ev:youtube|eLrsCw1UDJU}}
  
==== STM32 Tutorial #7 - Optimizing my stuff (getting smarter every day) ====
+
== STM32 Tutorial #7 - Optimizing my stuff (getting smarter every day) ==
  
 
Someone pointed out that my code was not optimal - so tweaked and that was leading to a massive improvement.
 
Someone pointed out that my code was not optimal - so tweaked and that was leading to a massive improvement.
Line 60: Line 60:
 
{{#ev:youtube|AA-mjZ4hWZc}}
 
{{#ev:youtube|AA-mjZ4hWZc}}
  
==== STM32 Tutorial #8 - Introduction to Timers ====
+
== STM32 Tutorial #8 - Introduction to Timers ==
  
 
In this video we begin a dive into STM32 timers.
 
In this video we begin a dive into STM32 timers.

Revision as of 09:52, 17 August 2024

This site have quite a lot of visitors and it appears quite popular, but these days more people are watching Youtube videos for learning rather than reading actual documentation. For this reason, we have decided to create some getting started videos.

STM32 is a family of MCUs and there will never be a "one fit all". For this reason, these videos will use different MCUs, probably mostly STM32World and Black Pill.

STM32 Tutorial #1 - Overview, Families, Documentation and Development boards and tools

The first video in the series cover the wide array of STM32 MCUs, where to find documentation (obviously mostly here on this wiki) and how to download and install STM32CubeIDE.

You can watch the video on Youtube: https://www.youtube.com/watch?v=EZqwBuRpdns

STM32 Tutorial #2 - First project in STM32CubeIDE (blink)

In the second video we develop our first application in STM32CubeIDE for the Black Pill board.

You can watch the video on youtube here: https://www.youtube.com/watch?v=O6cNvE9ZrVU.

STM32 Tutorial #3 - First Blink (done WRONG!)

The third video in the series showing the Arduino way - which is just plain wrong!

Watch on Youtube here: https://www.youtube.com/watch?v=g-RVJDnlHd0

STM32 Tutorial #4 - Second Blink (done right!)

The blink application the way it _should_ be done!

Watch on Youtube here: https://www.youtube.com/watch?v=rQDa_vxYM2Q

STM32 Tutorial #5 - Getting started - Introduction to Debugging

Introducing STM32 debugging.

Watch on Youtube here: https://www.youtube.com/watch?v=WT_wqCAuR-c

STM32 Tutorial #6 - External Interrupt

Introducing external interrupts.

Watch on Youtube here: https://www.youtube.com/watch?v=eLrsCw1UDJU

STM32 Tutorial #7 - Optimizing my stuff (getting smarter every day)

Someone pointed out that my code was not optimal - so tweaked and that was leading to a massive improvement.

Watch on Youtube here: https://www.youtube.com/watch?v=AA-mjZ4hWZc

STM32 Tutorial #8 - Introduction to Timers

In this video we begin a dive into STM32 timers.

Watch on Youtube here: https://www.youtube.com/watch?v=sdr0EFT2LqU