Re: Two oscillators resonate with the same crystal and one is offset. Possible?
If so, two microcontrollers could be driven by the same external oscillator, or the same microcontroller can output two outputs with different division ratio and so different frequencies.
Will these frequencies exactly track each other?
In theory yes, but the reason application specific DDS chips are used in frequency synthesizers is that its a lot easier to get the speed and fine frequency resolution with some very fast counters and adders, than to try to write a software program, unless the output frequencies you require are very low.
Usually a micro-controller just reads a keyboard, or a shaft encoder, and drives a digital frequency readout, with perhaps a few memories and other features.
All the DDS frequency generation is done in a special purpose chip, the micro-controller just loads the required frequency into the DDS chip, and away it goes....
Something like this perhaps:
70 Mhz output max, with 40 milli Hertz resolution.
32 bit programming word.
http://www.analog.com/en/products/rf...oduct-overview
That is just an example, there are plenty of similar devices out there.
Two of these, and a simple low end micro-controller to do the housekeeping.
Then you must be careful with interrupts that change the timing in the main code.