数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

  • UC2854BQ

  • AI
    ## Overview of the UC2854BQ The **UC2854BQ** is a high-performance Power Factor Correction (PFC) controller IC designed to implement the "Average Current Mode Control" method. It is primarily used in power supplies to ensure the input current is sinusoidal and in phase with the line voltage, thereby reducing harmonic distortion. --- ### 1. Key Technical Specifications The UC2854BQ is an enhanced version of the original UC2854, offering lower supply current and improved accuracy. | Feature | Specification | | :--- | :--- | | **Supply Voltage (Vcc)** | 10V to 20V | | **Control Method** | Average Current Mode | | **Operating Temperature** | -40°C to +85°C | | **Package Type** | 20-Pin PLCC (Q suffix) | | **Switching Frequency** | Programmable up to 200kHz | | **Reference Voltage** | 5V (±1% accuracy) | --- ### 2. Core Internal Subsystems The functionality of the UC2854BQ is divided into several critical electronic blocks: #### A. Multiplier/Divider This is the "brain" of the chip. It takes three inputs: 1. The rectified line voltage (via a sensing resistor). 2. The output of the voltage error amplifier. 3. The feed-forward voltage ($V_{RMS}$). It computes the programming signal for the current loop, ensuring that the power drawn remains constant despite fluctuations in input voltage. #### B. Current Error Amplifier (IEA) Unlike peak current controllers, the UC2854BQ uses an average current amplifier. This allows the system to track the input sine wave with very low distortion, even at light loads. #### C. Voltage Error Amplifier (VEA) This block monitors the DC output voltage. It has a high input impedance and is designed to be compensated with a low-bandwidth filter to prevent the 120Hz/100Hz ripple from distorting the input current. #### D. Fixed Frequency Oscillator The switching frequency is set by an external resistor ($R_{set}$) and capacitor ($C_t$). It provides the timing for the PWM generator. --- ### 3. Pin Configuration Highlights | Pin Name | Function | | :--- | :--- | | **VCC** | Positive supply rail for the IC. | | **GND** | Reference ground. | | **GT DRV** | Gate drive output for the external Power MOSFET. | | **ISNS** | Current sense input (negative side of the sense resistor). | | **MULT OUT** | Output of the analog multiplier; sets the current reference. | | **VREFF** | 5V reference output for external circuitry. | --- ### 4. Typical Application Diagram Structure The UC2854BQ is typically used in a **Boost Topology** PFC circuit. ```mermaid graph LR A[AC Input] --> B[Bridge Rectifier] B --> C[Boost Inductor] C --> D[MOSFET Controlled by UC2854BQ] D --> E[Output Capacitor] E --> F[DC Load] B -- Sensing --> G[UC2854BQ] F -- Feedback --> G ``` --- ### 5. Benefits of the "BQ" Variant * **Lower Startup Current:** Reduces power dissipation in the startup resistor. * **Precision Reference:** Allows for more accurate output voltage regulation. * **PLCC Packaging:** The "Q" suffix indicates a Plastic Leaded Chip Carrier, which is suitable for automated surface-mount assembly and provides robust mechanical connectivity.
    ✨ Follow-up Questions
    • What are the main differences between the UC2854A and UC2854B versions?
    • How do you calculate the switching frequency for the UC2854BQ?
    • What is the role of the Feed-Forward (Vrms) pin in this IC?