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.

[参考译文] BQ78350-R1:BQ78350-R1的解码制造商访问()

Guru**** 2478765 points


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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/689969/bq78350-r1-decode-manufacturer-access-of-bq78350-r1

器件型号:BQ78350-R1

bq76940连接时、我尝试通过 ManufacturerAccess()访问 BQ78350-R1的 OperationStatus() 0x0054。 以下是我收到的数据:

0x04 0x05 0x4B 0x00 0x00

第一个字节是数据长度、接下来的4个字节是我接收到的数据。 但是、哪个字节是 LSB 和 MSB? 我接收到的数据应该是0x054B? 0x04B5? 或0x0B45?  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    监测计以 LSB MSB 的形式以小端字节序返回数据。 因此、如果您以0xABCDEFGH 的形式读取4个字节、则会读回0xGH 0xEF 0xCD 0xAB。