Page 1 of 1

ZX-24 as I2C slave

Posted: 17 June 2010, 15:42 PM
by tomhilton
Can a ZX-24 be an I2C slave?
What would the code look like?

By the way thanks Don for providing Jeff the MLX90614 I2C code.
That was really neat. I have been working with Jeff also.

Tom

Re: ZX-24 as I2C slave

Posted: 17 June 2010, 21:15 PM
by dkinzer
tomhilton wrote:Can a ZX-24 be an I2C slave? What would the code look like?
If you mean the ZX-24 specifically, the answer is no. Only native mode devices like the ZX-24n and ZX-24s can implement an I2C slave because it is necessary to do so using an Interrupt Service Routine (ISR). See AN-219 Implementing I2C and SPI Slaves for more information and some example code.

Posted: 17 June 2010, 22:37 PM
by tomhilton
Thanks Don for the link to the application note AN219

Tom Hilton