How do RS NAND latches work with feedback?

  • Thread starter Thread starter springo
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on understanding the functionality of RS NAND latches, particularly the role of feedback in their operation. The RS NAND latch consists of two cross-coupled NAND gates, where the output state of one gate influences the input of the other, creating a feedback loop. Key terms include "Active LOW SET" and "Active LOW RESET," which define how inputs affect the outputs. The user seeks clarification on the truth table evolution of the latch states, emphasizing the importance of sequential state changes based on input transitions.

PREREQUISITES
  • Basic understanding of boolean logic gates
  • Familiarity with digital circuit concepts
  • Knowledge of feedback mechanisms in electronic circuits
  • Ability to interpret truth tables
NEXT STEPS
  • Study the operation of RS NAND latches in detail
  • Learn about truth table construction for sequential circuits
  • Explore feedback mechanisms in digital electronics
  • Investigate other types of latches, such as SR and D latches
USEFUL FOR

Electronics students, digital circuit designers, and anyone interested in understanding the fundamentals of latches and feedback in digital systems.

springo
Messages
125
Reaction score
0
Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: http://www.play-hookey.com/digital/rs_nand_latch.html" is what I'm reading.
 
Last edited by a moderator:
Engineering news on Phys.org
Just draw out the truth table evolution
of the two cross linked gates and fill in the state changes
relative to the previous state affecting the subsequent
state affecting the new state of the gate with the initially
changed input and fill in the rest (the others that depend
on that output state transition) from there.

A NAND P = O
C NAND O = P
R = Rising
F = Falling

A has no control in this output state.
A P O C
H L H H
F L H H
L L H H

C has no control in this output state.
A P O C
H H L H
H H L F
H H L L

C = Active LOW SET of P
C = Active LOW RESET of O
A P O C
H L H H
H R F F
H H L L
H H L R
H H L H

A = ACTIVE LOW RESET OF P
A = ACTIVE LOW SET OF O
A P O C
H H L H
F F R H
L L H H

Just start with one gate's input transition,
transition that gate's output as apppopriate, take
that change and change any outputs that depend on it
as an input ... etc. and voila.

springo said:
Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: http://www.play-hookey.com/digital/rs_nand_latch.html" is what I'm reading.
 
Last edited by a moderator:

Similar threads

Replies
5
Views
3K
Replies
24
Views
4K
Replies
4
Views
3K
Replies
9
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
Replies
2
Views
2K
Replies
12
Views
3K
Replies
9
Views
8K
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
5K