Hi,
Recently we bought the TEBF0808 carrier board with TE808+SOM.
I wrote baremetal i2c code to write to U27. Manage to write to Si5345 PLL and change the output frequency successfully.
Now i want to control SFP signals. I write to U16 with addr 0x73, data 0x02 to turn on the path to sfp. Then i write to U44 with addr 0x26. In order to control SFP1 RS0, RS1 and SFP2 RS0, RS1, i write i2c addr 0x26, reg addr 0xC3, data 0xFF. But when i probe U44 pins, RS0 and RS1 never change. Note that i have inserted a coaxial transceiver module to SFP1.
Is the sequence correct for i2c code? I2c addr=0x26, Reg addr=0xC3, Data=0xFF? How to control U44 on carrier board?
Regards
Ye