46.10.77 TWI Status Register (Default Mode)

Name: FLEX_TWI_SR (DEFAULT_MODE)
Offset: 0x620
Reset: 0x03000009
Property: Read-only

Bit 3130292827262524 
      SRSDASCL 
Access RRR 
Reset 011 
Bit 2322212019181716 
 LOCK SMBHHMSMBDAMPECERRTOUT MCACK 
Access RRRRRR 
Reset 000000 
Bit 15141312111098 
     EOSACCSCLWSARBLSTNACK 
Access RRRR 
Reset 0000 
Bit 76543210 
 UNREOVREGACCSVACCSVREADTXRDYRXRDYTXCOMP 
Access RRRRRRRR 
Reset 00001001 

Bit 26 – SR Start Repeated

ValueDescription
0

No repeated start has been detected since last FLEX_TWI_SR read.

1

At least one repeated start has been detected since last FLEX_TWI_SR read.

Bit 25 – SDA SDA Line Value

ValueDescription
0

SDA line sampled value is ‘0’.

1

SDA line sampled value is ‘1’.

Bit 24 – SCL SCL Line Value

ValueDescription
0

SCL line sampled value is ‘0’.

1

SCL line sampled value is ‘1.’

Bit 21 – SMBHHM SMBus Host Header Address Match (cleared on read)

ValueDescription
0

No SMBus Host Header Address received.

1 A SMBus Host Header Address was received.

Bit 20 – SMBDAM SMBus Default Address Match (cleared on read)

ValueDescription
0

No SMBus Default Address received.

1

A SMBus Default Address was received.

Bit 19 – PECERR PEC Error (cleared on read)

ValueDescription
0

No SMBus PEC error occurred.

1

A SMBus PEC error occurred.

Bit 18 – TOUT Timeout Error (cleared on read)

ValueDescription
0

No SMBus timeout occurred.

1

SMBus timeout occurred.

Bit 16 – MCACK Host Code Acknowledge (cleared on read)

MACK used in Client mode:

ValueDescription
0

No host code has been received.

1

A host code has been received.

Bit 10 – SCLWS Clock Wait State

This bit is only used in Client mode.

SCLWS behavior can be seen in figures Clock Stretching in Read Mode and Clock Stretching in Write Mode.

ValueDescription
0

The clock is not stretched.

1

The clock is stretched. FLEX_TWI_THR / FLEX_TWI_RHR buffer is not filled / emptied before the transmission / reception of a new character.

Bit 9 – ARBLST Arbitration Lost (cleared on read)

This bit is only used in Host mode.

ValueDescription
0

Arbitration won.

1

Arbitration lost. Another host of the TWI bus has won the multi-host arbitration. TXCOMP is set at the same time.

Bit 8 – NACK Not Acknowledged (cleared on read)

NACK used in Host mode:

0: Each data byte has been correctly received by the far-end side TWI client component.

1: A data or address byte has not been acknowledged by the client component. Set at the same time as TXCOMP.

NACK used in Client Read mode:

0: Each data byte has been correctly received by the host.

1: In Read mode, a data byte has not been acknowledged by the host. When NACK is set, the user must not fill FLEX_TWI_THR even if TXRDY is set, because it means that the host will stop the data transfer or reinitiate it.

Note that in Client Write mode, all data are acknowledged by the TWI.

Bit 7 – UNRE Underrun Error (cleared on read)

This bit is only used in Client mode if clock stretching is disabled.

ValueDescription
0

FLEX_TWI_THR has been filled on time.

1

FLEX_TWI_THR has not been filled on time.

Bit 6 – OVRE Overrun Error (cleared on read)

This bit is only used in Client mode if clock stretching is disabled.

ValueDescription
0

FLEX_TWI_RHR has not been loaded while RXRDY was set.

1

FLEX_TWI_RHR has been loaded while RXRDY was set. Reset by read in FLEX_TWI_SR when TXCOMP is set.

Bit 5 – GACC General Call Access (cleared on read)

This bit is only used in Client mode.

GACC behavior can be seen in figure Host Performs a General Call.

ValueDescription
0

No general call has been detected.

1

A general call has been detected. After the detection of general call, if need be, the user may acknowledge this access and decode the following bytes and respond according to the value of the bytes.

Bit 4 – SVACC Client Access

This bit is only used in Client mode.

SVACC behavior can be seen in figures Read Access Ordered by a Host, Write Access Ordered by a Host, Repeated Start and Reversal from Read Mode to Write Mode and Repeated Start and Reversal from Write Mode to Read Mode.

ValueDescription
0

TWI is not addressed. SVACC is automatically cleared after a NACK or a STOP condition is detected.

1

Indicates that the address decoding sequence has matched (a host has sent SADR). SVACC remains high until a NACK or a STOP condition is detected.

Bit 2 – TXRDY Transmit Holding Register Ready (cleared by writing FLEX_TWI_THR)

TXRDY used in Host mode:

0: The transmit holding register has not been transferred into the internal shifter. Set to 0 when writing into FLEX_TWI_THR.

1: As soon as a data byte is transferred from FLEX_TWI_THR to internal shifter or if a NACK error is detected, TXRDY is set at the same time as TXCOMP and NACK. TXRDY is also set when MSEN is set (enables TWI).

TXRDY behavior in Host mode can be seen in figures Host Write with One Data Byte,Host Write with Multiple Data Bytes and Host Write with One Byte Internal Address and Multiple Data Bytes.

TXRDY used in Client mode:

0: As soon as data is written in FLEX_TWI_THR, until this data has been transmitted and acknowledged (ACK or NACK).

1: Indicates that FLEX_TWI_THR is empty and that data has been transmitted and acknowledged.

If TXRDY is high and if a NACK has been detected, the transmission will be stopped. Thus when TRDY = NACK = 1, the user must not fill FLEX_TWI_THR to avoid losing it.

TXRDY behavior in Client mode can be seen in figures Read Access Ordered by a Host, Clock Stretching in Read Mode, Repeated Start and Reversal from Read Mode to Write Mode and Repeated Start and Reversal from Write Mode to Read Mode.

When FIFOs are enabled:

0: Transmit FIFO is full and cannot accept more data.

1: Transmit FIFO is not full; one or more data can be written according to TXRDYM field configuration.

TXRDY behavior with FIFOs enabled is illustrated in TXRDY and RXRDY Behavior.

Bit 1 – RXRDY Receive Holding Register Ready (cleared when reading FLEX_TWI_RHR)

When FIFOs are disabled:

0: No character has been received since the last FLEX_TWI_RHR read operation.

1: A byte has been received in FLEX_TWI_RHR since the last read.

RXRDY behavior in Host mode can be seen in figure Host Read with Multiple Data Bytes.

RXRDY behavior in Client mode can be seen in figures Write Access Ordered by a Host, Clock Stretching in Write Mode, Repeated Start and Reversal from Read Mode to Write Mode and Repeated Start and Reversal from Write Mode to Read Mode.

When FIFOs are enabled:

0: Receive FIFO is empty; no data to read.

1: At least one unread data is in the Receive FIFO.

RXRDY behavior with FIFO enabled is illustrated in TXRDY and RXRDY Behavior.

Bit 0 – TXCOMP Transmission Completed (cleared by writing FLEX_TWI_THR)

TXCOMP used in Host mode:

0: During the length of the current frame.

1: When both the holding register and the internal shifter are empty and STOP condition has been sent.

TXCOMP behavior in Host mode can be seen in figures Host Write with One Byte Internal Address and Multiple Data Bytes and Host Read with Multiple Data Bytes.

TXCOMP used in Client mode:

0: As soon as a Start is detected.

1: After a Stop or a Repeated Start + an address different from SADR is detected.

TXCOMP behavior in Client mode can be seen in figures Clock Stretching in Read Mode, Clock Stretching in Write Mode, Repeated Start and Reversal from Read Mode to Write Mode and Repeated Start and Reversal from Write Mode to Read Mode.