Hi,
I think I have found a problem in section 6.4 Programming Example for CAN module in TiveWare Driver Library
the question is in the example demonstration CAN0 should send some messages to CAN1
so why we are configuring CAN0 messgaes as RX messages with flag
i.e -> CANMessageSet(CAN0_BASE, 1, &sMsgObjectRx, MSG_OBJ_TYPE_RX);
it should be CAN1 not CAN0.
Thanks for your support in advance.
Sameh