Date: febrero 27, 2025
Author: Guillermo Garcia
Categories: RTOS Tags: FreeRTOS
If you work with FreeRTOS and want to analyze your system’s real-time performance, SystemView is a powerful tool that allows you to visualize task execution, interrupts, and events in your embedded system. In this article, you will learn how to Adding thr SystemView into a FreeRTOS project to improve debugging and software optimization. What is […]
Read full article...Date: febrero 24, 2025
Author: Guillermo Garcia
Categories: RTOS Tags: FreeRTOS
In this article we will see how to configure the FreeRTOS kernel in our compilation environment and development board. For this series we will be working with the STM32F407VG Discovery kit development board, we will build the project where we will add the FreeRTOS kernel step by step. Creating an STM32CubeMX project with CMake Let’s […]
Read full article...Date: septiembre 15, 2024
Author: Guillermo Garcia
Categories: RTOS Tags: FreeRTOS
Introduction to FreeRTOS we will see important points that will allow us to familiarize ourselves with the kernel and the platform. As an introduction to FreeRTOS we will see some general concepts such as how the kernel files are distributed, the conventions of the functions, how the kernel interacts with the ARM architecture and how […]
Read full article...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...