Other Parts Discussed in Thread: CDCE913
Hi,
We are using CDCE913 as clock source for Xilinx FPGA, please see below our schematic, code and the issue what we have while we configure for our expected frequency,

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.
Other Parts Discussed in Thread: CDCE913
Hi,
We are using CDCE913 as clock source for Xilinx FPGA, please see below our schematic, code and the issue what we have while we configure for our expected frequency,

Hi Saravanakumar,
Your uploaded image is difficult to see. How are you identifying that the byte write operation is failing at only these two registers?
Gabe
Hi Gabe,
i will send attach the schematic by tomorrow, please see below for register setting issue
I have been used the same Xilinx BSP (standalone system without OS based BSP) low level driver call - XIic_DynSend() for all byte write operations. When start writing data to registers in the order 0x85, 0x82, 0x83, 0x84, 0x96, 0x97, 0x99, 0x9A, 0x9B, 0x90, 0x91, 0x92, 0x94, 0x95, 0x86. Byte write operation ( using XIic_DynSend() driver call ) succeeds till 0x84 register, system hangs suddenly after 0x96 register byte write call. Same hanging sequence occurs with 0x94 register also. Since i'm using low level driver call - XIic_DynSend(), not able to debug further.