Part Number: LMH1208
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: LMH1208
Hi Shuoyang,
Hope you are doing well. Is my understanding correct that you want to input data into IN0+- and have a raw data output at OUT1?

Like in this diagram?
If so here is a sequence you can use to enable raw data from SDI_OUT1 and SDI_OUT2 for the LMH1208.
| Command | Register | Value | Mask | //Comments |
| RAW | FF | 04 | 07 | //Select CTLE Register Page |
| RAW | 01 | 02 | 02 |
//Read back LOS indicator for IN0 (1: LOS, 0: Signal Detected) |
| RAW | 09 | 20 | 20 | //Enable Independent Output Control Override |
| RAW | 1C | 08 | 0C | //Set OUT_CTRL functionality to default settings |
| RAW | 1C | 00 | C0 | //Output raw data (EQ only) on SDI_OUT1/SDI_OUT2 |
If my understanding is incorrect, please let me know and I will do my best to help.
Best,
Nick E.
Thank you very much for your reply. It has been very helpful to me and your understanding is also very accurate. I just have one more thing unclear, I just need to care about sdi_out1 don't need any other output ports for the raw data . My data rate is 3G.
Moreover, there are several detailed requirements and configurations that I need to ask you:
1.Do I need to reset these three page registers? If necessary, should I reset it at the beginning?
2.How should I configure the signal detection function of IN0 if I need to turn it on?
3. How can I configure SDI_OUT1 Slow Rate Control Overrides:
4. Do I need to configure Interrupt Outputs Programmed by Interrupt Registers? If so, what should I do?
How should I configure these. The above are actually the points that I need to think about. I am not sure if I should configure them, and I hope you can provide me with help.
Sincerely thank you.
Hi Shuoyang,
No problem. Here are my answers to your questions:
1.Do I need to reset these three page registers? If necessary, should I reset it at the beginning?
2.How should I configure the signal detection function of IN0 if I need to turn it on?


3. How can I configure SDI_OUT1 Slow Rate Control Overrides:

4. Do I need to configure Interrupt Outputs Programmed by Interrupt Registers? If so, what should I do?
Best wishes,
Nick E.