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.

RE: BQ25756EEVM: BQ25756

Other Parts Discussed in Thread: BQ25756

你好,请教下BQ25756我要输出44V,15A,15A的电流输出怎么配置  ,怎么调这个电阻配置都不行,大功率限流电阻为5MR

  • 您好

    To set the maximum input current using the ILIM_HIZ pin, a pull-down resistor to PGND is used. When using a 2-mΩ RAC_SNS resistor, the input current limit is controlled by: IAC_MAX = KILIM / RILIM_HIZ. The actual input current limit is the lower value between ILIM_HIZ pin setting and register setting (IAC_DPM). For example, if the register setting is 20 A, and ILIM_HIZ pin has a 5-kΩ resistor (KILIM = 50 A-kΩ) to ground for 10 A, the actual input current limit is 10 A. ILIM_HIZ pin can be used to set the input current limit when EN_ILIM_HIZ_PIN bit is set to 1. The device regulates the pin at VREF_ILIM_HIZ. If pin voltage exceeds VREF_ILIM_HIZ, the device enters input current regulation. Entering input current regulation through the pin sets the IAC_DPM_STAT and FLAG bits, and produces an interrupt to host. The interrupt can be masked via the IAC_DPM_MASK bit. The ILIM_HIZ pin can also be used to monitor input current. When not in input current regulation, the voltage on ILIM_HIZ pin (VILIM_HIZ) is proportional to the input current. Pin voltage can be used to monitor input current with the following relationship: IAC = KILIM x VILIM_HIZ / (RILIM_HIZ x VREF_ILIM_HIZ). For example, if the pin is set with 5-kΩ resistor, and the pin voltage is 1.0 V, the actual input current is between 4.8 A to 5.2 A (based on KILIM specified). If ILIM_HIZ pin is shorted, the input current limit is set by the IAC_DPM register. If hardware input current limit function is not needed, it is recommended to short this pin to GND. If ILIM_HIZ pin is pulled above VIH_ILIM_HIZ, the device enters HIZ mode (refer to Section 8.3.3.5). The ILIM_HIZ pin function can be disabled by setting the EN_ILIM_HIZ_PIN bit to 0. When the pin is disabled, input current limit and monitoring functions as well as HIZ mode control via the pin are not available. KILIM is defined as 50 A×kΩ referenced to a 2-mΩ sense resistor. A larger sense resistor provides a larger sense voltage and higher regulation accuracy, but changes the gain from the ILIM_HIZ pin. For example, using a 5-mΩ resistor yields KILIM = 50 (A×kΩ) × 2 (mΩ) / 5 (mΩ) = 20 (A×kΩ).

    这是datasheet原文有详细说梦,里面涉及两个公式,一个理论值,一个是参考实际值。