"Clipped sine wave" TCXO as Propeller clock source
Christoph_H
Posts: 31
I've discovered only recently[*] that temperature-compensated crystal oscillators are available from the usual distributors for quite affordable prices. Most offer a so called clipped sine wave output with a guaranteed 0.8 Volt peak-to-peak amplitude connected to a 10kOhm // 10pF load.
The one I've ordered is from the Taitien TX series (second from top on http://www.taitien.com.tw/en/products_vctcxo.aspx).
With only the 10M//15p oscilloscope probe as load I observe a 0 to 1.1V signal on the TCXO output. So I guess the options for connecting this signal to the Propellers XIN pin are:
The manufacturers appnote on this topic is available here
Thank you in advance for your opinion/thoughts/experiences on this.
[*]Last year I bought a few small OCXOs via eBay. Compared to the TCXOs in questions those are designed for 5V and want approx. 65mA at room temperature. They need a much larger footprint on the pcb (not to mention the height..). But they are quite a bit more stable, both with temperature and aging if they datasheet is correct.
The one I've ordered is from the Taitien TX series (second from top on http://www.taitien.com.tw/en/products_vctcxo.aspx).
With only the 10M//15p oscilloscope probe as load I observe a 0 to 1.1V signal on the TCXO output. So I guess the options for connecting this signal to the Propellers XIN pin are:
- Direct connection.
Won't work - 1.1V is most certainly too low for the logic threshold. - Coupling capacitor to remove the existing DC-Bias, followed by a voltage divider to set a new bias voltage near the Propellers Vcc/2.
Might work with careful bias point selection. - Coupling capacitor to remove the existing DC-Bias, use XTAL3 clock mode instead of XINPUT.
Could this work? Would only need one additional capacitor. - Use an inverter with a feedback resistor (self biasing) between the TCXO and propeller to provide a full amplitude clock signal with sharp edges.
Will work, needs an additional IC (single gate).
The manufacturers appnote on this topic is available here
Thank you in advance for your opinion/thoughts/experiences on this.
[*]Last year I bought a few small OCXOs via eBay. Compared to the TCXOs in questions those are designed for 5V and want approx. 65mA at room temperature. They need a much larger footprint on the pcb (not to mention the height..). But they are quite a bit more stable, both with temperature and aging if they datasheet is correct.
Comments
-Phil
What price are these ?
I'd use that one, ie configure as a Xtal osc (biased inverter) and AC couple. Much more tolerant than resistor biasing, and Diode kludges, and will give a close to 50% clock input.
Another alternative would be a Dual-Supply Logic Translator, where you can adjust the IP side Vcc to set Duty cycle.
Or, you could look at a device like a 74HC6323 (SO8), which would allow a more common 10MHz TXCO, to feed a 5MHz Prop CLK out
.
I will try #3 on a spare board and see how it works out.
EDIT: Works just fine with #3 from first post and a 26MHz TCXO, PLL disabled of course.