Introduction to FreeRTOS Basics Part Six
Following the previous section, when we use global variables to implement synchronization and mutual exclusion, it is as follows:When the if condition is met, the task switches, and printf may not print completely, so we need to introduce a queue.First, let’s look at a few definitions. Queue (First In First Out) Understanding a queue is … Read more