Receiving from IIC

Hello

I read all the doc about IIC and I almost found everything I need to know about it… I just don’t know exactly to receive and process data received from this port. Any idea ?

Thanks !

It would help if you explain exactly what you are trying to do?

IIC (or I2C) is an industry standard serial bus that is used by many different microprocessors to talk to peripherals. http://en.wikipedia.org/wiki/I%C2%B2C

The MIOS_IIC_* functions are described the functions list: http://www.ucapps.de/cmios8_fun.html

Cheers

Phil

Sorry…

I found how to send bytes on the I2C bus with the core32, but I don’t get the interupt thing to receive bytes. How should I code a function to process data when they are received.

Thanks