Tool/software: TI C/C++ Compiler
Hello everyone,
I have a question regarding CAN communication. I have two boards with TM4C123AE6PM and in both of them PA0 and PA1 are used for CAN and connected to CAN transceiver and I have set up communication in one direction. Now I want to have board 2 also send information back to board 1. Do I manage to do that by creating another message object ( tCANMsgObject ) with type MSG_OBJ_TYPE_TX and have board send it back? And in board 1 in interrupt check for message object by ID? Is that correct or I got something wrong?