0
10kviews
Describe intertask communication in RTOS.
1 Answer
0
490views
  • Software is the basic building block of RTOS. Task is a simply subroutine. Task must be able to communicate with one another to coordinate their activities or to share the data.

  • Kernel object is used for inter task communication. Kernel objects uses message queue, mail box and pipes, Shared Memory, …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.