34.8.5.4.2 Interrupts

The I2C client has the following interrupt sources. These are asynchronous interrupts. They can wake-up the device from any Sleep mode:

  • Error (ERROR)
  • RX FIFO Full (RXFF)
  • TX FIFO Empty (TXFE)
  • Data Ready (DRDY)
  • Address Match (AMATCH)
  • Stop Received (PREC)

The I2C host has the following interrupt sources. These are asynchronous interrupts. They can wake-up the device from any Sleep mode:

  • Error (ERROR)
  • RX FIFO Full (RXFF)
  • TX FIFO Empty (TXFE)
  • Client on Bus (SB)
  • Host on Bus (MB)

Each interrupt source has its own Interrupt flag. The Interrupt flag in the Interrupt Flag Status and Clear register (INTFLAG) will be set when the Interrupt condition is meet. Each interrupt can be individually enabled by writing ‘1’ to the corresponding bit in the Interrupt Enable Set register (INTENSET), and disabled by writing ‘1’ to the corresponding bit in the Interrupt Enable Clear register (INTENCLR). An interrupt request is generated when the Interrupt flag is set and the corresponding interrupt is enabled. The interrupt request active until the Interrupt flag is cleared, the interrupt is disabled or the I2C is reset. See the INTFLAG register for details on how to clear Interrupt flags.

The value of INTFLAG indicates which interrupt is executed. Note that interrupts must be globally enabled for interrupt requests. Refer to Nested Vector Interrupt Controller for details.