Tool/software:
Hi,
Wanted to ask if the MCAN module defines priority on CAN extended messages upon CAN standard messages.
trying to send 4 messages with the following ID's and Tx order:
1. 0x587
2. 0x187
3. 0x1287 (CAN EXTENDED)
4. 0x1187 (CAN EXTENDED)
I am using 4 different dedicated Tx buffers, the Tx request flag is set at the same time for all the messages.
But in the receive side of the BUS i am getting the messages in the order as below:
The order that i expect to be sent is:
1. 0x187
2. 0x587
3. 0x1187 (CAN EXTENDED)
4. 0x1287 (CAN EXTENDED)
I tried to send the same messages with the same COB ID and order with queue method instead of the dedicated buffers but getting the same behavior .
Thanks
Maxim Vengerov