This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to use the two can modules from tm4c123 for build a readwrite module.
As it had read in many places I plan to use one can module to write messages and the other one to read them.
Should I paralell connect both modules after an external can driver (doing so I have to use two can drivers) or can I connect both on tivas gpio directly using only one can driver after that?