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 .
lpi2c master send data using interrupt to lpi2c slave in interrupt .
lpi2c master read data using interrupt from lpi2c slave in interrupt .
The example assumes that the connection is OK between master and slave, so there’s NO error handling code.