请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:BQ35100 大家好、
请告诉我通过 I2C 获取器件类型的正确过程。
我总是得到0、但它应该是0x40、对吧?
我应该输入什么是 CMD[7:0]? 0x00或0x01?
我应该输入什么数据[7:0]?
为什么我使用 MACData 进行读取、并获得6个字节的反馈:0x01 0x00 0x01 0x00 0x00。
谢谢
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.
Daniel:
以下是可使用的过程
CMD 0x0002
读取3E 将返回(Cmd Sent、Device Type、FW_Version、HW_VERSION)
请告诉我这是否回答了您的问题。
e2e.ti.com/.../Device_5F00_Version.log
谢谢、
Eric Vos