Other Parts Discussed in Thread: DS125DF410, DS125DF410EVM, DS110DF410
Hi Team,
Please advise me no how to make DS125DF111/410 lock to 6.25 Gbps input.
I tried to make DS125DF111 lock to a 6.25Gbps input and made it lock to the input data using
High level page of the Sigcon Architect.
Then I analyzed the register access of the high level page and tried to duplicate the scrip as bellow
Using low level page of the Sigcon Architect.
Because I need to implement the register access using a Micro-controller on a system board.
However, I could not make DS125DF111 lock to the 6.25Gbps input.
Please let me know proper register setting procedure.
WRITE I2C 0x30 Address 0x2F 0xA6 // Rate & Sub rate = 10b & 10b
WRITE I2C 0x30 Address 0x60 0x80 // PPM 0x3E80 & Ovr bit = 1b
WRITE I2C 0x30 Address 0x61 0xBE
WRITE I2C 0x30 Address 0x62 0x80 // PPM 0x3E80 & Ovr bit = 1b
WRITE I2C 0x30 Address 0x63 0xBE
WRITE I2C 0x30 Address 0x64 0xFF
WRITE I2C 0x30 Address 0x65 0x00
WRITE I2C 0x30 Address 0x0A 0x1C //Reset CDR
WRITE I2C 0x30 Address 0x0A 0x10 //Release CDR reset
Mita