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.
While searching for a suitable part for my application, I found some parametric search values that were not correct. For example, in the Little Logic section, the max current is listed as +/- 50 mA for the SN74AHC1G02-EP, SN74AHC1G126-EP, and SN74AHC1G86-EP. But I think that it should be +/- 8 mA at 5V (+/- 50 uA would be at 2V). In the Buffer/Driver/Transceiver section, I found the SN74AHC04 which is also wrong in the same way, but the data sheet is also wrong. It incorrectly states the IOH and IOL current as +/- 50 mA @ 2V. However the same data sheet also lists VOH and VOL with the correct value of IOH/IOL of 50 uA. I think there are many more parts that the parametric search that incorrectly list the drive as +/- 50 mA.
I am looking for a buffer to drive a 0 to 5V PWM signal into 50 Ohms. I don't think there are any logic family ICs that fit that need. If there are, please let me know which ones. If not, what family of ICs would be best for that application? Video amplifiers? Op-amps? Motor Drivers?
Thanks,
Greg
What value of what characteristic are you looking for? Drive strength? Output impedance?
For single-gate devices, the LVC family has the highest drive strength (32 mA at 5 V). You could combine multiple outputs to get more.
Alternatively, the SN74CBT1G125 bus switch has a maximum resistance of 7 Ω.
You could combine two SN74CBT1G125s two switch to either VCC or GND.
(The SN74CBT1G125 is essentially just a MOSFET; you could build your own driver with two bigger MOSFETs.)
As for combining CMOS outputs: the output MOSFETs are run in the region where they have a positive temperature coefficient, so if any part is running hotter, it will increase its resistance so that its current is reduced. So this is safe, and allowed; see the FAQ, or figures 37/38 of HCMOS Design Considerations (SCLA007).
(Use SN74LVC2G34 or SN74LVC3G34.)
It looks like there are similar parts to the SN74CBT3257C available from other vendors. I was looking for more information on this chip because the data sheets are a little thin compared to other chips in general. What I found is that everyone specs the on-resistance with Vin set to 2.4V. One data sheet from IDT shows a graph of on-resistance vs. Vin at VCC=5V. This is what it looks like:
The resistance goes asymptotic pretty quickly after 2.5V. So I'm doubtful about the SN74CBT3257C working as a PWM driver.
See the "Site Support & Feedback" link below.
I think that FAQ entry answers the wrong question, i.e., whether it is possible to combine outputs of different devices that might output different values. In that application, the high-impedance state would be needed to avoid bus contention.
For just getting more current, you can use any device with push/pull outputs, as long as all outputs are guaranteed to output the same value.
I proposed bus switches because the load current would not have to go through the VCC/GND pins. But the CD74ACT541 looks as if it would work fine.
The resistance goes asymptotic pretty quickly after 2.5V. So I'm doubtful about the SN74CBT3257C working as a PWM driver.
A FET is switched on by the gate-to-source voltage difference, so a single FET is suitable only for low signal voltages, or for open-drain applications.
You'd have to use an analog switch (which combines an N-channel FET and a P-channel FET to get almost-constant resistance over the entire voltage range), such as the SN74LVC1G3157.
Clemens Ladisch said:See the "Site Support & Feedback" link below.
Thanks. I should have been able find that. Next time I'll know.
Clemens Ladisch said:I think that FAQ entry answers the wrong question, i.e., whether it is possible to combine outputs of different devices that might output different values. In that application, the high-impedance state would be needed to avoid bus contention.
LOL, "See the "Site Support & Feedback" link below". (your turn)
Clemens Ladisch said:For just getting more current, you can use any device with push/pull outputs, as long as all outputs are guaranteed to output the same value.
I proposed bus switches because the load current would not have to go through the VCC/GND pins. But the CD74ACT541 looks as if it would work fine.
If that is true, then that would be great!
A FET is switched on by the gate-to-source voltage difference, so a single FET is suitable only for low signal voltages, or for open-drain applications.
You'd have to use an analog switch (which combines an N-channel FET and a P-channel FET to get almost-constant resistance over the entire voltage range), such as the SN74LVC1G3157.
Thanks for explaining that. Makes a lot of sense.
Those values are intended to show what happens when you drive a 50 Ω line with a single output. Combining multiple outputs should work just fine (but in any case, the huge current is likely to cause noise on the power supply lines).
It might be a better idea to build your own driver with discrete MOSFETs. (The resulting overall current will be the same, so the same noise considerations apply.)