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.

[参考译文] BQ25155:BQ25155有效电池模式 ADC 测量

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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1315517/bq25155-bq25155-active-battery-mode-adc-measurement

器件型号:BQ25155

你好。

我能够在连接到 Vin 时测量 VBAT、但在工作电池模式下测量时无法获取读数。

在我的当前代码中:

    HAL_GPIO_WritePin (GPIOE、GPIO_PIN_2、GPIO_PIN_SET);//在 BQ25155上设置 LP 引脚

  

   bq25155_SET_CHARGET_RATE ();  //{0x13、0x5C};

   bq25155_disable_long_press (); //{0x36、0x20};

   bq25155_ENABLE_VBAT_READ (); //{0x58、0x08};

   bq25155_ACTIVE_ADC ();  //{0x40、0x62};

   浮点 VBAT = bq25155_VBAT_READ ();

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

    您好!

    关于其他背景信息、您能回答其中的一些问题吗?

    • 您能否确认从 VBAT ADC (寄存器0x42和0x43)读取什么值?
    • 将 ADC Read Rate 设置为1秒是否会更新 VBAT 值?
    • 禁用 ADC Ready INT 屏蔽是否会导致在1秒读取速率内生成 ADC Ready 中断?

    此致、

    Juan Ospina.