0
15kviews
Write a note on Message Queues, Mailboxes, Pipes, Semaphores, Datatypes
1 Answer
0
491views

Message Queue

A buffer like data structure through tasks and ISRs communicating with each other by sending and receiving message and sync with data.

enter image description here

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 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.