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.

[参考译文] MSPM0L BSL I2C 地址澄清

Guru**** 2387830 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1482812/mspm0l-bsl-i2c-adress-clarification

器件型号:MSPM0L1304

工具与软件:

您好!

MSPM0引导加载程序用户指南(SLAU887)的第4.2.2.2节指出了默认 I2C 地址为0x48。

0x48 = 0100 1000二进制。

地址0x48是否为7位 I2C 地址? 或者、它是否包含读取/写入第8位?

换言之、

如果我们将标记为读取或写入的第8位标记为"x"、

我将在总线上看到:

0100 100x

或者

1001 000x

谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    它是一个7位 I2C 地址。

    您将在总线上看到1001 000x。