We need to use an I2C interface on our existing design which has a C6416 chip. Obviously this DSP does not support I2C natively, and so we either need an interface chip or do some bit banging using GPIO. Because I2C is such a popular interface, does anyone know if there is a an application note to this effect, or if there is already some example code that is available for reference. I know there is an app note on how to make a UART out of a McBSP, but I didn't see one on I2C. If anyone has any ideas, that would be great.
Kris