Difference between revisions of "STM32 Beginner - Getting started"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== ST-Link == | == ST-Link == | ||
− | [[File:ST-Link Bunch.jpg|200px|thumb]] | + | [[File:ST-Link Bunch.jpg|200px|thumb|Chinese ST-Link 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. | 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 04:15, 11 March 2022
Getting started with STM32 development is a daunting task.
ST-Link
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