Messaging between tasks in MQX...

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Messaging between tasks in MQX...

1,361 Views
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?

Tags (1)
0 Kudos
1 Reply

198 Views
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 Kudos