Should we protect message pools with mutex? I thought MQX protected this functions by default?
msg_ptr = (GENERIC_DATA_MSG_PTR)_msg_alloc(mp_QuadSPI);
If different priority tasks have calls to the instruction above, should we use Mutex to prevent simultaneous access?
Regards,
解決済! 解決策の投稿を見る。