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.
尊敬的:
在"msp430x22x4_uscib0_i2c_13.c"示例中、有一个 I2C 从设备的实现方案、可以执行接收和发送字节。
它可以与补充示例"msp430x22x4_uscib0_i2c_12.c"配合使用。
但是、我对某些东西很好奇。
前面的示例对写入(0x48 <<1 =0x90)和读取((((0x48 <<1)+1)=0x91)地址的 I2C 扫描过程进行了应答。
但是、此版本仅回答"写一"。
有人能解释一下这种行为吗?
非常感谢!