BQ25856EVM: Threshold of auto-reverse mode

Part Number: BQ25856EVM

In datasheet, chapter 7.3.7.1, it says “The Auto Reverse mode operation will be automatically enabled if the following conditions are valid: 1. SRN voltage above VSRN_OK 2. VAC outside the ACOV / ACUV operating window, or VAC < VVAC_OK, or VAC > VVAC_INT_OV 3. Auto Reverse mode operation is enabled (EN_AUTO_REV = 1) 4. Voltage at TS (thermistor) pin is within range configured by Reverse Temperature Monitor as configured by BHOT and BCOLD register bit”

I would like to know if VSRN_OK is a fixed value? If so, what exactly is it? Is it possible to program it via resistors or configure it through registers?
During my testing, I found that when the VAC undervoltage in reverse mode (80% VAC_REV) occurs, the reverse mode is turned off, but the automatic reverse is not disabled. This causes the reverse mode to repeatedly turn on and off.

  • 您好

    已经收到了您的案例,调查需要些时间,感谢您的耐心等待

  • 您好

    I would like to know if VSRN_OK is a fixed value? If so, what exactly is it? Is it possible to program it via resistors or configure it through registers?

    VSRN_OK是3V左右的固定值。无法通过电阻器对此进行编程。

    During my testing, I found that when the VAC undervoltage in reverse mode (80% VAC_REV) occurs, the reverse mode is turned off, but the automatic reverse is not disabled. This causes the reverse mode to

    您的输入是否超载?如果你把它放在固定的3.3伏,会发生什么?

  • 您好,我的测试是出于对可靠性方面的评估而开展的,我不希望将输入放在固定的3.3V,我希望在反向模式下VAC_REV可以到23V,负载要求的输入功率超载是必然的,因为我还通过IBAT_REV设置了电池放电电流限制,我希望在一些特定情况下,当作为超级电容的后备电源的输出已经不再满足负载的要求时,可以通过限制反向模式功率流导致反向电压下降,触发反向模式欠压,从而关闭反向模式切断整个电源。但是当EN_AUTOREV启用时,反向模式没有正常关闭

  • 您好

    这是预期的行为,当EN_AUTO_REV=1时,设备将继续打开反向模式。当设备进入反向模式时,设置EN_AUTO_REV=0但保持EN_REV=1将停止切换,当发生欠压时,反向模式应保持关闭。

  • 感谢您的解答!