Tool/software: TI C/C++ Compiler
I followed the instructions and successfully implemented in the CAN example code as mentioned in the Tiva C series for communication between 2 nodes . However
I am unable to find any sources about how to implement CAN for 3 or 4 nodes and how exactly the programming is done for handling them.
I am designing a data acquisition system for an Electric Vehicle and am unable to understand the programming in case there are multiple nodes .
In the example , only one node was sending data and the other was receiving . Can anyone direct me to any links or good resources for handling multi nodes in a CAN network?
Thanks in advance.