I2C slave

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I2C slave

669 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by yuanzengxing on Sun Sep 29 18:53:30 MST 2013
Hi All,

Does anyone know of some "simple" I2C Slave code for this chip, or even the LPC23xx family.

All I want is two functions. First, a I2CInit() function which sets the peripheral up in slave mode etc, and second, an interrupt routine to handle slave mode.

Many Thanks,
yuanzengxing
Labels (1)
0 Kudos
Reply
1 Reply

493 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Paul on Mon Sep 30 11:30:02 MST 2013
I do not know of an I2C slave example for the LPC23xx, but you should be able to take the example from the LPC17xx and modify it for the LPC23xx.  You can download the LPC17xx example code from:
http://www.lpcware.com/node/11538/129
0 Kudos
Reply