Latch shift register
alnajjar1
Posts: 110
I am using the 74HC595 to power up TIP120 to turn on LED strips (~1A per strip). The 74HC595 can provide 8 ouputs but to my knowledge they can not be "daisy chained" like the 74HC165. Being very tight on pins, is there a cousin to the 74HC595 with 16 or 32 latches?
many thanks in advance,
Al
many thanks in advance,
Al
Comments
Check out page 8 of this data sheet for some insight: http://www.onsemi.com/pub_link/Collateral/MC74HC595A-D.PDF
DJ
many thanks again,
Al
http://forums.parallax.com/showthread.php?129022-Program-BS2-and-more-then-three-74HC595-s&highlight=74HC595
Once you have them all wired up sending data to more 74HC595 chips is trivial. If you only had one you would shift out the bits 8 times then latch it. If you have two then you'll send 16 bits. Four 74HC595 chips would require you to shift out 32 bits. Once all the bits have been sent to the chips you toggle the latch line. The first 8 bits sent will end up in the last chip connected. The latch and clock pins are common between all the chips. The serial out from your Microcontroller goes to the first chip. The output of the first chip goes to the 2nd and so on.
Robert