Other Parts Discussed in Thread: TPS92661-Q1
is it possible to split the CAN/UART connection to allow connection of two (or more) separate PCBs to the same MCU UART? i believe you can usually do this with can with CAN but this chip uses UART over CAN physical layer rather than CAN protocol.
Assuming each TPS92662-Q1 has a unique address, i can see several ways of possibly doing this but am not sure of the advantages/disadvantages of each.
- Split the UART TX/RX Lines from the MCU and connect to two can transceivers which then connect to separate PCBS
- Split the CAN BUS Lines and connect two PCBs in parallel on the bus, like standard can bus (Section 5 www.ti.com/.../sloa101b.pdf
- Daisy chain series of UART<->CAN<->UART<->CAN<->UART