![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
i have managed to generate a clock pulse in one of the pins of the microcontroller.(i have only one pin left free for myy use!!!)
now i need to give this clock pulse to 2 of my stepper motors.(the clock pulse is given to the stpper motor controller) is it fine if i give the same clock from this one pin to both of them.... |
|
|
|
|
|
|
(permalink) |
|
An output may be shared between any number of inputs up until the net effect degrades the output signal. Even a single 1:1 ratio of output to input can degrade the output. Its the net effect not the number of nodes that matter. As long and the following is within spec:
- Frequency - Ripple - Drive current - Current direction - Impedance Now as for 1 clock to only 2 to 3 inputs, the answer is yes. This is done religiously and is called busing. If you have a scope, just monitor the signal of a single load, then add input loads making sure the signal is still strong. The weaker the driving output and the heavier the input load, the more likely the need for an intermediate buffer or increased buffer power. But since a buffer is just an output itself, it is still susceptible to the same degradation of signal. Last edited by donniedj; 20th January 2008 at 05:36 PM. |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Problem with LCD code? | spondootre | Micro Controllers | 15 | 29th April 2008 09:15 AM |
| Problem measuring pulse width - 12F683 TMR1, 8MHz | jess | Micro Controllers | 18 | 5th February 2007 10:00 AM |
| Hardcode a PIC by hand? (or 16F74 + par.port.prog = problem) | smilen | Micro Controllers | 15 | 21st November 2005 09:23 AM |
| Help me on basketball's game clock and shot clock! | syaw_007 | Electronic Projects Design/Ideas/Reviews | 1 | 6th September 2004 09:50 PM |
| Pulse Width Calculation | waqar | Micro Controllers | 1 | 25th June 2003 11:53 AM |