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.

[参考译文] BQ40Z50EVM-561:I2C 设置

Guru**** 2393725 points
Other Parts Discussed in Thread: BQ40Z50EVM-561

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/652611/bq40z50evm-561-setup-for-i2c

器件型号:BQ40Z50EVM-561

您好!

我在将 I2C 与 BQ40Z50EVM-561配合使用时遇到问题。 它似乎不会 ACK:

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

    尊敬的 Kevin:

    您要发送的命令看起来是0x2C、但该器件的地址是0x16。 是否可以使用0x16重试?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    谢谢 Willy、解决了这个问题! 该器件的7位地址为0x0B、这会产生8位读取地址0x16和8位写入地址0x17。

    通过此更改、我可以与器件通信。