FreeRTOS Development: Message Buffer – An Advanced Choice for Task Communication

FreeRTOS Development: Message Buffer - An Advanced Choice for Task Communication

1. Basic Concepts In FreeRTOS, the “message buffer” refers to <span>Message Buffer</span>, which is a communication mechanism provided by FreeRTOS for transmitting variable-length data (byte streams) between tasks or between interrupts and tasks. It is part of FreeRTOS and was officially introduced in version <span>v10.0.0</span>. Simply put, a message buffer (Message Buffer) is equivalent to … Read more

Principle of Inter-Core Communication Between STM32H7 Using FreeRTOS Message Buffers

Principle of Inter-Core Communication Between STM32H7 Using FreeRTOS Message Buffers

Follow and star our public account to not miss exciting content Source: FreeRTOS Edited by: strongerHuang FreeRTOS version 10.3.1 has been released, and the official website has also been updated (everyone can take a look). Today, I will share with you: using FreeRTOS message buffers to achieve simple asymmetric multi-processing (AMP) core-to-core communication (STM32H7 dual-core … Read more