SLVSLJ4A April 2026 – July 2026 TCA9847
PRODUCTION DATA
The last bit of the target address defines the operation (read or write) to be performed. When high (1), a read is selected, while a low (0) selects a write operation.
For a read and write routine in software world for TCA984x, the actual address is 7 bit. For Example, 0xE2 = Write Operation on 0x71 I2C address (Address = 0x71 and then we shift left and add last bit for read/write, which has the I2C bus address write of 0xE2).
Table 7-1 shows the TCA9847 address reference.
| INPUTS | I2C BUS TARGETADDRESS | |
|---|---|---|
| A1 | A0 | |
| L | SCL | 0xE0h (hexadecimal) |
| L | L | 0xE2h (hexadecimal) |
| L | SDA | 0xE4h (hexadecimal) |
| L: | H | 0xE6h (hexadecimal) |
| H | SCL | 0xE8h (hexadecimal) |
| H | L | 0xEAh (hexadecimal) |
| H | SDA | 0xECh (hexadecimal) |
| H | H | 0xEEh (hexadecimal) |
| SCL | SCL | 0xB0h (hexadecimal) |
| SCL | L | 0xB2h (hexadecimal) |
| SCL | SDA | 0xB4h (hexadecimal) |
| SCL | H | 0xB6h (hexadecimal) |
| SDA | SCL | 0xB8h (hexadecimal) |
| SDA | L | 0xBAh (hexadecimal) |
| SDA | SDA | 0xBCh (hexadecimal) |
| SDA | 1 | 0xBEh (hexadecimal) |