0
15kviews
Write a note on Message Queues, Mailboxes, Pipes, Semaphores, Datatypes
1 Answer
| written 6.8 years ago by |
Message Queue
A buffer like data structure through tasks and ISRs communicating with each other by sending and receiving message and sync with data.

Mailboxes
Mailboxes are much similar to message queues.
used for one way messaging.
Function of RTOS - to create, to write, to read from the mailbox …