wsimard Posted January 22, 2011 Report Posted January 22, 2011 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 ! Quote
philetaylor Posted January 22, 2011 Report Posted January 22, 2011 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 Quote
wsimard Posted January 22, 2011 Author Report Posted January 22, 2011 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.