主题中讨论的其他器件:CDCE913、 CLOCKPRO
我在 i2c4下检测到 CDCE813 、该地址为0x65。
我还可以读回寄存器、但所有值都是0x07。
我无法覆盖任何寄存器的值。
[18:19:09] root@dra7xx-EVM:~# i2cdetect -r -y 4.
[18:19:09] 0 1 2 3 4 5 6 7 8 9 A b c d e f
[18:19:09]00:---------- ------------ ------
[18:19:09]10:---------- ------------ ------------ --
[18:19:09]20:---------- ------------ ------------ --
[18:19:09]30:30 ---- 34 ------ 38 ------ 3c 3D ----
[18:19:09]40:---------- ------------ ------------ --
[18:19:09]50:---------- ------------ ------------ --
[18:19:09]60:-------- 65 ---------------- ------------
[18:19:09]70:---------- ------
[18:19:22] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x00
[18:19:22]0x07
[18:19:24] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x01
[18:19:24]0x07
[18:19:25] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x02
[18:19:25]0x07
[18:19:29] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x03
[18:19:29]0x07
[18:19:30]root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x04
[18:19:30]0x07
[18:19:43]root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x05
[18:19:43]0x07
[18:19:44] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x06
[18:19:44]0x07
[18:19:46] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x07
[18:19:46]0x07
[18:19:52] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x08
[18:19:52]0x07
[18:20:03] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x09
[18:20:03]0x07
[18:20:20]root@dra7xx-EVM:~# i2cset -f -y 4 0x65 0x05 0x01
[18:20:25] root@dra7xx-EVM:~# i2cget -f -y 4 0x65 0x05
[18:20:25]0x07
30、34、38、3c 和3D 是 UB934的地址。我可以使用 i2c4正常读取和写入寄存器值。
我将 i2c4的时钟频率设置为400kHz、100kHz、40kHz、10kHz、但所有结果都不正常
这是 CDCE813器件的原理图。
应修改哪个位置以正确配置 CDCE813?
此致、
Chengbo
