ZHCSDJ6E February 2015 – June 2018 LMH1218
PRODUCTION DATA.
The SMBus interface can also be used to control the device. If pin 1 (MODE_SEL) is pulled low through 1 kΩ to GND, then Pins 3, 4 are configured as the SMBUS_SCL and SMBUS_SDA respectively. Pins 2, 15 are address straps, ADDR0/ADDR1 respectively, during power up.
The maximum operating speed supported on the SMBus pins is 400 kHz.
ADDR0 | ADDR1 | ADDR0 [BINARY] | ADDR1 [BINARY] | 7-Bit SLAVE
ADDRESS [HEX] |
8-Bit WRITE
COMMAND [HEX] |
---|---|---|---|---|---|
1 kΩ to GND | 1 kΩ to GND | 00 | 00 | 0D | 1A |
1 kΩ to GND | 20 kΩ to GND | 00 | 01 | 0E | 1C |
1 kΩ to GND | Float | 00 | 10 | 0F | 1E |
1 kΩ to GND | 1 kΩ to VDD | 00 | 11 | 10 | 20 |
20 kΩ to GND | 1 kΩ to GND | 01 | 00 | 11 | 22 |
20 kΩ to GND | 20 kΩ to GND | 01 | 01 | 12 | 24 |
20 kΩ to GND | Float | 01 | 10 | 13 | 26 |
20 kΩ to GND | 1 kΩ to VDD | 01 | 11 | 14 | 28 |
Float | 1 kΩ to GND | 10 | 00 | 15 | 2A |
Float | 20 kΩ to GND | 10 | 01 | 16 | 2C |
Float | Float | 10 | 10 | 17 | 2E |
Float | 1 kΩ to VDD | 10 | 11 | 18 | 30 |
1 kΩ to VDD | 1 kΩ to GND | 11 | 00 | 19 | 32 |
1 kΩ to VDD | 20 kΩ to GND | 11 | 01 | 1A | 34 |
1 kΩ to VDD | Float | 11 | 10 | 1B | 36 |
1 kΩ to VDD | 1 kΩ to VDD | 11 | 11 | 1C | 38 |
Note: These are 7 bit addresses. Therefore, the LSB must be added to indicate read/write. LSB equal to zero indicates write and 1 indicates SMBus read operation. For example, for 7 bit hex address 0x0D, the I2C hex address byte is 0x1A to write and 0X1B to read.