Hi,
I am trying to use SYS/BIOS Message Queues. I created two tasks in which Task2 will be creating a message Queue , waits on MessageQ_get. Task1 will allocate a message of size 40 bytes (MessageQ_MsgHeader, a pointer and an integer) and sends the same onto the message Queue. Task2 will receive the message which is sent by Task1
This application is running successfully on Simulator i.e. Task2 is able to receive the message sent by Task1 (both the pointer variable and the integer). But when i try to execute in EVM6670i, i am receiving some junk values. When i try to do getMsgsize i am getting only 28 bytes. Whereas the sent message size is 40 bytes.
Is there any difference while running messageQ application in simulator and EVM6670i?
Best Regards
Usha P