May 2020
Intermediate to advanced
496 pages
13h 54m
English
Compared to queues, task notifications have the following features:
Let's take a look at a real-world example using SystemView to compare the direct notification code we just wrote against the first queue implementation.
The queue implementation from mainQueueSimplePassByValue.c looks like this when performing xQueueSend:
The direct task ...