0
2.4kviews
What is a task and the various states in which the task can be in an embedded environment
1 Answer
written 6.7 years ago by | • modified 6.7 years ago |
Task refers to something that needs to be done. It is an independent sequence of instruction that can compete with concurrent task for CPU execution time. Various states of tasks are:
i) Created State: (Idle)
The task is created here and memory is allotted to structure. It is not ready …