0
10kviews
Describe intertask communication in RTOS.
1 Answer
| written 6.9 years ago by |
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, …