Use message queues for inter-thread communication in Azure RTOS ThreadX
Learn how to have threads send messages to other threads.
Learning objectives
In this module, you'll:
- Understand how to send messages from one thread to another thread by using a message queue.
- Understand how to receive messages from a queue.
- Understand how to send a message to the front of a queue, rather than to the rear of the queue.
- Design and debug the ThreadX solution using a hands-on approach with GitHub Codespace or Visual Studio.
Prerequisites
- Set up your environment
- Working knowledge of C or C++, GitHub and Visual Studio
- Previous modules in the Azure RTOS ThreadX learning path