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.

[参考译文] BQ76PL455A-Q1:EVM 的 ReadReg ()响应

Guru**** 2409930 points


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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/659692/bq76pl455a-q1-readreg-response-from-evm

器件型号:BQ76PL455A-Q1
主题中讨论的其他器件:BQ76PL455A

您好!

我使用 EVM 板来验证我的代码。 我将发送81 00 51 00 15 AC、然后从 EVM 00 82 80 61进行响应。 从代码中,第一个字节应该是 WaitRespFram()函数中的 bRxDataLen。 响应的第一个字节是0? 请参阅下面的数据。

Nread = ReadReg (0、(uint16_t) bq76PL455A_REG::状态、wTemp、1、0);
WriteFrame
6字节
129 0 81 0 21 172 ->十六进制81 00 51 00 15 AC

回应00 82 80 61

我认为这可能是正确的。  

Nread = ReadReg (0、(uint16_t) bq76PL455A_REG::FAULT_SUM、&wTemp、2、0);
WriteFrame
6字节
129 0 82 1 212 156 ->十六进制81 00 52 01 D4 9c
响应01 0 00 56 00

谢谢、

Dick

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    没关系、我认为这是指数。 Thx