Question about pin fanout power.
mynet43
Posts: 644
Part of a circuit I've designed includes 17 74HC595 8-bit shift registers.
To minimize the number of propeller control pins, I need to connect one propeller output pin to 17 input pins on the 74HC595 chips. This is true for each of three signals, SCLR, SCK and G.
Does anyone have experience with a similar situation? I.e. can one propeller pin drive 17 input pins on a 74HC chip without using a buffer chip?
Thanks for your help.
Jim
To minimize the number of propeller control pins, I need to connect one propeller output pin to 17 input pins on the 74HC595 chips. This is true for each of three signals, SCLR, SCK and G.
Does anyone have experience with a similar situation? I.e. can one propeller pin drive 17 input pins on a 74HC chip without using a buffer chip?
Thanks for your help.
Jim
Comments
However, each input has capacitance (I didn't look to see how much), and this will have the effect of slowing down the slew rate of the Prop outputs. Depending upon the risetime (and falltime) you need, that could be a problem (but I'd say it ought not to be).
Why not try it, and see?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· -- Carl, nn5i@arrl.net
It looked like it should work, but 17 is a pretty big number of devices to drive with one pin.
I don't think the capacitance will be a problem, because the driver is written in spin, rather than assembly.
Better to figure it out now instead of after I get the boards back.
Thanks again,
Jim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· -- Carl, nn5i@arrl.net
I'm about to take a deep breath and do it. Thanks for the help!