SNLU278 March 2021 DS160PR412 , DS160PR421
The CTLE DC Gain value may be set individually for each channel or broadcast to all channels.
Step | Register Set | Operation | Register Address [HEX] | Register Value [HEX] | Write Mask [HEX] | Comment |
---|---|---|---|---|---|---|
1 | Bank 0: Channels 0-1 | Write | 0x82 | 0x00 | 0x04 | Set DC Gain on Bank 0 channels to: 0 dB (Default). |
0x04 | 0x04 | Set DC Gain on Bank 0 channels to: 3.5 dB. | ||||
2 | Bank 1: Channels 2-3 | Write | 0x82 | 0x00 | 0x04 | Set DC Gain on Bank 1 channels to: 0 dB (Default). |
0x04 | 0x04 | Set DC Gain on Bank 1 channels to: 3.5 dB. |
Assuming 0x18 and 0x19 are the I2C/SMBus addresses for the Channel Banks 0 and 1 respectively, the following is the XML batch sequence in to broadcast DC Gain to 3.5dB:
<i2c_write addr="0x18" count="0" radix"16">82 04</i2c_write>
<i2c_write addr="0x19" count="0" radix"16">82 04</i2c_write>