Embedded Development Board Learning


Tool for Measuring CPU Time in Embedded Systems

Fecha: junio 1, 2024

Autor: Guillermo Garcia

Categorías: RTOS Etiquetas:

I recall a time when someone asked me about the performance of a project, specifically how long a certain process took. At that moment, my response was, What does it matter if my code works and the project seems to do what is requested?. Since then, I realized that understanding the time each process takes […]

Más info...

Visual Studio Code for ARM with CMake #8 SEGGER RTT

Fecha: marzo 13, 2023

Autor: Guillermo Garcia

Categorías: Visual Studio Code Etiquetas:

Visual Studio Code como entorno de desarrollo para proyecto Embedded Systems

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...

Visual Studio Code for ARM with CMake #7 Cortex Debug

Fecha: febrero 27, 2023

Autor: Guillermo Garcia

Categorías: Visual Studio Code Etiquetas:

Visual Studio Code como entorno de desarrollo para proyecto Embedded Systems

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...

Visual Studio Code for ARM with CMake #6 IntelliSense

Fecha: febrero 20, 2023

Autor: Guillermo Garcia

Categorías: Visual Studio Code Etiquetas:

Visual Studio Code como entorno de desarrollo para proyecto Embedded Systems

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...

Subscribe


Subscribe to receive the latest content.
Loading