This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1312R1: How to adapt Queue and Task to TiRTOS

Part Number: LAUNCHXL-CC1312R1
Other Parts Discussed in Thread: SYSBIOS

Can i know the example code of combine of Queue and Task (<ti/sysbios/knl/Queue.h> and <ti/sysbios/knl/Task.h>)?

The condition is: two or more task, each task will communicate, task not execute until received message by queue from other task.