### Power-up or reset the device. ### Apply a stable device CLK signal at the desired frequency. ### Program LVDS_EN = 0 to stop the LVDS state machine and allow setting changes. 0x200 0x00 ### Program CAL_EN = 0 to stop the calibration state machine and allow setting changes. 0x061 0x00 ### Program the LMODE register to the desired LVDS output mode. 0x201 0x03 ### Program SYNC_SEL as needed. Choose SYNCSE or the TMSTP± differential inputs. 0x204 0x0a ### Configure device calibration settings as desired. Select foreground or background calibration modes and ### offset calibration as needed. 0x062 0x0a (background calibration) 0x6E 0x89 (offset calibration) ### Program CAL_EN = 1 to enable the calibration state machine. 0x061 0x01 ### Enable overrange via OVR_EN and adjust settings if desired. 0x213 0x0f ### Program LVDS_EN = 1 to enable the LVDS interface and allow the receiver to initialize. 0x200 0x01 ### Assert the SYNC signal (set by SYNC_SEL) if required to send the strobe signal or user-defined pattern. 0x203 0x00 ### Program CAL_SOFT_TRIG = 0. 0x06C 0x00 ### Program CAL_SOFT_TRIG = 1 to initiate a calibration. 0x06C 0x01