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

  • Is it (always) better to build a model prior to viewing the data?
  • Co-author on papers after leaving academia
  • Isomorphic Free Groups Have Bijective Sets Using Category Theory
  • Can not update chrome in ubuntu
  • Could rocket exhaust eventually lead to detrimental effects from interplanetary space pollution?
  • What geographical changes does Canada need to have a far larger carrying capacity?
  • Why motion of gas never stops?
  • Gen 25:8 Difference between translations
  • What is the name of the lady with the white blouse?
  • Are garbage-collection programming languages inherently unsafe for use in cryptography
  • How to attribute which parts of the code are authored by someone else?
  • Do additionally installed drivers survive Windows 11 "Reset this PC"?
  • What are the works built on the foundation of Christ in 1 Corinthians 3:12–15?
  • Are Li-ion drone batteries chemically and electronically similar to cellphone Li-ion batteries?
  • A Title "That in Aleppo Was"
  • Number of roots of a quadratic form over GF2
  • How do I report to Springer a scientific fraud to a cryptographic paper published in Springer?
  • Connectedness of complement of intersection of two balls
  • Most Efficient Glide: Pitch Up or Level Flight to Bleed Airspeed
  • How does the Born rule arise in the many-worlds interpretation with only two worlds?
  • Use of “12 m.” for noon and “12 p.m.” for midnight
  • Why is the term "card" used in "expansion card"?
  • Line breaks do not fit well in mathmode
  • What are Christian responses to Carlo Alvaro's argument against Christian theism?
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 Cmos