Today's embedded applications are rapidly evolving. Traditional DSP applications are adding networking and other control functionality. At the same time, the typical MCU control application will often ...
The problem with desynchronizing your code by moving parts of it into different tasks is that many of the resources your software wants to use—certain hardware, data structures in memory, files—can’t ...
View the slideshow demonstrates in seven steps the process of switching from a lower priority task, called TaskA, to a higher priority task, called TaskB. These slides demonstrate the concepts ...