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 ...
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 ...
We can look at some of the possibilities. Task Creation and Deletion – In a “dynamic” RTOS, there will be calls to enable the creation of tasks (and other RTOS objects), as and when they are required.
How to verify RTOS best practices in runtime. How visual trace diagnostics can be used to analyze the software design and detect deviations from best practices. What is priority inheritance? Using a ...
An increasing number of multi-threaded embedded applications want to leverage multicore designs. Symmetric Multiprocessing (SMP) RTOS provides automatic load balancing of multiple threads in a ...