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

calling osMessageQueueX() functions from threads with different priority

Hi,

Is it safe to put/get messages into/from a message queue from threads with different priority ? Or I must use mutex to execute any queue related functions in this case.

I am using RTOS v2 on Cortex-M3


Thanks