This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

message bus IDEA in RTOS

I have an idea for RTX and other RTOS, adding message bus feature to them!

Like a CAN bus this bus operate but between tasks instead of devices.

Many times a task have a message that can publish and many tasks are user of that message, each message must have an 8bit identifier that will be published at head of message(no crc).

each task have an adjustable filter/mask that can receive messages that need to get.

This method is better than send on message to several tasks separately.