Date: febrero 20, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: Development tools
In the previous article, Visual Studio Code for ARM with CMake #5 VSC Tasks, we added the files to create tasks to automate the compilation processes. In this article, we will configure the IntelliSense extension, which is an essential tool when using Visual Studio Code for cross-compiling. Cross-compiling Cross-compiling is a feature of compilers that […]
Read full article...Date: febrero 13, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: Development tools
In the previous article, Visual Studio Code for ARM with CMake #4 J-Link, we performed the firmware conversion to J-Link on our NUCLEO-G071RB board. Additionally, we created J-Link commander files with the necessary commands to program the board using the J-Link debugger. In this article, we will create Visual Studio Code tasks (VSC Tasks) to […]
Read full article...Date: febrero 6, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: Development tools
In the previous article, Visual Studio Code for ARM with CMake #3 Toolchain CMake, we configured the CMake build environment to obtain an executable file ready for download to our NUCLEO-G071RB board. In this article, we will configure the J-Link tools for code downloading. Convert ST-Link to J-Link Our NUCLEO-G071RB board comes with an integrated […]
Read full article...Date: enero 24, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: Development tools
We have defined a project structure and added the necessary source files in the previous article, Visual Studio Code for ARM with CMake #2 Project. In this article, we will configure the build environment with the CMake Toolchain. Toolchain CMake File To generate an executable file, we first need to invoke the GCC compiler, specifying […]
Read full article...