Dividing CLock signals?

Thread Starter

brightnight1

Joined Jan 13, 2018
97
How are clock signal divided (what does it mean and how is it done), and why/when would you do it, and when wouldn't you (generally speaking)?
 

MrChips

Joined Oct 2, 2009
34,629
How are clock signal divided (what does it mean and how is it done), and why/when would you do it, and when wouldn't you (generally speaking)?
What do you mean by "divided"?

If you mean to change from 8MHz to 1MHz, as an example, then you simply count 8 clock pulses and output 1 clock pulse for every 8 counted. That is, the clock signal is divided by 8.
 

Bernard

Joined Aug 7, 2008
5,784
Why, you might have one frequency & want a second frequency that is a multiple or sub multiple. Say that I have a poor time keeping crystal controlled clock with final drive of 50 HZ & want to run it on line frequency of 60 HZ The common denominator is 300 HZ, so multiply the 60 HZ by 5 & divide by 6 & you have your 50 HZ. This is about as far out in left field as is original question.
 

Zaishens

Joined May 20, 2019
28
How are clock signal divided (what does it mean and how is it done), and why/when would you do it, and when wouldn't you (generally speaking)?
It's done with a JK-flipflop, every flipflop in series devides the clock once, so you get devided by 2, 4 ,8 ,16 and so on.
You can use it in a microcontroller for example if it runs on 20MHz but you only need a fraction of the speed and want to conserve power without putting into sleep. And you wouldn't when you do need the speed, I think that is obvious by now.
 
Last edited:
Top