This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CDCE72010 initialization question

Other Parts Discussed in Thread: CDCE72010

Hi,

I am using the CDCE72010 in a 120MHz application where I need 10 low jitter outputs and three different divide values.

We plan to use the VCXO inputs for the input 120MHZ and essentially ignore the reference inputs, feedback divider and charge pump functions.

We plan to use SPI mode, but the controller clock is derived from one of the CDCE72010 outputs.  No clock -> no control.

I believe it is also possible for the part to be programmed through SPI in such a way that the output clocks can be off.  This is a hazard to our design, since if an improper SPI command results in the controller clock being turned off, we are done.

We would like to have a hardware reset that can reload the device to know state with active clock outputs.  From a description of the reset pin it sounds like this may not actually do this.  i.e. we need to strobe reset to sync the various dividers, but when we do that we don't want to be back in power up state.

We can use a power monitor with watchdog function to reset the part.  If the clock is off it would timeout and generate a reset.

Is there a way to do this?

Thanks.

 

  •  

    Hi David,

    You need a separate clock for the controller. There is no way you can achieve this from this device.

    You can save your setup into EEPROM and toggling the POWER_DOWN# pin you can reload your settings (from EEPROM) into registers. But when you will program the part through SPI, all outputs will be turned off for a very short time. This can cause the problems for your controller.

    If you use the RESET pin or bit, upon exit on this mode the registers will retain thier previous states.

     

    Thanks,

    Firoj

     

     

     

  •  

    We've re-designed our clock distribution to get the CDCE72010 out of the path to the contrioller.

    Thanks.