CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

[OT] How many 74HC ICs can I connect together before I need

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
theteaman



Joined: 04 Aug 2006
Posts: 98

View user's profile Send private message

[OT] How many 74HC ICs can I connect together before I need
PostPosted: Thu Nov 16, 2006 6:43 pm     Reply with quote

Hi

I hope nobody minds me posting this off-topic question, but I'm sure someone here will know. Basically I have a number of serial ICs that I will be cascading, and I know theres a physical limit as to how many I can connect, before I need some sort of buffer to regenerate the signal in the chain. How do I calculate this limit? Just in theory

Thanks
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Thu Nov 16, 2006 8:25 pm     Reply with quote

Depending on the clocking frequency - thousands.

You have to look at the propagation delay through the device, multiply by the number of devices, give yourself a 100% safety margin, invert the number and this will give you your maximum clock rate (close enough).
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Humberto



Joined: 08 Sep 2003
Posts: 1215
Location: Buenos Aires, La Reina del Plata

View user's profile Send private message

PostPosted: Fri Nov 17, 2006 8:26 am     Reply with quote

Quote:

I know theres a physical limit as to how many I can connect, before I need some sort of buffer to regenerate the signal in the chain.

If you are talking of cascading serial shift registers it will not be necesary to regenerate the signal because the serial output of each IC had been already buffered.

Quote:

How do I calculate this limit?

The limit is a relation between your clock frequency and the total propagation
delay of the whole chain.
The propagation delay time of a gate is the time interval between the application
of an input pulse and the occurrence of a corresponding output pulse. This determines
the max speed that can operate the IC.


If you are talking of how many inputs of the 74HC family you can connect to one single
output of the same family: about of 50. Every IC family has its own fan-out capabilities.
fan-out: Is the maximum number of inputs of the same IC family series that the gate
can drive while maintaining its output levels within specified limits.


Humberto
theteaman



Joined: 04 Aug 2006
Posts: 98

View user's profile Send private message

PostPosted: Fri Nov 17, 2006 8:27 pm     Reply with quote

thank you guys you are very helpful! Very Happy Smile
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group