Hi All, We are currently trying to generate repeated start using existing MSP430 driver library. We have a AD9393 module in one of the MSP430 I2C bus. AD9393 read works as follows. 1. Start signal 2. Slave address byte (R/bit = low) W 3. Base address byte 4. Start signal 5. Slave address byte (R/bit = high) W 6. Data byte from base address 7. Stop signal I do not see any straight APIs in the existing driver lib for the same.
↧