The method of working with the official plugin described in the previous article turned out to be not the most convenient in practice. Therefore, today we will go over how to manually configure VS Code
to work with STM32
controllers. We will also cover the basic principles of setting up VS Code
, which can be useful for other similar projects.
12 January 2025
22 February 2024
Today, I would like to talk about working with STM32
microcontrollers using the VSCode
source code editor in the Linux operating system. This article is intended for beginners and will provide a step-by-step guide to creating a simple project, highlighting some of the less obvious points. Questions about how it works and how to set everything up as flexibly as possible will be left for the next article.
18 January 2023
In FPGA development, there's one issue that has always irritated me greatly: the necessity to use huge and sluggish IDEs. Therefore, today we'll dive into an open technology stack for FPGA development.