Part Number: TMS320F28388D
Hi Team,
I want to use C2000 28388D CPU1 can module. I am able to set it up , send and receive messages with the mailboxes.
I use the canking and kvasser to talk with the TI 28388D evaluation board (which was complemented with a TI CAN transiver)
I am having trouble understanding how to set up a slave RTR message.
I setup CAN_setupMessageObject(CANA_BASE, 3, 0x301, CAN_MSG_FRAME_STD,CAN_MSG_OBJ_TYPE_RXTX_REMOTE, 0, CAN_MSG_OBJ_NO_FLAGS,8);
when I use the canrunner to sent an RTR message with 0x301 I see that the evaluation board answers, and that;s great. how do I load mailbox 3 with the data I want to send ?