Oscillator Fan Out
cbmeeks
Posts: 634
in Propeller 1
I'm designing a board that will be like a back plane with a few slots (think Apple IIe).
Each slot will have connections to the Propeller pins but I thought it might be nice to also include a connection to the main oscillator so that other Propellers could be plugged in and driven off the same clock.
But since this board will be on the large size, I was wondering if sending that 5-6 MHz clock all the way out to slot X is a bad idea? It's not an absolute must.
If this is a bad idea, I'd also like to know why for educational purposes as well.
Thanks for any pointers!
Each slot will have connections to the Propeller pins but I thought it might be nice to also include a connection to the main oscillator so that other Propellers could be plugged in and driven off the same clock.
But since this board will be on the large size, I was wondering if sending that 5-6 MHz clock all the way out to slot X is a bad idea? It's not an absolute must.
If this is a bad idea, I'd also like to know why for educational purposes as well.
Thanks for any pointers!
Comments
Better to use an I/O pin for that if you can spare it.
That said, directly sending a HCMOS squared signal is also not great either.
The newest signal for low power, and lower EMC, is a Clipped Sine (see GPS TCXOs ), so you ideally need to emulate that.
Choices would be an analog buffer, that sends a sine-copy of XO, or a squarer + LPF + emitter follower.
The details here depend on what bufferRX is used on the slave boards.
A voltage translating buffer could let you use a lower swing clipped sine.
MCU vendors are a little slow to catch on to this new Clipped-Sine as a source, and I've asked a couple to test & qualify their oscillator amplifiers with such a signal.
I think in most cases, an AC coupled > 0.8Vp-p Clipped-Sine into XI will be ok.
It's not a requirement for me so I will probably leave it off. What I was trying to emulate was, like in the Apple IIe, each slot has access to the system clock. But, it's only 1 MHz.