Hi everyone,
We're trying to set a C6748 up as an I2C slave. Eventually we'd like to go to SMBus rather than plain-old I2C, but for now we're focusing on I2C slave support as a more achievable goal.
The PSPdrivers package seems to have I2C example code, but only when using the device as a master. The documentation and header file seem to indicate that it can be used as a slave too, but there's no documentation on how you'd do certain things - like respond to messages from the master. Some example code would go a long way to solving that - does anyone have a working implementation?
If we had a device that could master the I2C bus, I'd try just feeling my way through it, but we don't have anything like that to attach to this development board.