Difference between revisions of "STM32 Beginner - Getting started"

From Stm32World Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
Getting started with [[STM32]] development is a daunting task.
 
Getting started with [[STM32]] development is a daunting task.
  
== ST-Link ==
+
== ST-Link == [[File:ST-Link Bunch.jpg]]
  
The [[ST-Link]] is a device especially designed to flash and debug [[STM32]] [[MCU]]'s.
+
The [[ST-Link]] is a device especially designed to flash and debug [[STM32]] [[MCU]]'s.  [[ST]] can provide these at a reasonable price (< $20) but there are also a lot of Chinese "clones" available.  The image to the right show a bunch of these clones.
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==

Revision as of 05:14, 11 March 2022

Getting started with STM32 development is a daunting task.

== ST-Link == ST-Link Bunch.jpg

The ST-Link is a device especially designed to flash and debug STM32 MCU's. ST can provide these at a reasonable price (< $20) but there are also a lot of Chinese "clones" available. The image to the right show a bunch of these clones.

Miscellaneous Links

Arduino

To be added

Stm32CubeIde

To be added