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.

how to connect crystal to single ended clock input chips

Status
Not open for further replies.

Ahmmed Razu

Advanced Member level 4
Joined
Jul 7, 2011
Messages
100
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
Bangladesh
Activity points
1,968
Hello i want to connect a high speed crystal to a single ended clock input like 74HC299 or 74HC165. but i am confused how i could do this.
16MHZ_Crystal.jpgI.jpg
 

To generate CLK output, it is required an oscilator active circuitry.


+++
 

I know that you are talking about but i want the active circuitry.
 

A simple inverter IC, such as TTL 74LS00...

4mhz-crystal-oscillator-in.gif


+++
 
Last edited:

The topology is fully applicable to a wide range of crystals, including 12MHz.
Perhaps some fine adjustment will be required on decoupling capacitors and series resistor, but essentially will work.


+++
 

if u are interfacing this chip with controller then u don't require any additional circuit just toggle pin to this chip and toggle it in controller and u can easily change any freq. as u want.
 

if u are interfacing this chip with controller then u don't require any additional circuit just toggle pin to this chip and toggle it in controller and u can easily change any freq. as u want.

Please explain. better with diagram.
 

connect any GPIO of controller with IC for that you require clock. now use any timer with interrupt and in ISR toggle that pin which is connected slave IC. means your isr routine should llok like as

void isr()
{
slave_ic =~ slave_ic;
}

this will depend upon frequency of timer.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top