This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSP28335外扩AD问题,用dsp标准I2C接口接ADS1110,请问程序怎么写?

Other Parts Discussed in Thread: ADS1110

想用dsp28335的官方“i2c_eeprom示例”例程改写一个I2C 通信程序,硬件上是:用dsp的标准I2C 接口接ads1110

问题是“I2C 存储eeprom”例程中的”I2C Message Structure'里有两个地址(如下):从机地址、数据地址,而ads1110只有从机地址。

这个结构体还不能修改,不知道怎么处理,能不能自己写一个结构体,但数据不知道怎么接受。