Everything you need to start | STM32 development on Linux | VIDEO 1

Опубликовано: 11 Июнь 2026
на канале: Matej Blagšič
42,495
588

In this video I go over everything you need to start working on stm32 on Linux. All useful link are down below. For any question just submit a comment.

stlink is now under repository of stlink-org. Some changes in development might happen. To compile stlink on your machine, run make in root folder of the project. Compiled binaries will be places in ./build/Release/bin and libraries will be placed in ./build/Release/lib.


ARM-GCC: https://developer.arm.com/open-source...
STM Firmware: https://www.st.com/en/embedded-softwa...
ST-LINK: https://github.com/stlink-org/stlink

Project code:https://github.com/prtzl/Embedded_vid...