Using 74HC597
Jonathan
Posts: 1,023
Hi All,
I need to use a 74HC597. I see the SW example of using the 74HC165, but the pinout of the '597 is different. Can anyone point me in the right direction for a connection diagram?
Also, what is the cosmic diff between the the two?
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
I need to use a 74HC597. I see the SW example of using the 74HC165, but the pinout of the '597 is different. Can anyone point me in the right direction for a connection diagram?
Also, what is the cosmic diff between the the two?
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Comments
It looks like the biggest difference is that the parallel load is a level for the 74HC165 and is edge triggered for the 74HC597.
The pinouts are also different and there are some minor differences in the other signals.
I had already DL'd the data sheet. I'm just not sure which pins to use, and if the code should be the same etc. Are there any Stamp/Prop examples of using this chip?
Thanks!
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Lets see if I have this right, I would toggle SH(11) from low to high, then shift data in from Q(9) using L(12) as the clock? No need for a fourth I/O line? Other schematics I have seen use 4.
Thanks a ton for the help!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Do a PULSOUT (normally lo, goes hi then lo) to pin12, that locks what's on the data lines.· Then shift data in from Q using pin11 as the clock line.
As I noted, my sketch was for the easiest implementation.· If you want to clear the clock with MR then you'll need a pin for that and for PL.·
1) PL has to be low when you latch the data.
2) PL (and MR) has to be made HI when you clock out data.
Post Edit -- dwg added
Post Edited (PJ Allen) : 8/10/2008 2:48:22 AM GMT
Got it working! Although I had to use 4 I/O to do it. I needed to strobe the latch hi/lo, then strobe the load line lo/hi.
Thanks for all the help. Now I have to figger out how to cascade 'em and I can get on with my project.
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Thanks again for all the help!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot