Embedded Development Board Learning


Getting Started with FreeRTOS #4 Creating Tasks

Date: marzo 1, 2025

Author: Guillermo Garcia

Categories: RTOS Tags:

FreeRTOS is a widely used real-time operating system (RTOS) designed for embedded systems. One of its core components is the task, which allows developers to run multiple operations concurrently. In this article, we will explore how to create and manage FreeRTOS tasks using its API and how to debug them effectively with SystemView. What are […]

Read full article...

Setting FreeRTOS Project #3 Adding the SystemView

Date: febrero 27, 2025

Author: Guillermo Garcia

Categories: RTOS Tags:

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

Setting FreeRTOS Project #2 Adding the Kernel

Date: febrero 24, 2025

Author: Guillermo Garcia

Categories: RTOS Tags:

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

Introduction to FreeRTOS #1 RTOS for Embedded Systems

Date: septiembre 15, 2024

Author: Guillermo Garcia

Categories: RTOS Tags:

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

Publicidad