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

From Stm32World Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Category:C]][[Category:STM32 Development]][[Category:Arduino]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:STM32 HAL]][[Category:Embedded]][[Category:Work in progress]][[Category:STM32]] {{metadesc|STM32 Tutorial Videos - Beginner - Getting started}}
 
[[Category:C]][[Category:STM32 Development]][[Category:Arduino]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:STM32 HAL]][[Category:Embedded]][[Category:Work in progress]][[Category:STM32]] {{metadesc|STM32 Tutorial Videos - Beginner - Getting started}}
To be added
+
 
 +
==== 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]].
 +
 
 +
You can watch the video on Youtube: [https://www.youtube.com/watch?v=EZqwBuRpdns https://www.youtube.com/watch?v=EZqwBuRpdns]
 +
 
 +
{{#ev:youtube|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 https://www.youtube.com/watch?v=O6cNvE9ZrVU].
 +
 
 +
{{#ev:youtube|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 https://www.youtube.com/watch?v=g-RVJDnlHd0]
 +
 
 +
{{#ev:youtube|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 https://www.youtube.com/watch?v=rQDa_vxYM2Q]
 +
 
 +
{{#ev:youtube|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 https://www.youtube.com/watch?v=WT_wqCAuR-c]
 +
 
 +
{{#ev:youtube|WT_wqCAuR-c}}
 +
 
 +
==== STM32 Tutorial #6 - External Interrupt ====
 +
 
 +
Introducing external interrupts.
 +
 
 +
Watch on Youtube here: [https://www.youtube.com/watch?v=eLrsCw1UDJU https://www.youtube.com/watch?v=eLrsCw1UDJU]
 +
 
 +
{{#ev:youtube|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 https://www.youtube.com/watch?v=AA-mjZ4hWZc]
 +
 
 +
{{#ev:youtube|AA-mjZ4hWZc}}

Revision as of 02:51, 14 August 2024


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