lpi2c_interrupt

Overview

The lpi2c_functional_interrupt example shows how to use lpi2c functional driver to build a interrupt based application:

In this example , one lpi2c instance used as lpi2c master and another lpi2c instance used as lpi2c slave .

  1. lpi2c master send data using interrupt to lpi2c slave in interrupt .

  2. lpi2c master read data using interrupt from lpi2c slave in interrupt .

  3. The example assumes that the connection is OK between master and slave, so there’s NO error handling code.

Supported Boards