Close

Clock generation circuit

A project log for Discrete YASEP

a 16-bits YASEP computer (mostly) made of DIP/SOIC chips like in the 70s and 80s... with 2010's twists!

yann-guidon-ygdesYann Guidon / YGDES 10/21/2015 at 18:360 Comments

Some of the boards need a 3.6864MHz source. This frequency must be magic because I often end up using it !

For another project, I gathered all the parts (in ample quantity) that make a discrete oscillator :

This project does not need an extremely accurate clock, asynchronous serial links can accept up to 1% drift, so the adjustable cap is not used here. I'll just make sure it oscillates in the expected frequency range, determined by my not so sophisticated tools' precision.

The NC7ST04 is similar to HCMOS and draws less than 10µA (1µA typical) so it's "low power" though it is rated for 5V supplies. Will it still work at 3.3V ?

I'll use the standard Pierce topology https://en.wikipedia.org/wiki/Pierce_oscillator with help from Fairchild's application note www.fairchildsemi.com/an/AN/AN-340.pdf A tl;dr version is also found at http://www.z80.info/uexosc.htm

(Note: I should probably have used a HCU part instead, such as TI's special single-gates with 2 outputs, however I have to adapt to "eBay luck": I got a whole reel of this low-power inverter for a very good price so it's like I have a lifetime supply of this part for a marginal cost, unlike TI's more expensive parts)

My bias resistor is 1M instead of the Fairchild-recommended 10M but the above picture says it's not important (it might just increase the startup time, I suppose).

The series resistor would be in the 10K Ohms range, since the following design uses an unbuffered gate, R2 can be increased (this further shields the loop from external capacitances and transients).

So Rf=1M, R2=24K, Ca=Cb=20pf... Let's see how it works in practice :-)

The parts are not very visible but they are all there :

The oscilloscope shows that it works but the waveform should not be considered accurate (lousy probes, lousy scope bandwidth...)

Some measurements :

Conclusion : success !

Bonus points : cheap, no black box, surface mount, easy sourcing of the parts...


20151028:

I added a couple of buffers to totally decouple the ocillator and keep it undisturbed. More buffers might be added if/when needed, probably one per board.


20151029

It seems that the output resistor R2 is too high, or something like that. I reduced it to 200 Ohms to get a half-decent waveform. I don't know if it's my 'scope or my probes or the resistors ?

OK it was the probe. It turns out, X10 mode gives a much better waveform. 2K2 is fine as long as the output is very lightly loaded.

This little experience shows again that clock buffers are really required. Given the higher value of R3, R2 might even be useless if the buffers are less than one cm away.

By the way here is the circuit before I soldered the supplies and the quartz.

Discussions