Date: septiembre 5, 2024
Author: Guillermo Garcia
Categories: RTOS Tags: FreeRTOS
In the first article of the FreeRTOS series, we will start with a general introduction to real-time operating systems. For embedded systems, this article is applicable to any RTOS kernel. Defining an RTOS You probably know what an operating system is, as we use them all the time on everyday computers; we refer to OS […]
Read full article...Date: junio 1, 2024
Author: Guillermo Garcia
Categories: RTOS Tags: Development tools
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...Date: marzo 13, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: 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 […]
Read full article...Date: febrero 27, 2023
Author: Guillermo Garcia
Categories: Visual Studio Code Tags: 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 […]
Read full article...