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.

[参考译文] BQ27Z561:bq27z561电流校准???

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1378874/bq27z561-bq27z561-current-calibration

器件型号:BQ27Z561

工具与软件:

Hello Current calibration 在此处具有以下项:

// 5. 通过 MACData ()检查 ADC 转换电流输出:
//•ADCcc = MACData ()的 AAaa
// ADCcc < 0x8000? 如果是、使用 ADCcc;否则、ADCcc =–(0xFFFF–AAAA
//+ 0x0001)。


ADCcc 是一个16位值、如果我们将 ADCcc 解释为二进制补码数、则此检查没有意义...

我们是否应该将其解释为 uint16_t 类型????????? T
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Craig、  

    格式应为2的补码。  

    此致、  

    Jonny。