Hi, we are doing a design based on the C6678 EVM kit, which has two CDCE62005 chips cascaded. The first chip runs from a 25MHz crystal and outputs (among other frequencies) a 100MHz output that is routed to the input of the second chip. The second runs from this 100MHz input. The register setup for both chip is done by an FPGA with delay between them to allow the input clock for the second chip stablize.
However, we are having trouble getting the second chip to give a PLL lock. The first chip ALWAYS locks while the second chip NEVER locks.
The register setting sequence for the second chip is as follows:
x"E9840320", x"69840301", x"E9800302", x"E9840303", x"69860314", x"101C0A65", x"04BE0F06", x"FD0037F7", x"80BE0F06", x"84BE0F06", x"80008CD8", x"80009CD8"
Any help to solve this problem will be greatly appreciated. Thank you.