0
2.4kviews
What is a task and the various states in which the task can be in an embedded environment
1 Answer
1
40views

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.