Fecha: septiembre 15, 2024
Autor: Guillermo Garcia
Categorías: RTOS Etiquetas: 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 […]
Más info...Fecha: septiembre 5, 2024
Autor: Guillermo Garcia
Categorías: RTOS Etiquetas: 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 […]
Más info...Fecha: junio 1, 2024
Autor: Guillermo Garcia
Categorías: RTOS Etiquetas: 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 […]
Más info...