HI,

    I had gone through Sample application in DSPLink 1.65. I am using OMAPL138.

   then I run the example of  messages,when the structure of message is
           {   
                MSGQ_MsgHeader msgh;
                 unsigned int puf[10];
           }
I can send message to arm;


when the structure of message is
           {  
              MSGQ_MsgHeader msgh;
               unsigned int puf[60];
           }  
I can not get the right result , but why ? ???????