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 == [[File:ST-Link Bunch.jpg]]
+
== ST-Link ==
 +
[[File:ST-Link Bunch.jpg|200px|thumb]]
  
 
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.
 
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.

Revision as of 05:15, 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