Hi,
From what I understand on the CAN bus, message with the lowest message ID will be transmitted first. is the true for CAN controller also?
My question focuses on CAN controller, there are 32 CAN message object (uint32_t ui32ObjID) and if I have 32 messages to be transmitted I can configure each of this message object as {MSG_OBJ_TYPE_TX - CAN transmit message object}.
So which message will be transmitted the first, will the CAN Controller transmit message of CAN Object 1 followed by CAN object 2 or will it check the message ID and after that decide which message to tranmit.
Just for making it clear here is an example of what I am asking:
Message Object 1 has a message to be transmitted with message ID as 0x500
Message Object 2 has a message to be transmitted with message ID as 0x100
Would the message ID with 0x500 will be transmitted first or message ID 0x100.
Thank you,
Jay