August 2011
Intermediate to advanced
560 pages
9h 9m
English
Nearly all microcontroller-based systems perform more than one activity. For example, a temperature monitoring system is made up of three tasks that normally repeat after a short delay, namely:
Task 1 Reads the temperature
Task 2 Formats the temperature
Task 3 Displays the temperature
More complex systems may have many complex tasks. In a multi-tasking system, numerous tasks require CPU time, and since there is only one CPU, some form of organization and coordination is needed so each task has the CPU time it needs. In practice, each task takes a very brief amount of time, so it seems as if all the tasks are executing in parallel and simultaneously.
Almost all microcontroller-based systems work ...
Read now
Unlock full access