Hi everyone,
We plan to use the 6748 DSP in an embedded application. This device has an I2C bus on it. Assuming we can overcome the hardware/electrical compatibility issues in putting this device on an SMBus connection, is there any code/driver to run SMBus communications over this link instead of I2C?
I have read this document: http://focus.ti.com/lit/an/sloa132/sloa132.pdf on compatibility with SMBus devices, and it looks like most of the onus is on the part of the SMBus device, which may be outside our control. It would be much easier for us if we could communicate using SMBus so no alteration on their part was neccesary. Is there any example code for doing this, or even a driver for it, available?