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
I2C in the mini2440
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
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.