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.

THVD2410: logic drive strength?

Part Number: THVD2410
Other Parts Discussed in Thread: TIDA-01365,

Tool/software:

I'm looking to do a multidrop bus repeater, similar in functionality to TIDA-01365. 

This will involve

- paralleling a single THVD2410 "R" output to 10x THVD2410 "D" inputs. 

- paralleling 10x THVD2410 "R" outputs to a single THVD2410 "D" input 

Does the THVD2410 have the drive strength to do this without installing additional buffers?

  • - paralleling a single THVD2410 "R" output to 10x THVD2410 "D" inputs. 

    Placing a CMOS driver directly into multiple CMOS inputs is okay. It's ultimately a RC constant where the C increases as you increase the inputs. The R is the Routput's Ron for VOH/VOL. Ron should be strong enough to drive 10 inputs though your max data rate may start to get limited if you add too many inputs (10 inputs is probably fine unless you do something weird like add more cap or series resistance.)

    - paralleling 10x THVD2410 "R" outputs to a single THVD2410 "D" input 

    You shouldn't connect CMOS outputs together. You can run into contention when one logic outputs high and another outputs low. This can cause damage over time and look like a short circuit which can cause the power supply to collapse if it's not rated for the supply current. 

    You would need to ensure only one Routput is active or set up some kind of open drain circuit to prevent contention from occurring. 

    The reference design looks like it mitigates this issue by using digital logic (AND gates?).... 

    -Bobby