I2C in the mini2440

Pau
Is it possible to access to the I2C bus in the mini2440, for connecting it
to a PIC?

Are there routines or something to do it?

Thank you

domodom
Hello, 
Yes, the I2C is available for what you want, but in the Wince 6.0 BSP, the
i2c driver is only a master i2c driver, the slave mode is not implemented,
you will have to do it (i don't think it is too difficult for someone who
can write software for a pic).
Why do you want to connect a PIC to the mini2440 with the i2c ? Wouldn't
the rs232 easier ?
Domodom

Pau
I'm developing a harvester machine, and I'd like to use the mini2440 with
the 7'' LCD for controlling all the functions, and all the communications
in this machine are trought the I2C bus, this is the main reason.

I need it to works as slave. Anyway i'd rather to use linux instead of
Windows.

domodom
I'm sorry, I only know windows ce enough to answer you question.
Domodom