Design scheme for improving performance of digital control power supply

Publisher:科技思想家Latest update time:2012-03-11 Source: 21ICKeywords:Driver Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Central topics:

  • Design scheme for improving performance of digital control power supply

Solution:

  • Adding intelligent protection functions to enhance power reliability
  • Apply the desired threshold voltage at the current limit pin


In the power supply system, the MOSFET driver is generally only used to convert the output signal of the PWM control IC into a high-speed, high-current signal in order to turn on and off the MOSFET at the fastest speed. Since the driver IC is located adjacent to the MOSFET, it is necessary to add intelligent protection functions to enhance the reliability of the power supply.

New digital power controllers such as UCD9110 or UCD9501 need to be supported by new intelligent integrated MOSFET drivers. Power supply designers are still skeptical about digital power supply control technology. They often attribute the blue screen phenomenon of the PC to software conflicts. Of course, this controversy will hinder the promotion of digital control power supplies and power stage protection strategies during the search for controller faults. This has promoted the development of MOSFET drivers with internal power stage protection functions that do not rely on digital power supply controller signals.

Figure 1: Typical implementation of a digital power supply


Figure 1 is a typical implementation of a digitally controlled power supply. The digital power controller on the left side of the figure usually operates at 3.3V. Due to the digital low-voltage processing method used in the controller design, the digital controller cannot be used directly to drive the MOSFET for stability and noise considerations. The interface between the controller and the power stage is provided by the MOSFET driver. The MOSFET driver usually receives the output signal of the PWM or digital controller and converts it into a high current signal suitable for efficiently turning the MOSFET on and off. If the controller signal is interfered or erroneous, the ordinary MOSFET driver will not provide any protection function. The UCD7K series MOSFET driver introduced by TI will be able to protect the power stage from major faults caused by interference with the drive signal. The ultra-high-speed current sensing comparator built into the MOSFET driver provides power stage protection. Figure 2 is a related block diagram.

Figure 2: UCD7500 MOSFET driver block diagram


Integrated ultra-fast current limiting function

The UCD7K MOSFET driver receives a logic-level input signal from the digital controller and converts it to a ±4A high-current MOSFET gate drive signal that is connected to the power stage. The driver provides a periodic current limit function with a programmable threshold and a digital output current limit flag. By monitoring the current flag, the host controller can select the appropriate algorithm and derive the required current limit configuration parameters (profile). In the rare case that the digital system cannot respond to the fault in time, this fast (25ns) periodic current limit protection function will shut down the power stage. The main advantage of the local overcurrent protection function is that the UCD7K device can protect the power stage when the software code in the digital controller is corrupted or terminated. If the controller PWM output maintains a high current, the local current detection circuit will shut down the driver output when an overcurrent condition occurs. The system is likely to enter a retry mode because most DSPs and microcontrollers are equipped with on-board watchdogs, power-down resets and other monitoring peripherals that can restart the device when it is not operating properly. However, these peripherals are usually slow to react and cannot protect the power stage from damage. The UCD7K's current limit comparator provides the required fast protection function for the power stage.

The current limit threshold can be set arbitrarily from 0.25V to 1.0V by applying the desired threshold voltage at the current limit (ILIM) pin. This voltage can be applied using a resistor divider or a digital controller plus a digital-to-analog converter. In any case, the maximum threshold voltage is internally limited to 1.0V, and external voltage settings above 1.0V have no effect, providing another protection function in the event of damage to the D/A converter.

TrueDrive Output Architecture

For fast switching speeds, the output of the UCD7K driver uses the TrueDrive output architecture, which inputs a rated current of ±4A to the gate of the MOSFET during the "Miller" flat region of the switching transition. TrueDrive consists of a pull-up/pull-down circuit composed of bipolar tubes and MOSFET tubes in parallel.

High Voltage Startup JFET + Precision Reference

The UCD7K series devices with the second digit of the part number equal to or greater than 5 (such as UCD7500, UCD7601) have a built-in 110V startup JFET that can be directly connected to the 48V communication bus voltage without external resistors. The JFET provides current during startup and will be disabled when the bias winding is connected to the VDD pin to obtain sufficient operating current.

The UCD7K series devices also include a 1% accurate, 3.3V, 10mA linear regulator, which serves as a reference voltage and powers the digital controller at the same time.

Keywords:Driver Reference address:Design scheme for improving performance of digital control power supply

Previous article:Low Power Manufacturing Test Technology
Next article:Several methods of combining single-phase active power factor correction (APFC) into three-phase APFC

Recommended ReadingLatest update time:2024-11-16 15:41

In-depth analysis of STM8 microcontroller serial port driver
The serial port is one of the most important peripherals of the microcontroller and is used in many project developments. The external communication method of the Lora module is the serial port. This section briefly explains the serial communication and driver code programming. The STM8L101F3 microcontroller suppo
[Microcontroller]
In-depth analysis of STM8 microcontroller serial port driver
Wireless network card device driver technology designed by ARM
With the development of mobile and portable communications, wireless local area networks (WLANs) are becoming increasingly popular. The access to wireless local area networks in embedded systems can not only realize wireless control and data transmission of embedded systems, but also meet some special application occa
[Microcontroller]
Wireless network card device driver technology designed by ARM
NXPSSL21082, TEA1721 and JN5148 remote control 11WLED driver reference design
NXP's remote control non-isolated 11W LED driver reference design uses SSL21082, TEA1721 and JN5148. The design adopts a buck topology without providing isolation and uses 2.4GHz RF remote control brightness and on/off. This article mainly introduces the main features of the JN5148-001 IEEE802.15.4 wireless MCU,
[Power Management]
NXPSSL21082, TEA1721 and JN5148 remote control 11WLED driver reference design
Introduction to LED drive circuit
In addition to meeting safety requirements, the LED drive circuit should have two other basic functions. First, it should maintain constant current characteristics as much as possible, especially when the power supply voltage changes by ±15%, the output current should still be able to change within the range of ±10
[Power Management]
Introduction to LED drive circuit
Circuit for driving a single-coil holding relay
A single-coil holding relay is a memory relay that usually has a magnetic structure that provides two stable positions for the armature that holds the movable contacts. A permanent magnet provides the force that holds these armatures in stable positions. Applying current to the relay coil move
[Analog Electronics]
c8051F040 MCU driver 74HC595 program
#include "C8051F040.h"  #define uchar unsigned char  #define uint unsigned int  uchar xdata virt_port;  bit SPI_BUSY;  unsigned char xdata tab1 ={0x20,0x20,0x42,0x54,0x20,0x46,0x30,0x34,0x30,0x20,0x56,0x31,0x2e,0x30                              ,0x20,0x20};  unsigned char xdata Netdata ={0x77,0x77,0x77,0x2e,0x78,0x68
[Microcontroller]
Design of high-speed serial port driver based on hash DMA
1 Overview Since serial ports are widely used in telegraph communication, industrial control, data acquisition and other fields, most embedded processors have built-in universal asynchronous receiver-transmitters (UART). UART data transmission is mainly achieved through interrupts or DMA. The interrupt mode is to
[Microcontroller]
Design of high-speed serial port driver based on hash DMA
Linear LT3956 80V constant current constant voltage HBLED driver solution
Linear's LT3956 is an 80V input 80V output constant current constant voltage DC/DC converter, which is very suitable for driving high current high brightness LED (HB LED ). 3000:1 true color PWM dimming, input voltage from 4.5V to 80V, output voltage up to 80V, internal integrated 3.3V/80V switch
[Power Management]
Linear LT3956 80V constant current constant voltage HBLED driver solution
Latest Power Management Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号