Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need a circuit for generate stable clock

Status
Not open for further replies.

stephen-7486

Junior Member level 2
Joined
Jul 26, 2009
Messages
22
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,397
generating a clock

i need a curcuit to run a clock that is stable and dosent wander off
frequency. i have tried 555's and had no luck
can anyone help

thanks steve
 

generating a clock

How stable is "stable"? 1% or 1ppm/C for example?

Keith.
 

stable is within 0.01% to 0.1% preferably closer to 0.01%
so extreamly stable

steve
 

Well, a crystal then. What frequency? What voltage output? 5V or 3V for example. I presume you want a square wave?

Keith.
 

i need a square wave at 5V at 2.4kHz

steve
 

Axmmm, microcontroller with hardware PWM module, quartz crystal in oscillator (nor ceramic resonator), duty cycle 50% ?

In Proton+ it should be something like:
Code:
Device 16F627
Xtal 4
PortB_Pullups FALSE
All_Digital TRUE

HPWM 1, 127, 2400

End
 

I agree a cheap microcontroller is probably the way to go. There are programmable clock generators around but they are mostly very high frequency, that I know of. While you could do it with a crystal or clock & counter (maybe 74HC4040) you will end up with a wierd crystal being required.

The PIC microcontroller is one option, but there are many micros which could do the job.

Keith.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top