Author Topic: Can an oscillator clock two or more ICs?  (Read 8788 times)

0 Members and 1 Guest are viewing this topic.

Offline sdimTopic starter

  • Contributor
  • Posts: 17
  • Country: gr
Can an oscillator clock two or more ICs?
« on: January 11, 2014, 10:58:30 pm »
I want to use a single 50MHz or 25MHz oscillator to clock the MCU and the ethernet PHY.
I know how to calculate the trace width and the load capacitors for one device but I do not know if it works with two devices.

Have you tried something similar?
Does it work?
Is there anything I should have in mind when I design circuit with one oscillator clocking two or more devices?
 

Offline gxti

  • Frequent Contributor
  • **
  • Posts: 507
  • Country: us
Re: Can an oscillator clock two or more ICs?
« Reply #1 on: January 11, 2014, 11:14:51 pm »
If the path is short it will most likely work but oscillators typically have very weak outputs. Check if your PHY has a clock output of its own, maybe you can do OSC -> PHY -> MCU.
 

Offline c4757p

  • Super Contributor
  • ***
  • Posts: 7799
  • Country: us
  • adieu
Re: Can an oscillator clock two or more ICs?
« Reply #2 on: January 11, 2014, 11:28:48 pm »
oscillator
oscillator
oscillators

load capacitors

Careful... looks like it's just a crystal, not an oscillator. Crystals regulate oscillators. If you try to share a crystal between two oscillators, you're just shorting together their outputs.
No longer active here - try the IRC channel if you just can't be without me :)
 

Offline sdimTopic starter

  • Contributor
  • Posts: 17
  • Country: gr
Re: Can an oscillator clock two or more ICs?
« Reply #3 on: January 11, 2014, 11:49:34 pm »
@gxti
The ethernet phy will be optional, it will not be soldered on every board, so I cannot do OSC->Phy->MCU.
It's a great recommendation, I'll keep it in mind for other projects.

@c4757p
You are right.
I'm always confusing the terminology. Crystal, crystal oscillator, crystal resonator, quartz crystal...
 

Offline Rerouter

  • Super Contributor
  • ***
  • Posts: 4694
  • Country: au
  • Question Everything... Except This Statement
Re: Can an oscillator clock two or more ICs?
« Reply #4 on: January 11, 2014, 11:59:19 pm »
use a oscillator instead and buffer the signal with a clock distribution chip, with each device receiving its own buffered signal
« Last Edit: January 12, 2014, 12:08:23 am by Rerouter »
 

Offline gxti

  • Frequent Contributor
  • **
  • Posts: 507
  • Country: us
Re: Can an oscillator clock two or more ICs?
« Reply #5 on: January 12, 2014, 12:22:19 am »
Check the microcontroller as well. For example, STM32 has a 'MCO' function that can output many different frequencies, and the higher pin count ones even have Ethernet-specific clock outputs if I'm remembering correctly.
 

Offline miceuz

  • Frequent Contributor
  • **
  • Posts: 387
  • Country: lt
    • chirp - a soil moisture meter / plant watering alarm
Re: Can an oscillator clock two or more ICs?
« Reply #6 on: January 12, 2014, 12:30:50 am »
AVR microcontrollers can output their clock too.

BTW, are you sure PTY accepts a clock signal, not just uses a crystal?

Online hans

  • Super Contributor
  • ***
  • Posts: 1640
  • Country: nl
Re: Can an oscillator clock two or more ICs?
« Reply #7 on: January 12, 2014, 09:36:27 am »
Check the microcontroller as well. For example, STM32 has a 'MCO' function that can output many different frequencies, and the higher pin count ones even have Ethernet-specific clock outputs if I'm remembering correctly.

I've used the STM32F407 in 144QFP package. It has 2 clock outputs, with that I was able to do:
- 168MHz CPU clock
- USB (internal 12MHz)
- External MII Ethernet Phy (25MHz)
- External A/D clock (delta sigma, 8-16MHz)

From a single crystal. It's very handy.
Be sure to look for clock inputs, instead of only saying OSC1/OSC2. In my case the ADC/Phy had OSC1/XI, and the phy had a dedicated 25MHz_out pin.

I don't think sharing a Quartz crystal between 2 devices will work. Not only do you have the logistical problem on a PCB (the traces are all over the place), I believe devices does some crystal driving as well, which may mess things up if you connect 2 together.
« Last Edit: January 12, 2014, 09:51:27 am by hans »
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16284
  • Country: za
Re: Can an oscillator clock two or more ICs?
« Reply #8 on: January 12, 2014, 12:38:41 pm »
If you want to deliver it from a crystal add a single SO mount gate ( pretty much any single gate will do in this, inverting, buffer, and, nand, or, nor, Xor or whatever as you only use a single CMOS or HCTTL high impedance input) to the oscillator out pin of the MCU to buffer the signal to drive to the other hip. Local decoupling capacitor, a controlled impedance trace and termination at each end feeding the clock in will do. Depending on the receive end you might need a bias circuit and a coupling capacitor, but that should be in the datasheet or appnotes for external clock input, either for the device in question or for the family of devices in that particular process. Might be as simple as a capacitor only with a self biasing clock oscillator.
 

Offline sdimTopic starter

  • Contributor
  • Posts: 17
  • Country: gr
Re: Can an oscillator clock two or more ICs?
« Reply #9 on: January 12, 2014, 01:20:17 pm »
I use STM32F4, LQFP144.
I know that there are two clock-out pins but I prefer to use them for other signals.
clock-out-1 is available at PA8 pin. I use it for USB-FS-SOF
clock-out-2 is available at PC9 pin. I use it for SDIO_D1.
I need the USB SOF pin for some timing functionality.
I can enable 1-bit SDIO transfer but I do not know yet if the transfer rate will be acceptable.
I prefer to use 8-bit sdio transfer and find another way to clock the PHY.
I found the attached schematic on the STM32F4 datasheet and I'm trying to find some design information. The schematic is very simple, it's too good to be true  ;). So I'm sure that I'm missing something.
 

Offline AlfBaz

  • Super Contributor
  • ***
  • Posts: 2184
  • Country: au
Re: Can an oscillator clock two or more ICs?
« Reply #10 on: January 12, 2014, 01:48:12 pm »
The schematic is very simple, it's too good to be true  ;). So I'm sure that I'm missing something.
I imaging that oscillator is canned. You supply power and ground and it puts out a buffered signal (maybe) You would have to check it's fan out to see if it's capable of driving the 2 clock inputs.

Does your phy need to be on all the time? if so many phy's can be hooked up to a crystal (check the Ethernet specs, it stipulates min ppm frequency wise) and have a clock out that can be used to drive your MCU
 

Offline sdimTopic starter

  • Contributor
  • Posts: 17
  • Country: gr
Re: Can an oscillator clock two or more ICs?
« Reply #11 on: January 12, 2014, 05:02:52 pm »
Yes, the ethernet will be on 24/7 or the IC will not be soldered at all to save cost.

I'm trying to get the most out of stm32f4.
At the moment the  project is expected to have almost everything, USB device port,  USB host port,  Ethernet port, RS232, OLED, SD, GPIO, wifi, bluetooth, zigbee, GPIO, etc.

Maybe later I'll write a driver for a USB 3G data modem connected to the host port but at the moment I think I already have too much work to do.

At the moment I guess I'll go for two crystals, on for the MCU and one for the PHY.
« Last Edit: January 12, 2014, 05:17:47 pm by sdim »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf