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.

CDCE913: How can I configure the 913 register?

Part Number: CDCE913
Other Parts Discussed in Thread: CLOCKPRO

We use 964 + 913 to access 913 via i2c.

I2cget -f -y 0 0x58 0x00 -----" 0xb0

0x58 is the slave address of the 913



The slave address of the 964 is: 0x30

Access to the 964: 0x73-0x74 0x75-0x76 and register values are all 0

root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x73
0x00

root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x74
0x00
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x75
0x00
root@linaro-alip:~/964_913_new# i2cget -f -y 0 0x30 0x76
0x00

which registers of 913 need to be configured?