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.

[参考译文] BQ25720:5MilliOhm 感应电阻器的 BQ25720充电器寄存器配置。

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1369111/bq25720-bq25720-charger-register-configuration-for-5milliohm-sense-resistor

器件型号:BQ25720

工具与软件:

大家好、

我们在应用中使用 BQ25720进行电池充电。 我们在设计中使用了5MilliOhm 输入感应电阻器、而不是使用10MilliOhm 输入感应电阻器。

为 I5电路板设置的5 mOhm 电池充电器-
uint16_t min_vsys = 0x5C00;          /--9200 mVolt
uint16_t iin_host = 0x7C00;           // 6000mA
uint16_t CHARGE_OPTION0 = 0xE70E;    //使用00个观察退出计时器(0x870E)(默认- E70Eh)
uint16_t CHARGE_OPTION1 = 0x3E00;
uint16_t iin_DPM = 0x7C00;           // 6000mA

充电电压和电流设置如上所述-

const uint16_t CHARGE_CURRENT = 0x0700//-1792mA  
const uint16_t CHARGE_VOLTAGE = 0x3268; //12904mV
在 IIN_HOST 寄存器(0x3F)中设置的值0x7C00表示6000mA、我们参阅为10m Ω 电阻器编写的数据表中的表9-50、并在我们的电路板中将其配置为5MilliOhm。 请建议对于5MilliOhm,0x7C00代表什么?