Other Parts Discussed in Thread: CDCEL925, CLOCKPRO
Dear Sir \ Madam
In my design I am using the CDCE925 (1.8V out) for generating 5 system clock's,
Main system clock 8 Mhz (Y1) and 4 Ethernet clocks of 25Mhz each (Y2,3,4,5)
My clock source is 8 MHz LVCMOS oscillator connected to CDCE925 pin 1
I have used the TI clock pro V1.2 to define the registers values and my own hardware(STM32F4xx) to program the CDCE925 via I2C
I2C programming goes well and all byte received and acknowledged by the CDCE925 but there is no output coming from the CDCE925?
And all output tested high (no frequency output)
Below is the data byte sent to CDCE925 :
uint8_t const PllDataTable[49]={
0x00, // 1st byte is COMMAND CODE 0x00 "data block write"
0x01,0x00,0xBC,0x19,0x02, // 5 data start here
0x50,0x60,0x00,0x00,0x00, // 10
0x00,0x00,0x00,0x00,0x00, // 15
0x00,0x00,0x00,0x00,0x00, // 20
0x6D,0x02,0x08,0x08,0xFE, // 25
0xB0,0x03,0x23,0x00,0x40, // 30
0x02,0x08,0x00,0x00,0x00, // 35
0x00,0x8D,0x02,0x08,0x08, // 40
0x00,0x40,0x02,0x08,0x00, // 45
0x40,0x02,0x08, // 50
};
Please help,
Best regards,
Yuval Izhaki