The registers in the TPS6594-Q1 device are organized into five internal pages. Each
page represents a different type of register. The below list shows the pages with
their register types:
- Page 0: User Registers
- Page 1: NVM Control,
Configuration, and Test Registers
- Page 2: Trim Registers
- Page 3: SRAM for PFSM
Registers
- Page 4: Watchdog
Registers
Note: When I2C Interfaces are
used, each of the above listed register pages has its own 7-bit I2C
device address. The I2C device address for Page 0 is according register
bits I2C1_ID, for Page 1 the I2C device address is I2C1_ID + 1, for Page
2 the I2C device address is I2C1_ID + 2, and for Page 3 the
I2C device address is I2C1_ID + 3. For Page 4 the I2C device
address is according register bits I2C2_ID. Therefore, in case both I2C1
and I2C2 Interfaces are used, each TPS6594-Q1
device occupies four I2C device addresses (for Page 0, Page 1, Page 2 and
Page 3) on the I2C1 bus and one I2C device address (for Page
4) on the I2C2 bus. And in case only I2C1 Interfaces is used,
each TPS6594-Q1 device occupies five I2C device
addresses (for Page 0, Page 1, Page 2, Page 3 and Page 4) on the I2C1
bus. In case multiple devices are used on a common I2C bus, care must be
taken to avoid overlapping I2C device addresses.
Note: When SPI Interface is used, the above listed register pages are addresses with the
PAGE[2:0] bits: 0x0 addresses Page 0, 0x1 addresses Page 1, 0x2 addresses Page 2,
0x3 addresses Page 3