Fecha: marzo 13, 2023
Autor: Guillermo Garcia
Categorías: Visual Studio Code Etiquetas: Development tools
In the previous article, Visual Studio Code for ARM with CMake #7 Cortex Debug, we configured the debugging setup for the NUCLEO-G071RB board. In this article, we will add the SEGGER RTT library to use in our debugging process. With the firmware conversion of our ST-Link debugger, we can now use exclusive features of the […]
Más info...Fecha: febrero 27, 2023
Autor: Guillermo Garcia
Categorías: Visual Studio Code Etiquetas: Development tools
In the previous article, Visual Studio Code for ARM with CMake #6 IntelliSense, we created the configuration file for the IntelliSense extension. In this article, we will set up the necessary configuration to debug our NUCLEO-G071RB board. Cortex Debug Let’s start by explaining why it is necessary to use Cortex Debug. Visual Studio Code is […]
Más info...Fecha: febrero 20, 2023
Autor: Guillermo Garcia
Categorías: Visual Studio Code Etiquetas: 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 […]
Más info...Fecha: febrero 13, 2023
Autor: Guillermo Garcia
Categorías: Visual Studio Code Etiquetas: 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 […]
Más info...