Using HC/HCT, AHC/AHCT Series Logic - Electronics Stack Exchange

    1. Home
    2. Questions
    3. Tags
    4. Users
    5. Unanswered
  1. Teams

    Ask questions, find answers and collaborate at work with Stack Overflow for Teams.

    Try Teams for free Explore Teams
  2. Teams
  3. Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams Using HC/HCT, AHC/AHCT series logic Ask Question Asked 5 years, 1 month ago Modified 5 years, 1 month ago Viewed 8k times 9 \$\begingroup\$

I am builing a circuit, and i need to connect a few different IC's (obiosly). My circuit is based on 5V TTL logic and i found a part that is made only in AHC/AHCT variant.

So let's take it from the start:

  • HCT -> 5V TTL
  • HC -> CMOS technology
  • AHCT -> advanced 5V TTL ?
  • AHC -> advanced CMOS ?

I have read, that i should not mix HC with HCT together, so can i use HCT <-> AHCT and HC <-> AHC? Does it work like that? What if i want to use a CMOS chip in my TTL design?

Tanks for any help.

Share Cite Follow asked Oct 28, 2019 at 21:58 Kralik_011's user avatar Kralik_011Kralik_011 3073 silver badges9 bronze badges \$\endgroup\$ 3
  • 1 \$\begingroup\$ There are level translators ICs you can use. I would not assume you can connect a logic family together just because you haven't seen anyone say you can't. Check the logic thresholds in the datasheets. \$\endgroup\$ – DKNguyen Commented Oct 28, 2019 at 21:59
  • 3 \$\begingroup\$ HCT is not TTL logic. It's CMOS logic with TTL-compatible inputs. The outputs will likely be CMOS rather than TTL levels. \$\endgroup\$ – The Photon Commented Oct 28, 2019 at 22:11
  • 1 \$\begingroup\$ Can you share a datasheet to the specific part you're asking about? \$\endgroup\$ – The Photon Commented Oct 28, 2019 at 22:12
Add a comment |

3 Answers 3

Sorted by: Reset to default Highest score (default) Date modified (newest first) Date created (oldest first) 9 \$\begingroup\$

The families differ by speed AHC is faster than HC. HCT and AHCT are TTL compatible and HC and AHC are CMOS:

enter image description here Source: http://www.ti.com/lit/sg/sdyu001ab/sdyu001ab.pdf

enter image description here Source: http://www.ti.com/lit/sg/sdyu001ab/sdyu001ab.pdf

Also, a useful compatibility chart, CMOS can go 'into' TTL, but TTL cannot go into CMOS (it can't switch it on)

enter image description here Source: http://www.ti.com/lit/sg/sdyu001ab/sdyu001ab.pdf

Share Cite Follow edited Oct 29, 2019 at 4:11 answered Oct 28, 2019 at 22:18 Voltage Spike's user avatar Voltage SpikeVoltage Spike 88.5k49 gold badges89 silver badges233 bronze badges \$\endgroup\$ 5
  • \$\begingroup\$ The HCT and AHCT families are still based on CMOS transistors, but have TTL compatible inputs. \$\endgroup\$ – remcycles Commented Oct 28, 2019 at 22:37
  • 1 \$\begingroup\$ "HCT and AHCT are TTL" Nope. Read the data sheets. HCT and AHCT have TTL compatible inputs but are HC or AHC inside. \$\endgroup\$ – TimWescott Commented Oct 28, 2019 at 22:50
  • \$\begingroup\$ @Tim I'm not going to argue with TIs classification \$\endgroup\$ – Voltage Spike Commented Oct 28, 2019 at 23:36
  • 1 \$\begingroup\$ You're looking the page that says what the voltage standards are, and which technologies adhere to those standards. That's no the same thing as what's inside the chip. The section in that same document titled "Advanced High-Speed CMOS" is about AHC/AHCT. The "C" in 74C, 74HC, 74HCT, 74AHC, 74AHCT, etc., stands for "CMOS". So -- I'm not going to argue with TI's classification either. \$\endgroup\$ – TimWescott Commented Oct 28, 2019 at 23:44
  • \$\begingroup\$ "CMOS can go 'into' TTL, but TTL cannot go into CMOS (it can't switch it on)" However despite what the tables you have posted imply, "TTL compatible CMOS" can go into regular CMOS, because while it has TTL compatible input thresholds at has CMOS output voltages. \$\endgroup\$ – Peter Green Commented Oct 29, 2019 at 13:49
Add a comment | 6 \$\begingroup\$

If they are all running on 5V, you can freely mix AC, ACT, HC and HCT.

The 'C' means CMOS, all these parts have a GND-Rail output swing.

The 'T' means TTL compatible inputs, that is 0-0.8V = lo, 2V to Rail = hi. This range means they can also be driven with a CMOS rail to rail swing as well.

The 'H' means high speed, and they are a lot faster than the 4000 series that was the previous popular CMOS family.

The 'A' means advanced, basically a few times faster than the H versions.

Share Cite Follow answered Oct 28, 2019 at 22:14 Neil_UK's user avatar Neil_UKNeil_UK 174k3 gold badges194 silver badges432 bronze badges \$\endgroup\$ 1
  • 2 \$\begingroup\$ There might be a speed impact from using the 'T' versions, and probably a noise immunity impact. Unless the OP is aggressively pushing the speed envelop, though, this is the answer. \$\endgroup\$ – TimWescott Commented Oct 28, 2019 at 22:51
Add a comment | 2 \$\begingroup\$

You can mix and match logic families, but it depends on the direction of the signals and the input/output logic thresholds that each family has. You want to make sure that the \$V_{OH}\$ of an output pin is greater than the \$V_{IH}\$ threshold of the input pin, and \$V_{OL}\$ of an output pin is less than the \$V_{IL}\$ threshold of the input pin.

This page graphs the threshold voltages for a few different families: http://www.interfacebus.com/voltage_threshold.html

See page 4 of TI's Logic Guide for another graph and a compatibility chart: https://www.ti.com/lit/sg/sdyu001ab/sdyu001ab.pdf

For example, a 5V CMOS output can drive a 5V TTL input, but a 5V TTL output can't drive a 5V CMOS input.

Since that particular incompatibility is a nuisance, there are some CMOS families that have TTL compatible inputs (they can be driven by TTL outputs). These families have "T" in the name, for example: ACT, HCT, etc. You can see this in the input thresholds graphs I linked to.

Share Cite Follow edited Oct 28, 2019 at 22:37 answered Oct 28, 2019 at 22:13 remcycles's user avatar remcyclesremcycles 4313 silver badges8 bronze badges \$\endgroup\$ 1
  • 1 \$\begingroup\$ These are just the guaranteed maximum/minimum values. In practice, 5V CMOS and 5V TTL can work together in any combination. Just because a TTL chip has Voh of 2,4V doesn't mean it will always only drive so low. Under normal circumstances (i.e. load conditions), it will still pull the pin up to 5V. The more problematic issue is that CMOS devices can work on Vcc higher than 5V.. I've had people wonder why their stuff went up in smoke when they tried to drive a TTL input with a 12V output from a 4000 series chip. \$\endgroup\$ – WooShell Commented Oct 29, 2019 at 12:42
Add a comment |

Your Answer

Thanks for contributing an answer to Electrical Engineering Stack Exchange!

  • Please be sure to answer the question. Provide details and share your research!

But avoid …

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.

To learn more, see our tips on writing great answers.

Draft saved Draft discarded

Sign up or log in

Sign up using Google Sign up using Email and Password Submit

Post as a guest

Name Email

Required, but never shown

Post Your Answer Discard

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.

  • Featured on Meta
  • We’re (finally!) going to the cloud!
  • More network sites to see advertising test [updated with phase 2]
5 Going from Transistors to Gates to.....IC's? 0 Why do I experience a voltage drop between logic gates when combining multiple gates (7408 and 7402) 0 M48Z02 (16Kbit ZEROPOWER SRAM) is TTL compatible? 2 Reason of high packing density in integrated injection logic family 10 How to manufacture chip on board? 0 STM32F407 CMOS or TTL or HC 0 TTL to NIM logic translation Logic Gate Issue 4 What pull-up or pull-down resistors to use in CMOS logic circuits

Hot Network Questions

  • Hearing the cry of a baby - abandoning practice for action?
  • How are all public computers (libraries, etc.) not full of malware?
  • Swapping left and right hand sides of an equation
  • Why does "not" stand after "it" in "he knows it not"?
  • Why is this soldering iron red hot in the middle section?
  • How to make seal on lever flip-top "Kilner" jars without spoiling sterilization?
  • How to calibrate fancy headers?
  • Is this basic string encryption in PHP secure?
  • Is 'I screamed that she get out of there' the correct way to report 'Get out of there, I screamed'
  • How can I use a terminal emulator as an efficient application launcher?
  • How a person become a rabbi around 1 CE?
  • Simple successor gate
  • Are prenups legally binding in England?
  • If LATERAL is optional for table-valued functions, then why does this query error without it?
  • Co-author on papers after leaving academia
  • Can Martial Characters use Spell Scrolls in D&D 2024?
  • Connectedness of complement of intersection of two balls
  • Prospective employers tell me my field is obsolete. How can I reinvent myself?
  • Number of roots of a quadratic form over GF2
  • Is there definitive confirmation that the Pope sacked Cardinal Tremblay in "Conclave"?
  • How should the word, before, in Exodus 20:3 be interpreted?
  • How to Prove This Elegant Integral Identity Involving Trigonometric and Square Root Terms
  • What does "Ganz wirklich ehrlich" mean in this context?
  • cartridge style bottom bracket temperature range
more hot questions Question feed Subscribe to RSS Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Từ khóa » Hc Vs Hct