Cascode MOSFET increases boost regulator's input- and output-voltage ranges

Targeting use in portable-system applications that require raising a battery‘s voltage to a higher level, IC boost regulators often include output transistors that can drive storage inductors. However, most boost regulators‘ absolute-maximum input-voltage rating typically doesn‘t exceed 6V, an adequate level for battery operation. In addition, breakdown voltage of the regulator‘s output transistor limits the regulator‘s absolute-maximum output voltage to 25 to 30V, which may be too low for some applications.

You can extend a boost regulator‘s output-voltage range by adding an external transistor that has a higher breakdown voltage than the regulator. However, the internal design of a typical boost regulator‘s control circuitry often prevents direct drive of an external transistor‘s base or gate. As an alternative, you can add an external higher voltage transistor by connecting it in a cascode configuration.

Most boost regulators feature a peak-current-control method that reduces the number of external components and thus shrinks the overall pc-board area of the converter circuit. Figure 1 shows a boost regulator based on a TPS61040 boost controller, IC1, which uses peak-current control.

Applying input voltage VIN to IC1‘s VCC pin and to one leg of inductor L1turns on IC1‘s internal MOSFET switch, Q1, allowing a gradually increasing amount of current to flow from VIN through L1, Q1, and internal current-sense resistor R1. The circuit‘s internal controller monitors the voltage across sense resistor R1 and, upon reaching a predetermined current limit, turns off Q1.

Interrupting the current through L1 raises the voltage across the inductor and applies forward bias to diode D1, which conducts and charges output capacitor C1 to a higher voltage than would be available from the input voltage alone. The input voltage, L1‘s inductance, and the preset peak current through R1 all affect Q1‘s on-time, and the output voltage sensed by IC1‘s FB (feedback) pin and its external components determines Q1‘s off-time. To maintain operation and set Q1‘s off- time, IC1‘s internal controller must monitor current through L1 using Q1 and R1.

You can add a higher voltage MOSFET transistor, Q2 (Figure 2), for applications that require an output voltage higher than the internal transistor‘s breakdown voltage. To maintain the circuit‘s current-flow path through L1 and IC1‘s SW pin, you connect the external transistor in a cascode, or common-gate, configuration.

Q2 comprises a low-on-resistance, low-gate-voltage-threshold MOSFET with the addition of diode D2 between Q2‘s gate and source. To ensure the circuit‘s proper operation, VCC—5V in this example—must exceed Q2‘s gate-threshold turn-on voltage. In operation, IC1‘s internal control circuit turns on Q1, which pulls Q2‘s source close to ground level and turns on Q2 with almost 5V of gate-to-source potential.

Current flows through inductor L1, external transistor Q2, internal transistor Q1, and sense resistor R1, and IC1‘s control circuit "sees" no difference with the installation of Q2. Once the inductor current reaches its preset limit, Q1 turns off, leaving Q2 with no path for current to flow from its source. The voltage on Q2‘s drain rises rapidly to the desired output voltage plus the voltage drop across D1. As the drain voltage rises, Q2‘s drain-to-source capacitance attempts to pull the MOSFET‘s floating source above 5V, which forward-biases D2, connects IC1‘s SW pin voltage to 5V plus one diode drop, and clamps Q2‘s source to the same voltage.

A boost converter delivers a 180V output at 4 mA (VOUT) to bias a laser circuit from a 9V power supply (V+). In this application, the 5V input supply need provide only enough current—typically, a few milliamperes—to drive IC1‘s internal logic and the gate of cascode MOSFET Q2. You can use a dropping resistor and zener-diode voltage regulator (not shown) to supply the 5V requirement from the 9V supply. You can drive the inductor and IC1 from a common power supply or from a separate source that‘s within Q2‘s breakdown-voltage rating. The cascode circuit also can produce any output voltage that‘s within Q2‘s drain-to-source breakdown-voltage rating. Specify other components with an appropriate voltage rating—for example, breakdown-voltage ratings of inductor L1 and capacitor C1 should safely exceed the desired output voltage.

Cascode MOSFET increases boost regulator's input- and output-voltage ranges

时间: 2024-08-29 09:58:24

Cascode MOSFET increases boost regulator's input- and output-voltage ranges的相关文章

Tracking Boost Regulator TYPICAL 5V REGULATION WITH BOOST CONVERTER AND LDO

Cs5171: Tracking Boost Regulator Adding a current mirror circuit to a typical boost circuit allows the user to select the amount of boost voltage and ensure a constant difference between input and output voltage. This is useful for high side drive ap

Get buck-boost performance from a boost regulator

The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for voltage regulators that must produce an on output voltage that falls in the middle of the input-voltage range, such as a 5V output from a 2.7 to 6V input,

Wide-range regulator delivers 12V, 3A output from 16 to 100V source

Synchronous buck regulators offer high efficiency and are popular in applications in which available input voltages are 12V or less. However, as input voltage approaches 100V, wide-range-regulator design becomes more difficult, and the choice of suit

[20160704]Addition program that use JOptionPane for input and output

1 //Addition program that use JOptionPane for input and output. 2 3 import javax.swing.JOptionPane; 4 5 public class Addition{ 6 public static void main(String[] args) { 7 String firstNumber=JOptionPane.showInputDialog("Enter first integer!"); 8

File Input and Output

Use of File Stream Assume ifle and ofile is the string object storing the names of input and output files' namess. string ifile = "inputFile.txt"; string ofile = "outputFile.txt"; Then the use of file stream is like this: // construct

标准库 - 输入输出处理(input and output facilities) lua

标准库 - 输入输出处理(input and output facilities)责任编辑:cynthia作者:来自ITPUB论坛 2008-02-18 文本Tag: Lua [IT168 技术文档]I/O库提供两种不同的方式进行文件处理1.io表调用方式:使用io表,io.open将返回指定文件的描述,并且所有的操作将围绕这个文件描述 io表同样提供三种预定义的文件描述io.stdin,io.stdout,io.stderr2.文件句柄直接调用方式,即使用file:XXX()函数方式进行操作,

转载:Pixhawk源码笔记四:学习RC Input and Output

转自:新浪@WalkAnt 第五部分 学习RC Input and Output 参考:http://dev.ardupilot.com/wiki/learning-ardupilot-rc-input-output/ RC Input,也就是遥控输入,用于控制飞行方向.改变飞行模式.控制摄像头等外围装置.ArduPilot支持集中不同RC input(取决于具体的硬件飞控板): 1. PPMSum – on PX4, Pixhawk, Linux and APM2 2. SBUS – on P

Python Tutorial 学习(七)--Input and Output

7. Input and Output Python里面有多种方式展示程序的输出.或是用便于人阅读的方式打印出来,或是存储到文件中以便将来使用.... 本章将对这些方法予以讨论. 两种将其他类型的值转换为字符型值的方法:repr()和str(),二者的区别在于,一个是给机器读的,一个是给人读的,str()返回的是更适合人阅读的样式 一些栗子: >>> s = 'Hello, world.' >>> str(s) 'Hello, world.' >>>

Input and Output Method

IO stands for input and output in programming. IO is important in programming, especially in Olympic Informatic, due to the policy of it. Therefore, as a contestant in Olympic Informatic, it's neccesary for me to sumarize the method of IO, in order t