What I need to do to generate a clock of 1.1MHz

Thread Starter

redyakuza87

Joined Apr 21, 2009
6
With all due respect,

I was given a 4060 with crystals 8MHz and I need to generate 1.1MHz with these (and other capacitors and resistors). If I am not mistaken, we can't generate 1.1MHz with that. Hence, the supervisor asked me to use another 4040 connected to the 8MHz output to get 1.1MHz. I am not so sure how it works.

Any help is appreciated
 

SgtWookie

Joined Jul 17, 2007
22,230
Afraid you're not going to get there with an 8MHz crystal and either a 4040 or a 4060.

A 4040 has /2 (Q1), /4 (Q2), /8 (Q3), etc. outputs, but to get 1.1MHz from 8MHz, you'd need to divide by 7.272... which isn't going to happen.

A 4060 IC's outputs start at /16 (Q4), so 0.5MHz is the most you could get out of it using an 8MHz crystal.

If you need a pretty stable 1.1MHz clock, you're going to need to get a different crystal; one that's evenly divisible by 2 to get 1.1MHz would be your best bet.

If you can tolerate a rather wide variance in frequency, you could go with an RC oscillator. It won't be nearly as accurate as a crystal oscillator.
 

Thread Starter

redyakuza87

Joined Apr 21, 2009
6
Thanks..

That is just what I have in mind as it really is impossible to get 1.1MHz. However, he did say something about connecting the output from 9 of 4060 (the 8MHz output) to 10 on 4040. That is something I have no idea what it is about and what does it do. I hope you can help.

Thanks again :)
 

SgtWookie

Joined Jul 17, 2007
22,230
What's your tolerance on the frequency?

I think your boss is thinking that you might get within 1% of 1.1MHz by XORing a number of outputs, but it's going to be ugly, and the clock won't be close to symetrical.
 

KL7AJ

Joined Nov 4, 2008
2,229
Afraid you're not going to get there with an 8MHz crystal and either a 4040 or a 4060.

A 4040 has /2 (Q1), /4 (Q2), /8 (Q3), etc. outputs, but to get 1.1MHz from 8MHz, you'd need to divide by 7.272... which isn't going to happen.

A 4060 IC's outputs start at /16 (Q4), so 0.5MHz is the most you could get out of it using an 8MHz crystal.

If you need a pretty stable 1.1MHz clock, you're going to need to get a different crystal; one that's evenly divisible by 2 to get 1.1MHz would be your best bet.

If you can tolerate a rather wide variance in frequency, you could go with an RC oscillator. It won't be nearly as accurate as a crystal oscillator.

There's a way of doing it, but you'll need a few more active devices. Take an 8MHZ oscillator, divide by eight to get 1MHz. Divide by ten to get 100KHZ. Remix the 100kHZ with the 1MHZ, and filter. voila.


Eric
 

Wendy

Joined Mar 24, 2008
23,421
Double the frequency, and you can use a single flip flop.

I'd look for a crystal that is already at the freq you're looking for, or are you stuck with the parts you have?
 

hgmjr

Joined Jan 28, 2005
9,027
There's a way of doing it, but you'll need a few more active devices. Take an 8MHZ oscillator, divide by eight to get 1MHz. Divide by ten to get 100KHZ. Remix the 100kHZ with the 1MHZ, and filter. voila.


Eric
Do you have any examples of a mixer circuit that would recombine the two squarewaves?

hgmjr
 

SgtWookie

Joined Jul 17, 2007
22,230
If you connected the 4060, 4040 and crystal up like your instructor suggested, then you could use 4070 XOR gates wired to the Q3, Q7, Q8, Q11, Q12 and Q14 outputs to approximate 1.1MHz. The clock wouldn't be symmetrical, but it would average out over time to be within 1% of 1.1MHz.
 
Top