Hello,
ISO1050 can be applied to this circuit ?
Thank you~
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.
No you cannot connect both ISO1050 in parallel as you did because the reciver outputs are of the push-pull type and would work against each other.
Below are 2 solutions shown. The left one allows to select between the 2 outputs and also to disable both outputs. However this requires two control outputs of the MCU.
The schematic on the right requires only one control output to select between RXD1 and RXD2 but you cannot switch the outputs off.
The choice is yours.
Best regards,
Thomas
Depending on why you are connecting 2 CAN buses to one controller you may also use a single AND gate to combine the outputs from the 2 CAN buses. Basically CAN nodes work on the basis of a bitwise AND function. But the node drawn must become a master node and the others slave nodes or one of the buses could "talk" over the other bus.
Best Regards, Scott