Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/04/09 07:00
Modified:
  02/04/09 07:01

Read: times


 
#162028 - Sometimes, but seldom
Responding to: ???'s previous message
Chico Magalhães said:
I thought I could use the same way.
I would change a latch for this flip-flop, because for my application I could save many microcontroller cycles if I could edge-trigger the "latch".

I presently can't envision how this "could save many microcontroller cycles" since the same sort of action has to be taken to generate a clock pulse as would generate a gate pulse. ALE is a gate pulse, but its rising edge can also be used to clock a '273.

There are times when it doesn't matter whether you use a level-gated latch or an edge-triggered flipflop.

If you know that the data you wish to capture is valid well before the strobe that would either clock or gate the device, then you can rely on proper function if you use a clocked flipflop. If you know that the data will be valid while the strobe is active (=true), whether high or low, and persists after the gate strobe is no longer active, then you may be better-served with a gated latch.

The '273 has exactly the same pinout as the '374 (clocked) and '373 (gated), with the exception that pin 1 is an active-low reset, which clears all the flipflops, while, on the 373 and 374, pin 1 is the output enable, as these latter two are tri-state devices.

I personally prefer the '573 and '574, because they have all their inputs on one side and outputs on the other, so no signals have to traverse the devices, except, perhaps, the gate/clock, which is on Pin 11.

I do like the '273, as it can be cleared at power-on.

RE




List of 9 messages in thread
TopicAuthorDate
"Clocked" Latch?            01/01/70 00:00      
   Flip-flops            01/01/70 00:00      
      pinout organization            01/01/70 00:00      
   Be careful with what you find on Wikipedia            01/01/70 00:00      
      I thought I could use the same way            01/01/70 00:00      
         Sometimes, but seldom            01/01/70 00:00      
         re: latch vs flip-flop,, for the 8051            01/01/70 00:00      
            Thanks            01/01/70 00:00      
               Why?            01/01/70 00:00      

Back to Subject List