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.
Hello,
I am using cc1352R with SDK 3.10 .01.11. Previously I was using SDK 2.30.00.45 .
While looking at the thermostat/temp_sensor example of the TI Thread.
On comparing both SDK examples, I observed that
the later uses "Message Queue" instead of "Event Post/Pend".
What is the difference between "Message Queue" and "Event Post/Pend" and their implementation.
Thank you,
Kartik.
The idea behind it is similar to event pend/post.
With message queue, you have the flexibility of sending a pointer with a message rather than just posting an event. The way you use it is up to you, you can just use it for sending/posting an event or you can post an event and have a payload attached to it. It add more flexibility to your application.
Regards,
AB