JAJSGQ8C December 2018 – June 2022 TLIN2441-Q1
PRODUCTION DATA
The SPI communication uses a standard SPI interface. Physically the digital interface pins are nCS (Chip Select Not), SDI (SPI Data In), SDO (SPI Data Out) and CLK (SPI Clock). Each SPI transaction is an 8 bit word containing a seven bit address with a R/W bit followed by a data byte. The data shifted out on the SDO pin for the transaction always starts with the register h'0C[7:0] which is the interrupt register. This register provides the high level interrupt status information about the device. The data byte which are the ‘response’ to the address and R/W byte are shifted out next. Data bytes shifted out during a write command is content of the registers prior to the new data being written and updating the registers. Data bytes shifted out during a read command are the content of the registers and the registers are updated.
The SPI data input data on SDI is sampled on the low to high edge of CLK. The SPI output data on SDO is changed on the high to low edge of CLK.