Part 8: Kernel Analisis
FreeRTOS Scheduler An RTOS embedded application is structured of independent tasks, each one with its own context with no dependency on other tasks. Just a task can be executed at any point in
FreeRTOS Scheduler An RTOS embedded application is structured of independent tasks, each one with its own context with no dependency on other tasks. Just a task can be executed at any point in
This buffers works as communication method as the Queues, unlike this are designed and optimized to work with one transmitter and one receiver, as pass data from an interrupt routine to a task,
The direct task notification is an event sent directly to a task. It is an efficient method for communication and synchronization between tasks, unlike other methods that use intermediary objects such as queues,
First, Task “T1_Reception“ try to get data from the message buffer but it is empty and task pass to the blocked state until a data is received or the max ticks registered