Messaging between tasks in MQX...

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Messaging between tasks in MQX...

1,679 次查看
c_dawg
Contributor III

Declaring CW 10.3 and MQX 3.8.1...

I successfully sent a private message from one task to another.  I’m curious if it possible to set up another private message pool to send a message back or must you go to a system message format?  Are multiple private messages allowed?  I attempted to set up a second private message pool and it can’t allocate a message to it.  Any suggestions?

标记 (1)
0 项奖励
回复
1 回复

516 次查看
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Colin,

You should be able to do so. We provide a simple example that does similar thing:

C:\Program Files\Freescale\Freescale MQX 3.8\mqx\examples\lwmsgq

There are two messages queqes One for the server and another for the clientes. Take a look to that example. I hope that helps you.

Best Regards,

-Garabo

0 项奖励
回复