typedef struct Msg{
MessageQ_Msg msg;
int a;
}Message

by myself ,then core 0 put this message to the message quene ,but when receive the message from the slave core ,the value of a is wrong, how to solve this problem、?