DSP based Digital Control Design for DC-DC Switch Mode Power Converter. Shamim Choudhury Texas Instruments Inc.

Size: px
Start display at page:

Download "DSP based Digital Control Design for DC-DC Switch Mode Power Converter. Shamim Choudhury Texas Instruments Inc."

Transcription

1 DSP based Digital Control Design for DC-DC Switch Mode Power Converter Shamim Choudhury Texas Instruments Inc. 1

2 Digital Control of DC/DC Converter DC/DC Buck Converter Iin Io Vo Vin L C RL Vin = 4V ~ 6V, Vo = 1.6V, Io = 16A L = 1uH, C = 1620uF, ESR = ohm PWM Freq = 250kHz, Digital Control Loop Sampling Freq, fs = 250kHz, Voltage Control Loop Bandwidth = 20kHz, Phase Margin = 45 deg Settling Time < 75uSec 2

3 Digital Control of DC/DC Converter N N+1 Sampling period (Ts) Sampling Scheme 1 PWM period n n+1 Sample to PWM Update Delay T d = 0.5T s (Computation Delay) PWM/ ADC ADC conv time Int Update PWM Int ISR Code execution Context save Execute Controller Context restore spare Back-ground t PWM/ADC N Sampling period (Ts) PWM period ADC conv time N+1 n n+1 Update PWM Update PWM Sampling Scheme 2 Sample to PWM Update Delay T d = 2.0T s (Computation Delay) Update PWM Int ISR Int Code execution Context save Execute Controller Context restore spare Back-ground t 3

4 Vin Iin Digital Control of DC/DC Converter Control Design by Emulation L C RL Vo Vos Kd Output Voltage Sensing Gain Vo(n) G P (s) = Vo d d PWM U(n) TMS320F2810 Gc(z) A/D Vo(n) E(n) Vref + Vo 2V 7FFFFFFF V o ( n) = V 7FFFFFFh => Kd=0.5 o K d V = V o omax ( n) K d max = K V d omax = K V d 1 omax, for V o ( n) 0 in Q

5 Digital Control of DC/DC Converter Control Design by Emulation Vin=5.0, RL=0.1, Kd=0.5, L=1uH, C=1620uF, Rc=0.004 ohm, Ignore Sample & Hold (S&H) Effect, PWM Modulator Gain Fm = 1, Continuous Plant Gp1(s) = Kd.Fm.Gp(s), 1.62x10-5 s Gp1(s) = x10-9 s x10-5 s + 1 Gc(s) =?, Gc(z) =? d Fm U(n) Vo Gp(s) Kd Vo(n) E(n) Gc(z) Vref + 5

6 Digital Control of DC/DC Converter Use Matlab SISOTOOL for the plant Gp1(s) and design the continuous controller Gc1(s) Continuous System Bode Plot (Matlab) s-plane root locus (Matlab) Settling Time(1%) < 45uS BW = 25kHz, PM = 71 deg 14.3 s^ s + 7.2e009 Gc1(s) = s^ s 6

7 Digital Control of DC/DC Converter Compute Equivalent Discrete Controller Gc(z) 1. Discrete Equivalents via Numerical Integration 1a. Forward rule, s= (z-1)/t s 2a. Backward rule, s = (z-1)/zt s 3a. Trapezoidal/Tustin/Bilinear, s = 2(z-1)/T s (z+1) 2. Pole-Zero Matching Equivalents, z = e sts 3. Hold Equivalents : zero-order-hold (ZOH), first-order-hold (FOH) In Matlab, Gc_z = c2d(gc_s, Ts, 'matched') z^ z Gc1(z) = z^ z In Matlab, Gc_z = c2d(gc_s, Ts, tustin') z^ z Gc1(z) = z^ z [pole-zero matched, T s = 4uSec] [Tustin, T s = 4uSec] 7

8 Discrete System Bode Plot, Pole-Zero Matched Controller, Gp1(z)*Gc1(z) Digital Control of DC/DC Converter Control Design by Emulation (Matlab) BW = 25.2kHz, PM = 53.1 deg, GM = 11.3dB Transient Response (Fpwm = 250KHz), Pole-Zero Matched Controller Gp1(z)*Gc1(z) Discrete System Bode Plot, Tustin Controller, Gp1(z)*Gc1(z) (Matlab) BW = 25.4kHz, PM = 53.6 deg, GM = 11.2dB 8

9 Digital Control of DC/DC Converter Direct Digital Control Iin Vo Vin L C RL Kd Vo G P (s) = d d D/A (ZOH) Hc U(n) Gc(z) T s Vo(n) E(n) + Comp Delay Model Hc = e -std, Td = Comp Time Delay TMS320F2810 Vref 9

10 Direct Digital Control of DC/DC Converter Effect of Sampling & Hold Time Delay Ts/2 PM = deg Ts ZOH = -ωts/2 = -180f/fs fs = 250kHz, f = 7.25kHz, additional phase lag of 5.2 PM = 28 deg f = 125kHz, additional phase lag of 90 10

11 Digital Control of DC/DC Converter Direct Digital Control Vin=5.0, RL=0.1, Kd=0.5 L=1uH, C=1620uF, Rc=0.004 ohm Gp(z) d ZOH Gp(s) Vo Kd 1.62x10-5 s Kd.Gp(s) = x10-9 s x10-5 s + 1 ZOH(s) = (1 e -sts )/s Hc = e -std Discrete Plant Model, Gp(z) = Z{ZOH(s).Kd.Gp(s).Hc} U(n) Gc(z) Vo(n) E(n) Vref Gp1(z) = (0.0494z )/(z z ), [Td=0, Hc = 1] Hc T s + 11

12 Direct Digital Control of DC/DC Converter Use Matlab SISOTOOL for Gp1(z), and design Gc2(z) Discrete System Bode Plot, 2 Pole 2 Zero Type Controller, Gp1(z)*Gc2(z) (Td=0) BW = 27.9kHz, PM = 61.6 deg, GM = 9dB Gp1(z)*Gc2(z) Settling Time(1%) < 56 usec z^ z Gc2(z) = z^ z

13 Direct Digital Control of DC/DC Converter Effect of Computation Delay Bode Plot (Matlab) Plant with computation delay [T d = 0.5T s ], Gp2(z) = (0.022z^ z )/z(z^ z ), Controller with no delay compensation, Gc2(z)=(14.87 z^ z )/(z^ z ) Gp2(z)*Gc2(z) Phase Lag, Hc = -ωt d = -360fT d Loss of PM from (Gp1*Gc2) to (Gp2*Gc2) = = 20.6 deg BW = 26.9kHz, PM = 41 deg, GM = 7.46dB Hc = 360(26900)(2uS) = deg 13

14 Direct Digital Control of DC/DC Converter Bode Plot (Measured) Gp2(z)*Gc2(z) BW = 22.45kHz, PM = 40 deg, GM = 10.7dB 14

15 Direct Digital Control of DC/DC Converter Transient Response (F pwm = 250KHz) Gp2(z)*Gc2(z) 15

16 Direct Digital Control of DC/DC Converter Effect of Computation Delay Bode Plot (Matlab) Plant with increased computation delay [T d = 2.0T s ], Gp3(z) = (0.022z^ z )/z^2(z^ z ), Controller with no delay compensation, Gc2(z)=(14.87 z^ z )/(z^ z ) 2 Pole 2 Zero Type Controller Gp3(z)*Gc2(z) Phase Lag, Hc = -ωtd = -360fTd BW = 27.9kHz, PM = deg, GM = -2.22dB, Unstable Loop. Loss of PM from (Gp1*Gc2) to Gp3*Gc2 = 61.6 (-19) = 80.6 deg Hc = 360(27900)2(4uS) = deg 16

17 Direct Digital Control of DC/DC Converter Transient Response (Fpwm = 250KHz) Unstable System, Uncompensated for Computation Delay Gp3(z)*Gc2(z) 17

18 Direct Digital Control of DC/DC Converter Redesigned Controller with Delay Compensation Bode plot (Matlab) 3 Pole 3 Zero Type Controller Gp3(z)*Gc3(z) BW = 16.1kHz, PM = 46.4 deg, GM = 3.77dB 14.4 z^ z^ z Gc3(z)=U/E= z^ z^ z

19 Direct Digital Control of DC/DC Converter Redesigned Controller with Delay Compensation Bode plot (Measured) Gp3(z)*Gc3(z) BW = 15.28kHz, PM = deg, GM = 3.4dB 19

20 Direct Digital Control of DC/DC Converter Transient Response (Fpwm = 250KHz) System Compensated for Computation Delay Gp3(z)*Gc3(z) 20

21 Digital Control of DC/DC Converter Voltage Mode Control: Computation Flow, Benchmark Results z z z z -2 Gc(z) = U/E = = z z z z -2 ( n 2) + a1 U( n 1) + b2 E( n 2) + b1 E( n 1) + b E( n) U ( n) = a2 U 0 Usat ( n) = min U ( n) max Dprd = Usat ( n) PWMPRD Vref Vo Gc(z) Dprd TMS320C28x=150MHz (32-bit implementation) Sampling Freq (KHz) Cycles Overhead Available Cycles Cycles/loop Number of Loops

22 Digital Control of DC/DC Converter Sampling Frequency (fs) Selection Hc = -ωt d = -360fT d = -360f(kT s ) = -360k /(fs/f), [ k = T d /T s ] fc = crossover frequency Phase Lag (Hc) fs/fc=5 fs/fc=10 fs/fc=12.5 fs/fc= K Computation Delay per unit Ts, (Td /Ts) 22

23 Digital Control of DC/DC Converter Sampling Frequency (fs) Selection fs = 12.5*fc fs = 20*fc fs = 30*fc 23

24 Digital Control of DC/DC Converter PWM Resolution & Limit Cycle DSP Clock Freq = 150MHz, fpwm = 250kHz, PWM Duty Ratio Resolution = 1/(150M/250k) = 1/600 = 0.167% ADC resolution = 10bits, Vo = 2V (max), Vo Sensing Resolution Vad = 2V/1024 = 1.95mV Vin PWM Vpwm For Vin = 5V, Applied Volt Resolution Vpwm1 = 5V/600 = 8.33mV, For Vin = 2V, Applied Volt Resolution Vpwm2 = 2V/600 = 3.33mV, Vo Sense circuit A/D Vad Vpwm1 > Vad, => Limit Cycle Vpwm2 Vad, => Negligible Limit Cyc. Vin = 5V Vo = 1.6V Vin = 2V Vo = 0.8V 24

Another Compensator Design Example

Another Compensator Design Example Another Compensator Design Example + V g i L (t) + L + _ f s = 1 MHz Dead-time control PWM 1/V M duty-cycle command Compensator G c c( (s) C error Point-of-Load Synchronous Buck Regulator + I out R _ +

More information

Course Outline. Time vs. Freq. Domain Analysis. Frequency Response. Amme 3500 : System Dynamics & Control. Design via Frequency Response

Course Outline. Time vs. Freq. Domain Analysis. Frequency Response. Amme 3500 : System Dynamics & Control. Design via Frequency Response Course Outline Amme 35 : System Dynamics & Control Design via Frequency Response Week Date Content Assignment Notes Mar Introduction 2 8 Mar Frequency Domain Modelling 3 5 Mar Transient Performance and

More information

Cable Compensation of a Primary-Side-Regulation (PSR) Power Supply

Cable Compensation of a Primary-Side-Regulation (PSR) Power Supply Lion Huang AN011 April 014 Cable Compensation of a Primary-Side-Regulation (PSR) Power Supply Abstract Cable compensation has been used to compensate the voltage drop due to cable impedance for providing

More information

Dr Ian R. Manchester

Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

Loop Compensation of Voltage-Mode Buck Converters

Loop Compensation of Voltage-Mode Buck Converters Solved by Application Note ANP 6 TM Loop Compensation of Voltage-Mode Buck Converters One major challenge in optimization of dc/dc power conversion solutions today is feedback loop compensation. To the

More information

UCD3138 Control Theory UCD3138 Digital Controller Control Theory

UCD3138 Control Theory UCD3138 Digital Controller Control Theory User's Guide UCD3138 Digital Controller Control Theory 1 Contents 1.1 Table of Contents 1 Contents... 2 1.1 Table of Contents... 2 1.2 Table of Tables... 2 1.3 Table of Figures... 3 2 Scope... 4 3 Fundamentals

More information

Using Sipex PWM Controllers for Boost Conversion

Using Sipex PWM Controllers for Boost Conversion Solved by APPLICATION NOTE ANP1 Introduction: Sipex PWM controllers can be configured in boost mode to provide efficient and cost effective solutions. Circuit operation and design procedure are explained

More information

ME 5281 Fall Homework 8 Due: Wed. Nov. 4th; start of class.

ME 5281 Fall Homework 8 Due: Wed. Nov. 4th; start of class. ME 5281 Fall 215 Homework 8 Due: Wed. Nov. 4th; start of class. Reading: Chapter 1 Part A: Warm Up Problems w/ Solutions (graded 4%): A.1 Non-Minimum Phase Consider the following variations of a system:

More information

AN294. Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS

AN294. Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS Relevant Devices This application note applies to the Si8250/1/2 Digital Power Controller and Silicon Laboratories Single-phase POL

More information

A DSP based Digitally Controlled Interleaved PFC Converter

A DSP based Digitally Controlled Interleaved PFC Converter A DSP based Digitally Controlled Interleaved PFC Converter Shamim Choudhury Texas Instruments Inc. Stafford, Texas Email: sach@ti.com James P. Noon Oztek Corporation Merrimack, NH jnoon@oztekcorp.com Abstract

More information

Outline. Digital Control. Lecture 3

Outline. Digital Control. Lecture 3 Outline Outline Outline 1 ler Design 2 What have we talked about in MM2? Sampling rate selection Equivalents between continuous & digital Systems Outline ler Design Emulation Method for 1 ler Design

More information

Lecture 7:Examples using compensators

Lecture 7:Examples using compensators Lecture :Examples using compensators Venkata Sonti Department of Mechanical Engineering Indian Institute of Science Bangalore, India, This draft: March, 8 Example :Spring Mass Damper with step input Consider

More information

Effects of Quantization on Digital Buck Converter Switch Mode Power Supply

Effects of Quantization on Digital Buck Converter Switch Mode Power Supply Effects of Quantization on Digital Buck Converter Switch Mode Power Supply Mark Lorenze Torregoza1 and Elmer R. Magsino 2 Electronics and Communications Engineering Department, Gokongwei College of Engineering,

More information

Methodology for testing a regulator in a DC/DC Buck Converter using Bode 100 and SpCard

Methodology for testing a regulator in a DC/DC Buck Converter using Bode 100 and SpCard Methodology for testing a regulator in a DC/DC Buck Converter using Bode 100 and SpCard J. M. Molina. Abstract Power Electronic Engineers spend a lot of time designing their controls, nevertheless they

More information

ECE317 : Feedback and Control

ECE317 : Feedback and Control ECE317 : Feedback and Control Lecture : Frequency domain specifications Frequency response shaping (Loop shaping) Dr. Richard Tymerski Dept. of Electrical and Computer Engineering Portland State University

More information

Filter Design in Continuous Conduction Mode (CCM) of Operation; Part 2 Boost Regulator

Filter Design in Continuous Conduction Mode (CCM) of Operation; Part 2 Boost Regulator Application Note ANP 28 Filter Design in Continuous Conduction Mode (CCM) of Operation; Part 2 Boost Regulator Part two of this application note covers the filter design of voltage mode boost regulators

More information

CDS 101/110: Lecture 9.1 Frequency DomainLoop Shaping

CDS 101/110: Lecture 9.1 Frequency DomainLoop Shaping CDS /: Lecture 9. Frequency DomainLoop Shaping November 3, 6 Goals: Review Basic Loop Shaping Concepts Work through example(s) Reading: Åström and Murray, Feedback Systems -e, Section.,.-.4,.6 I.e., we

More information

Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software

Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software MAHMOUD M. EL -FANDI Electrical and Electronic Dept. University of Tripoli/Libya m_elfandi@hotmail.com

More information

Using an automated Excel spreadsheet to compensate a flyback converter operated in current-mode. Christophe Basso, David Sabatié

Using an automated Excel spreadsheet to compensate a flyback converter operated in current-mode. Christophe Basso, David Sabatié Using an automated Excel spreadsheet to compensate a flyback converter operated in current-mode Christophe Basso, David Sabatié ON Semiconductor download Go to ON Semiconductor site and enter flyback in

More information

Stability Analysis of Bus Architecture

Stability Analysis of Bus Architecture 24 IBM Power Technology Symposium Stability Analysis of Bus Architecture 9/14-15/24 TDK Innoveta Inc. TDK Corporation 1 Agenda Trend/Evolution of Distributed Power Architecture (DPA), and Type of Bus Architectures

More information

CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS

CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS Introduction A typical feedback system found in power converters Switched-mode power converters generally use PI, pz, or pz feedback compensators to regulate

More information

Fixed Frequency Control vs Constant On-Time Control of Step-Down Converters

Fixed Frequency Control vs Constant On-Time Control of Step-Down Converters Fixed Frequency Control vs Constant On-Time Control of Step-Down Converters Voltage-mode/Current-mode vs D-CAP2 /D-CAP3 Spandana Kocherlakota Systems Engineer, Analog Power Products 1 Contents Abbreviation/Acronym

More information

Lecture 8 ECEN 4517/5517

Lecture 8 ECEN 4517/5517 Lecture 8 ECEN 4517/5517 Experiment 4 Lecture 7: Step-up dcdc converter and PWM chip Lecture 8: Design of analog feedback loop Part I Controller IC: Demonstrate operating PWM controller IC (UC 3525) Part

More information

DESIGN AND ANALYSIS OF MULTIPHASE DC-DC CONVERTERS WITH COUPLED INDUCTORS

DESIGN AND ANALYSIS OF MULTIPHASE DC-DC CONVERTERS WITH COUPLED INDUCTORS ESIGN AN ANALYSIS OF MULTIPHASE C-C CONVERTERS WITH COUPLE INUCTORS A Thesis by MENG SHI Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for

More information

Foundations (Part 2.C) - Peak Current Mode PSU Compensator Design

Foundations (Part 2.C) - Peak Current Mode PSU Compensator Design Foundations (Part 2.C) - Peak Current Mode PSU Compensator Design tags: peak current mode control, compensator design Abstract Dr. Michael Hallworth, Dr. Ali Shirsavar In the previous article we discussed

More information

Efficient and optimized design of Synchronous buck converter with feedback compensation in 130nm technology

Efficient and optimized design of Synchronous buck converter with feedback compensation in 130nm technology IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 4, Ver. II (Jul-Aug. 214), PP 23-34 e-issn: 2319 42, p-issn No. : 2319 4197 Efficient and optimized design of Synchronous buck converter

More information

DC/DC Converter. Introduction

DC/DC Converter. Introduction DC/DC Converter Introduction This example demonstrates the use of Saber in the design of a DC/DC power converter. The converter is assumed to be a part of a larger system and is modeled at different levels

More information

PSIM SmartCtrl link. SmartCtrl Tutorial. PSIM SmartCtrl link Powersim Inc.

PSIM SmartCtrl link. SmartCtrl Tutorial. PSIM SmartCtrl link Powersim Inc. SmartCtrl Tutorial PSIM SmartCtrl link - 1 - Powersim Inc. SmartCtrl1 1 is a general-purpose controller design software specifically for power electronics applications. This tutorial is intended to guide

More information

Multi-Phase Clock-less Switching Converter with EMI Noise Reduction

Multi-Phase Clock-less Switching Converter with EMI Noise Reduction ICTSS2018 April 18-20,2018 Kiryu, Japan Wed, April 18, 2018 13:00 14:30 Room A I03-09 Multi-Phase Clock-less Switching Converter with EMI Noise Reduction Yi Xiong*, Koyo Asaishi, Natsuko Miki, Yifei Sun

More information

Magnetic Levitation System

Magnetic Levitation System Magnetic Levitation System Electromagnet Infrared LED Phototransistor Levitated Ball Magnetic Levitation System K. Craig 1 Magnetic Levitation System Electromagnet Emitter Infrared LED i Detector Phototransistor

More information

Welcome. High Efficiency SMPS with Digital Loop Control

Welcome. High Efficiency SMPS with Digital Loop Control Welcome High Efficiency SMPS with Digital Loop Control Presenter: Walter Mosa Company: MagneTek IBM Power and Cooling Technology Symposium September 20-21st FE 1U 800-12 High Density AC/DC Front-End Design

More information

Digital Control Technologies for Switching Power Converters

Digital Control Technologies for Switching Power Converters Digital Control Technologies for Switching Power Converters April 3, 2012 Dr. Yan-Fei Liu, Professor Department of Electrical and Computer Engineering Queen s University, Kingston, ON, Canada yanfei.liu@queensu.ca

More information

Evaluation Board for ADP2118 EVAL-ADP2118

Evaluation Board for ADP2118 EVAL-ADP2118 Evaluation Board for ADP8 EVAL-ADP8 GENERAL DESCRIPTION The evaluation (demo) board provides an easy way to evaluate the ADP8 buck regulator. This data sheet describes how to quickly set up the board to

More information

Background (What Do Line and Load Transients Tell Us about a Power Supply?)

Background (What Do Line and Load Transients Tell Us about a Power Supply?) Maxim > Design Support > Technical Documents > Application Notes > Power-Supply Circuits > APP 3443 Keywords: line transient, load transient, time domain, frequency domain APPLICATION NOTE 3443 Line and

More information

Transient Modeling of Z-Source Chopper with and without ESR used for Control of Capacitor Voltage BYAMAKESH NAYAK 1, SASWATI SWAPNA DASH 2

Transient Modeling of Z-Source Chopper with and without ESR used for Control of Capacitor Voltage BYAMAKESH NAYAK 1, SASWATI SWAPNA DASH 2 Transient Modeling of Z-Source Chopper with and without ESR used for Control of Capacitor Voltage BYAMAKESH NAYAK 1, SASWATI SWAPNA DASH 2 1 Department of Electrical Engineering, 2 Department of Electrical

More information

CHAPTER 2 PWM AND PSM DC/DC BUCK CONVERTERS

CHAPTER 2 PWM AND PSM DC/DC BUCK CONVERTERS 8 CHAPTER 2 PWM AND PSM DC/DC BUCK CONVERTERS PWM (Erickson 997) and PSM (Ping Luo et al 26) DC DC converters are categories of switching-mode voltage regulators. In these types of converters, transistors

More information

A Novel on Design and Analysis of on Chip Low Drop out Regulator for Improving Transient Response

A Novel on Design and Analysis of on Chip Low Drop out Regulator for Improving Transient Response A Novel on Design and Analysis of on Chip Low Drop out Regulator for Improving Transient Response Harish R PG Student, Department of Electronics Engineering, Sardar Vallabhbhai National Institute of Technology,

More information

Graphical User Interface Based Controller Design for Switching Converters

Graphical User Interface Based Controller Design for Switching Converters Proceeding of the IEEE International Conference on Information and Automation Hailar, China, July 2014 Graphical User Interface Based Controller Design for Switching Converters Ghulam Abbas 1, Umar Farooq

More information

Classical Control Design Guidelines & Tools (L10.2) Transfer Functions

Classical Control Design Guidelines & Tools (L10.2) Transfer Functions Classical Control Design Guidelines & Tools (L10.2) Douglas G. MacMartin Summarize frequency domain control design guidelines and approach Dec 4, 2013 D. G. MacMartin CDS 110a, 2013 1 Transfer Functions

More information

3A, 24V Asynchronous Step Down DC/DC Converter

3A, 24V Asynchronous Step Down DC/DC Converter 3A, 24V Asynchronous Step Down DC/DC Converter DESCRIPTION The ZT1525 is a constant frequency peak current mode step down switching regulator. The range of input voltage is from 4V to 24V. The output current

More information

CDS 101/110: Lecture 8.2 PID Control

CDS 101/110: Lecture 8.2 PID Control CDS 11/11: Lecture 8.2 PID Control November 16, 216 Goals: Nyquist Example Introduce and review PID control. Show how to use loop shaping using PID to achieve a performance specification Discuss the use

More information

Frequency Response Analysis and Design Tutorial

Frequency Response Analysis and Design Tutorial 1 of 13 1/11/2011 5:43 PM Frequency Response Analysis and Design Tutorial I. Bode plots [ Gain and phase margin Bandwidth frequency Closed loop response ] II. The Nyquist diagram [ Closed loop stability

More information

January 2001 Power Management Products SLVU044

January 2001 Power Management Products SLVU044 User s Guide January 200 Power Management Products SLVU044 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product

More information

BUCK Converter Control Cookbook

BUCK Converter Control Cookbook BUCK Converter Control Cookbook Zach Zhang, Alpha & Omega Semiconductor, Inc. A Buck converter consists of the power stage and feedback control circuit. The power stage includes power switch and output

More information

ME451: Control Systems. Course roadmap

ME451: Control Systems. Course roadmap ME451: Control Systems Lecture 20 Root locus: Lead compensator design Dr. Jongeun Choi Department of Mechanical Engineering Michigan State University Fall 2008 1 Modeling Course roadmap Analysis Design

More information

Christophe Basso Technical Fellow IEEE Senior Member

Christophe Basso Technical Fellow IEEE Senior Member www.onsemi.com CM-LLC Power Stage Dynamic Response Christophe Basso Technical Fellow IEEE Senior Member The Basic Blocks of a Closed-Loop CM-LLC Converter Before applying a compensation strategy to any

More information

Readings: FC: p : lead compensation. 9/9/2011 Classical Control 1

Readings: FC: p : lead compensation. 9/9/2011 Classical Control 1 MM0 Frequency Response Design Readings: FC: p389-407: lead compensation 9/9/20 Classical Control What Have We Talked about in MM9? Control design based on Bode plot Stability margins (Gain margin and phase

More information

Peak Current Mode Control Stability Analysis & Design. George Kaminski Senior System Application Engineer September 28, 2018

Peak Current Mode Control Stability Analysis & Design. George Kaminski Senior System Application Engineer September 28, 2018 Peak Current Mode Control Stability Analysis & Design George Kaminski Senior System Application Engineer September 28, 208 Agenda 2 3 4 5 6 7 8 Goals & Scope Peak Current Mode Control (Peak CMC) Modeling

More information

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz Department of Electrical & Computer Engineering Technology EET 3086C Circuit Analysis Laboratory Experiments Masood Ejaz Experiment # 1 DC Measurements of a Resistive Circuit and Proof of Thevenin Theorem

More information

Bode Plot for Controller Design

Bode Plot for Controller Design Bode Plot for Controller Design Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by This Lecture Contains Bode Plot for Controller

More information

Core Technology Group Application Note 2 AN-2

Core Technology Group Application Note 2 AN-2 Measuring power supply control loop stability. John F. Iannuzzi Introduction There is an increasing demand for high performance power systems. They are found in applications ranging from high power, high

More information

Exclusive Technology Feature. SIMPLIS Simulation Tames Analysis of Stability, Transient Response, and Startup For DC-DC Converters

Exclusive Technology Feature. SIMPLIS Simulation Tames Analysis of Stability, Transient Response, and Startup For DC-DC Converters SIMPLIS Simulation Tames Analysis of Stability, Transient Response, and Startup For DC-DC Converters By Timothy Hegarty, National Semiconductor, Tucson, Ariz. ISSUE: August 2010 In designing linear and

More information

Techcode. 1.6A 32V Synchronous Rectified Step-Down Converte TD1529. General Description. Features. Applications. Package Types DATASHEET

Techcode. 1.6A 32V Synchronous Rectified Step-Down Converte TD1529. General Description. Features. Applications. Package Types DATASHEET General Description Features The TD1529 is a monolithic synchronous buck regulator. The device integrates two 130mΩ MOSFETs, and provides 1.6A of continuous load current over a wide input voltage of 4.75V

More information

1.2 KW, N+1 REDUNDANT, POWER-FACTOR CORRECTED, 12V FRONT END

1.2 KW, N+1 REDUNDANT, POWER-FACTOR CORRECTED, 12V FRONT END PS2379 CHARACTERIZATION 1.2 KW, N+1 REDUNDANT, POWER-FACTOR CORRECTED, 12V FRONT END October 26, 2005 Rev 1 Table of Contents 0. Introduction 4-16 1. Line Current Harmonics 17-18 2. Line Conducted EMI

More information

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-339 a Technical notes on using Analog Devices DSPs, processors and development tools Visit our Web resources http://www.analog.com/ee-notes and http://www.analog.com/processors

More information

0.1uF BST. 0.1uF S1 D2 SW OCP N X p. 15k COMP

0.1uF BST. 0.1uF S1 D2 SW OCP N X p. 15k COMP DESCRIPTION The NX945 is synchronous buck switching converter in multi chip module designed for step down DC to DC converter applications. It is optimized to convert bus voltages from 8V to 22V to as low

More information

Digital Control Methods for Current Sharing of Interleaved Synchronous Buck Converter

Digital Control Methods for Current Sharing of Interleaved Synchronous Buck Converter Digital Control Methods for Current Sharing of Interleaved Synchronous Buck Converter Keywords «Converter control», «DSP», «ZVS converters» Abstract Pål Andreassen, Tore M. Undeland Norwegian University

More information

A Multi-phase VCO Quantizer based Adaptive Digital LDO in 65nm CMOS Technology

A Multi-phase VCO Quantizer based Adaptive Digital LDO in 65nm CMOS Technology A Multi-phase VCO Quantizer based Adaptive Digital LDO in 65nm CMOS Technology Somnath Kundu and Chris H. Kim University of Minnesota Dept. of ECE 1 Presentation Outline Analog vs. digital Low DropOut

More information

ECE317 Homework 7. where

ECE317 Homework 7. where ECE317 Homework 7 Problem 1: Consider a system with loop gain, T(s), given by: where T(s) = 300(1+s)(1+ s 40 ) 1) Determine whether the system is stable by finding the closed loop poles of the system using

More information

MP2235 High-Efficiency, 3A, 16V, 800kHz Synchronous, Step-Down Converter

MP2235 High-Efficiency, 3A, 16V, 800kHz Synchronous, Step-Down Converter MP2235 High-Efficiency, 3A, 16V, 800kHz Synchronous, Step-Down Converter DESCRIPTION The MP2235 is a high-frequency, synchronous, rectified, step-down, switch-mode converter with built-in power MOSFETs.

More information

Chapter 4 Design of a Digital Tri-mode Controller

Chapter 4 Design of a Digital Tri-mode Controller Chapter 4 Design of a Digital Tri-mode Controller As described in section.4, digital control is not new in the field of Power Electronics. It is often associated with DP or other micro-processors. Generally

More information

Digitally Controlled Point of Load Converter with Very Fast Transient Response

Digitally Controlled Point of Load Converter with Very Fast Transient Response Digitally Controlled Point of Load Converter with Very Fast Transient Response Lars T. Jakobsen and Michael A.E. Andersen Oersted-Automation, Technical University of Denmark Elektrovej Building 325 28

More information

XM5202/XM5202F. 2A 1.5MHz Synchronous Step-Down DC/DC Converter GENERAL DESCRIPTION APPLICATIONS FEATURES

XM5202/XM5202F. 2A 1.5MHz Synchronous Step-Down DC/DC Converter GENERAL DESCRIPTION APPLICATIONS FEATURES 2A 1.5MHz Synchronous Step-Down DC/DC Converter GENERAL DESCRIPTION The XM5202/5202F synchronous buck converter is a high frequency step-down voltage regulator with current control mode. It can output

More information

Modelling and Simulation of Closed Loop. Controlled DC-DC Converter Fed Solenoid Coil

Modelling and Simulation of Closed Loop. Controlled DC-DC Converter Fed Solenoid Coil Contemporary Engineering Sciences, Vol. 7, 2014, no. 5, 207-217 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.31168 Modelling and Simulation of Closed Loop Controlled DC-DC Converter

More information

DESCRIPTION FEATURES APPLICATIONS TYPICAL APPLICATION. 500KHz, 18V, 2A Synchronous Step-Down Converter

DESCRIPTION FEATURES APPLICATIONS TYPICAL APPLICATION. 500KHz, 18V, 2A Synchronous Step-Down Converter DESCRIPTION The is a fully integrated, high-efficiency 2A synchronous rectified step-down converter. The operates at high efficiency over a wide output current load range. This device offers two operation

More information

Designing low-frequency decoupling using SIMPLIS

Designing low-frequency decoupling using SIMPLIS Designing low-frequency decoupling using SIMPLIS K. Covi Traditional approach to sizing decoupling Determine effective ESR required Parallel electrolytic caps until ESR = ΔV/ΔI where ΔV = desired voltage

More information

AN1126 APPLICATION NOTE CURRENT SHARING OF THE L4973 IN A MULTIPHASE APPLICATION

AN1126 APPLICATION NOTE CURRENT SHARING OF THE L4973 IN A MULTIPHASE APPLICATION AN26 APPLICATION NOTE CURRENT SHARING OF THE L4973 IN A MULTIPHASE APPLICATION by Domenico Arrigo & Giuseppe Gattavari INTRODUCTION The L4973 family is a 3.5A monolithic step-down dc-dc converter, available

More information

Power supplies are one of the last holdouts of true. The Purpose of Loop Gain DESIGNER SERIES

Power supplies are one of the last holdouts of true. The Purpose of Loop Gain DESIGNER SERIES DESIGNER SERIES Power supplies are one of the last holdouts of true analog feedback in electronics. For various reasons, including cost, noise, protection, and speed, they have remained this way in the

More information

180KHz, 5A Step-down Converter With Cable Dropout Compensation

180KHz, 5A Step-down Converter With Cable Dropout Compensation 180KHz, 5A Step-down Converter With Cable Dropout Compensation General Description The is a compact, high efficiency, high speed synchronous monolithic step-down switching regulator designed to power 5V

More information

Practical Control Design for Power Supplies. Power Seminar 2004/2005

Practical Control Design for Power Supplies. Power Seminar 2004/2005 Practical Control Design for Power Supplies Power Seminar 24/25 Practical Control Design for Power Supplies Refresher on closed loop feedback Special features of switch mode power supplies Stabilization

More information

Design of Compensator for Dynamical System

Design of Compensator for Dynamical System Design of Compensator for Dynamical System Ms.Saroja S. Chavan PimpriChinchwad College of Engineering, Pune Prof. A. B. Patil PimpriChinchwad College of Engineering, Pune ABSTRACT New applications of dynamical

More information

Lecture-44. EE5325 Power Management Integrated Circuits

Lecture-44. EE5325 Power Management Integrated Circuits ecture-44 EE5325 Power Management Integrated Circuits Dr. Qadeer Ahmad Khan Integrated Circuits and Systems Group Department of Electrical Engineering IIT Madras DC-DC Converter Wish ist High Power Density

More information

Step-by-Step Design Guide for Digital Peak Current Mode Control: A Single- Chip Solution

Step-by-Step Design Guide for Digital Peak Current Mode Control: A Single- Chip Solution Step-by-Step Design Guide for Digital Peak Current Mode Control: A Single- Chip Solution tags: digital, peak current mode, slope compensation Abstract Dr. Ali Shirsavar, Dr. Michael Hallworth This application

More information

Utilizing a Digital PWM Controller to Monitor the Health of a Power Supply

Utilizing a Digital PWM Controller to Monitor the Health of a Power Supply Utilizing a Digital PWM Controller to Monitor the Health of a Power Supply Mark Hagen Systems Engineer Digital Power Group Texas Instruments 13 Oct 008 CEME 1 A Digitally Controlled Power Supply Reasons

More information

Homework Assignment 13

Homework Assignment 13 Question 1 Short Takes 2 points each. Homework Assignment 13 1. Classify the type of feedback uses in the circuit below (i.e., shunt-shunt, series-shunt, ) 2. True or false: an engineer uses series-shunt

More information

ACE726C. 500KHz, 18V, 2A Synchronous Step-Down Converter. Description. Features. Application

ACE726C. 500KHz, 18V, 2A Synchronous Step-Down Converter. Description. Features. Application Description The is a fully integrated, high-efficiency 2A synchronous rectified step-down converter. The operates at high efficiency over a wide output current load range. This device offers two operation

More information

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 EXPERIMENT #1 STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 I. INTRODUCTION This laboratory is about verifying the transient behavior of RC and RL circuits. You need to revise

More information

ADAPTIVE CONTROL METHODS FOR DC-DC SWITCHING POWER CONVERTERS VARAPRASAD ARIKATLA

ADAPTIVE CONTROL METHODS FOR DC-DC SWITCHING POWER CONVERTERS VARAPRASAD ARIKATLA ADAPTIVE CONTROL METHODS FOR DC-DC SWITCHING POWER CONVERTERS by VARAPRASAD ARIKATLA JABER ABU QAHOUQ, COMMITTEE CHAIR TIM A. HASKEW YANG-KI HONG JEFF JACKSON DANIEL J. FONSECA A DISSERTATION Submitted

More information

Specify Gain and Phase Margins on All Your Loops

Specify Gain and Phase Margins on All Your Loops Keywords Venable, frequency response analyzer, power supply, gain and phase margins, feedback loop, open-loop gain, output capacitance, stability margins, oscillator, power electronics circuits, voltmeter,

More information

FEATURES DESCRIPTION APPLICATIONS PACKAGE REFERENCE

FEATURES DESCRIPTION APPLICATIONS PACKAGE REFERENCE DESCRIPTION The is a monolithic synchronous buck regulator. The device integrates 100mΩ MOSFETS that provide 2A continuous load current over a wide operating input voltage of 4.75V to 25V. Current mode

More information

Fast Transient Digitally Controlled Buck Regulator. With Inductor Current Slew Rate Boost. Ahmed Hashim

Fast Transient Digitally Controlled Buck Regulator. With Inductor Current Slew Rate Boost. Ahmed Hashim Fast Transient Digitally Controlled Buck Regulator With Inductor Current Slew Rate Boost by Ahmed Hashim A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science Approved

More information

RC4741 General Purpose Operation Amplifier

RC4741 General Purpose Operation Amplifier General Purpose Operation Amplifier www.fairchildsemi.com Features Unity gain bandwidth 3. MHz High slew rate 1.6 V/mS Low noise voltage 9 nv/öhz Input offset voltage. mv Input bias current 6 na Indefinite

More information

idesyn id8802 2A, 23V, Synchronous Step-Down DC/DC

idesyn id8802 2A, 23V, Synchronous Step-Down DC/DC 2A, 23V, Synchronous Step-Down DC/DC General Description Applications The id8802 is a 340kHz fixed frequency PWM synchronous step-down regulator. The id8802 is operated from 4.5V to 23V, the generated

More information

TFT-LCD DC/DC Converter with Integrated Backlight LED Driver

TFT-LCD DC/DC Converter with Integrated Backlight LED Driver TFT-LCD DC/DC Converter with Integrated Backlight LED Driver Description The is a step-up current mode PWM DC/DC converter (Ch-1) built in an internal 1.6A, 0.25Ω power N-channel MOSFET and integrated

More information

SP7650 LX 26 LX 25 LX 24 LX 23 VCC 22 GND 21 GND 20 GND 19 RBST 20 BST NC 17 LX 16 LX 15 LX 14. D1 BZX384B5V6 Vz=5.6V

SP7650 LX 26 LX 25 LX 24 LX 23 VCC 22 GND 21 GND 20 GND 19 RBST 20 BST NC 17 LX 16 LX 15 LX 14. D1 BZX384B5V6 Vz=5.6V SP7650 Evaluation Board Manual Easy Evaluation for the SP7650ER 12V Input, 0 to 3A Output Synchronous Buck Converter Built in Low Rds(on) Power FETs UVLO Detects Both VCC and High Integrated Design, Minimal

More information

Engine Control Workstation Using Simulink / DSP. Platform. Mark Bright, Mike Donaldson. Advisor: Dr. Dempsey

Engine Control Workstation Using Simulink / DSP. Platform. Mark Bright, Mike Donaldson. Advisor: Dr. Dempsey Engine Control Workstation Using Simulink / DSP Platform By Mark Bright, Mike Donaldson Advisor: Dr. Dempsey An Engine Control Workstation was designed to simulate the thermal environments found in liquid-based

More information

The Technology Behind the World s Smallest 12V, 10A Voltage Regulator

The Technology Behind the World s Smallest 12V, 10A Voltage Regulator The Technology Behind the World s Smallest 12V, 10A Voltage Regulator A low profile voltage regulator achieving high power density and performance using a hybrid dc-dc converter topology Pradeep Shenoy,

More information

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook.

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook. EE4902 Lab 9 CMOS OP-AMP PURPOSE: The purpose of this lab is to measure the closed-loop performance of an op-amp designed from individual MOSFETs. This op-amp, shown in Fig. 9-1, combines all of the major

More information

A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b

A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b A Model Based Digital PI Current Loop Control Design for AMB Actuator Coils Lei Zhu 1, a and Larry Hawkins 2, b 1, 2 Calnetix, Inc 23695 Via Del Rio Yorba Linda, CA 92782, USA a lzhu@calnetix.com, b lhawkins@calnetix.com

More information

Microcontroller based peak current mode control using digital slope compensation

Microcontroller based peak current mode control using digital slope compensation Microcontroller based peak current mode control using digital slope compensation Article Accepted Version Hallworth, M. and Shirsavar, A. (2012) Microcontroller based peak current mode control using digital

More information

LDO Regulator Stability Using Ceramic Output Capacitors

LDO Regulator Stability Using Ceramic Output Capacitors LDO Regulator Stability Using Ceramic Output Capacitors Introduction Ultra-low ESR capacitors such as ceramics are highly desirable because they can support fast-changing load transients and also bypass

More information

IK A Synchronous Buck Regulator. Technical Data. Description. Features. Application

IK A Synchronous Buck Regulator. Technical Data. Description. Features. Application Technical Data 3A Synchronous Buck Regulator IK5302 Description The IK5302 is a 18V 3A synchronous stepdown (buck) converter with two integrated High side and Low side NLDMOS transistors. The IK5302 implements

More information

Homework Assignment 13

Homework Assignment 13 Question 1 Short Takes 2 points each. Homework Assignment 13 1. Classify the type of feedback uses in the circuit below (i.e., shunt-shunt, series-shunt, ) Answer: Series-shunt. 2. True or false: an engineer

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller UC1842/3/4/5 FEATURES Optimized For Off-line And DC To DC Converters Low Start Up Current (

More information

Digital Control of A Multi Level Inverter To Improve Gain And Control Performance

Digital Control of A Multi Level Inverter To Improve Gain And Control Performance Digital Control of A Multi Level Inverter To Improve Gain And Control Performance S.NARASIMHA 1, M.SUSHAMA 2 Research Scholar, Electrical and Electronics Engineering, JNTUH, India 1 Professor, Electrical

More information

Testing and Stabilizing Feedback Loops in Today s Power Supplies

Testing and Stabilizing Feedback Loops in Today s Power Supplies Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, open loop transfer function, voltage loop gain, error amplifier,

More information

ACE722A. 2A 3MHz 6V Synchronous Buck Converter

ACE722A. 2A 3MHz 6V Synchronous Buck Converter Description The ACE722A is a high-efficiency synchronous, buck DC/DC converter. Its input voltage range is from 2.6V to 6V and provides an adjustable regulated output voltage from 0.6V to Vin while delivering

More information

FAN8301 2A, 16V, Non-Synchronous, Step-Down, DC/DC Regulator

FAN8301 2A, 16V, Non-Synchronous, Step-Down, DC/DC Regulator November 2008 FAN8301 2A, 16V, Non-Synchronous, Step-Down, DC/DC Regulator Features 2A Output Current 0.22Ω Internal Power MOSFET Switch Wide 4.75V to 16V Operating Input Range Output Adjustable from 0.6

More information

LSP A 23V Synchronous Buck Converter. General Description. Features. Applications. LSP5526 Rev of /8/1.

LSP A 23V Synchronous Buck Converter. General Description. Features. Applications. LSP5526 Rev of /8/1. General Description The LSP5526 is a monolithic synchronous buck regulator. The device integrates 95mΩ MOSFETS that provide 2A continuous load current over a wide operating input voltage of 4.5V to 23V.

More information