Embedded Development Board Learning


Tool for Measuring CPU Time in Embedded Systems

Date: junio 1, 2024

Author: Guillermo Garcia

Categories: RTOS Tags:

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 […]

Read full article...

Visual Studio Code for ARM with CMake #8 SEGGER RTT

Date: marzo 13, 2023

Author: Guillermo Garcia

Categories: Visual Studio Code Tags:

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 […]

Read full article...

Visual Studio Code for ARM with CMake #7 Cortex Debug

Date: febrero 27, 2023

Author: Guillermo Garcia

Categories: Visual Studio Code Tags:

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 […]

Read full article...

Visual Studio Code for ARM with CMake #6 IntelliSense

Date: febrero 20, 2023

Author: Guillermo Garcia

Categories: Visual Studio Code Tags:

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 […]

Read full article...

Publicidad