Part Number: TMS320F28035
Hello
How can I read the mailbox with standard identifier? I set the mailbox as receive box with the following ID register setting
ECanaMboxes.MBOX26.MSGID.bit.STDMSGID = 0x061;
ECanaMboxes.MBOX26.MSGID.bit.IDE = 0;
However , I can not read the message with standard identifier in CAN bus. However, If I change the message in CAN bus to extended identifier and also with the following setting
ECanaMboxes.MBOX26.MSGID.all = 0x061;
ECanaMboxes.MBOX26.MSGID.bit.IDE = 1;
I have no problem to read the message in CAN bus. I generate the bus CAN message using CANalyzer. Could anyone help me to find out whether my setting or I need to set more register except MSGID?
Thanks,
