Hi, I want to know if SNLU255 DS160PR410 Programming Guide manual has typo .
On Page 9 0x80 should be written to 0x04 channel register to set DC Gain 3.5dB
But on Page 15, I can see CTLE DC Gain bit number is 5
Please tell me this is typo.
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.
Hi, I want to know if SNLU255 DS160PR410 Programming Guide manual has typo .
On Page 9 0x80 should be written to 0x04 channel register to set DC Gain 3.5dB
But on Page 15, I can see CTLE DC Gain bit number is 5
Please tell me this is typo.
Hi Kyoung,
Yes this is a typo. Register value = 0x80 and Mask = 0xC0 is not correct. Please below note correct settings:
1). 0dB DC Gain Default Setting:
RAW 04,00,20 // Here we are setting bit 5 of reg 0x04 to zero - as noted in the programming guide.
2). 3.5dB Gain:
RAW 04,20,20 // Here we are setting bit 5 of reg 0x04 to 1
Regards,Nasser