scopeprobe
Full Member level 3
Can anyone point me to a 8 or 16 bit shift register IC (like the 74HC595) that doesn't have the latch requirement please.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Many Thanks the 74HCT164 is exactly what i was looking for. I did search but the IC's coming up all had secondary latch registers and such like which isn't what i wanted. Sometimes its just easier to ask as i knew they are very commonly used, using them isn't an issue.I am just astounded. How are you going to be able to use a shift register, when don’t even know how to perform the simplest of internet searches?
Okay, here you go:
74HC164
CD4021
74HC299
etc.
Hi,
just a bit about correct terminology:
You talk about "latch". A latch has a data input and a control input. The control input decides whether the latch is in transparent mode (inactive) or freezes the data. The latch control input is level sensitive.
If you don´t need the latch function, simply tie the control input to "transparent" state.
But the HC595 has a "D-Type flip flop". The control input is edge triggered, thus it needs "edges" to transmit the data to the output. There is no "transparent" mode on D-FFs.
Using latch or D-FF on shift registers makes sense. If you don´t use them, then you see the data rippeling through the shift registers. Usually you don´t want this.
Klaus
Its just standalond driven by a clock. The 74HC164 met the requirement thanksYou need this onchip with a processor or just stand alone ? How many bits total do you
need, just the 8 or are you cascading a few ?
Regards, Dana.
Again: The 595 does not include a latch, it includes a D-FF instead.Yes i didn't want the latch storage capability of the 595