SNLU268 November 2023 DS160PR810
The DS160PR810 driver differential output voltage can be modified, if needed.
Step | Register Set | Operation | Register Address [HEX] |
Register Value [HEX] |
Write Mask [HEX] |
Comment |
---|---|---|---|---|---|---|
1 | Bank 0: Channels 0-3 | Write | 0x82 | 0x00 | 0x03 | Set VOD on Bank 0 channels to: -6 dB |
0x01 | 0x03 | Set VOD on Bank 0 channels to: -3.5 dB | ||||
0x10 | 0x03 | Set VOD on Bank 0 channels to: -1.6 dB | ||||
0x11 | 0x03 | Set VOD on Bank 0 channels to: 0 dB (Default) | ||||
2 | Bank 1: Channels 4-7 | Write | 0x82 | 0x00 | 0x03 | Set VOD on Bank 1 channels to: -6 dB |
0x01 | 0x03 | Set VOD on Bank 1 channels to: -3.5 dB | ||||
0x10 | 0x03 | Set VOD on Bank 1 channels to: -1.6 dB | ||||
0x11 | 0x03 | Set VOD on Bank 1 channels to: 0 dB (Default) |
Assuming 0x18 and 0x19 are the I2C/SMBus addresses for the Channel Banks 0 and 1 respectively, the following is the XML batch script of the sequence in Table 3-6 to broadcast set VOD to -3.5 dB:
<i2c_write addr="0x18" count="0" radix"16">82 01</i2c_write>
<i2c_write addr="0x19" count="0" radix"16">82 01</i2c_write>