Other Parts Discussed in Thread: LMH0324, DS25CP104A,
Hello,
we have developed a 3G-SDI switch with the following TI components:
Equalizer: LMH0324
Switch: DS25CP104A
Reclocker/Cable Drive: LMH0318
If I power on the device without any SMB access to the LMH0318 the LMH0318 CDR locks (LOCK pin signal = H 2.5V) successfully.
Using the following sequence, the CDR does not lock!
RAW FF 04 07 //Select Channel Registers RAW 16 25 FF //Enable Full Temperature Range RAW 3E 00 80 //Initialize CDR State Machine Control RAW 55 02 02 RAW 6A 00 FF RAW 03 XX FF //Use the desired CTLE settings. See CTLE Test Mode to determine the CTLE setting RAW 0A 0C 0C //Reset CDR RAW 0A 00 0C //Release CDR resetI tried different CTLE settings, but the result remains the same. The PCB tracks between switch and LMH0318 are short (< 2 inches).
Then I tried only the following access:
write_reg_blocking(dev, 0xFF, 0x04, 0x07); // Set Channel RegisterEven with this simple command the LMH0318 lock does not work.
If I remove this remaining SMB access from the firmware then the LMH0318 activates the LOCK signal (after disconnecting and reconnecting the supply voltage).
So I suspect that the SMB access somehow blocks or disables the CDR lock. Do you have any hints?
Thank you.
Best regards
B.Kohl