Use message queues for inter-thread communication in Azure RTOS ThreadX

Beginner
Developer
Azure
Azure IoT
Azure RTOS

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