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的更多相关文章
- BOOST Converter Analog/Digital Adjusted Output Voltage TPS61045 MAX1932
DIGITALLY ADJUSTABLE BOOST CONVERTER The TPS61045 is a high frequency boost converter with digitally ...
- 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 t ...
- Changing the Output Voltage of a Switching Regulator on the Fly
http://www.powerguru.org/changing-the-output-voltage-of-a-switching-regulator-on-the-fly/ There are ...
- Get buck-boost performance from a boost regulator
The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for volta ...
- 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 ...
- SLVA299A : Load Disconnect ( Input to Output Isolation ) for the TPS61040
http://www.ti.com/lit/an/slva299a/slva299a.pdf Many boost converters have an external rectifier diod ...
- [20160704]Addition program that use JOptionPane for input and output
//Addition program that use JOptionPane for input and output. import javax.swing.JOptionPane; public ...
- Python Tutorial 学习(七)--Input and Output
7. Input and Output Python里面有多种方式展示程序的输出.或是用便于人阅读的方式打印出来,或是存储到文件中以便将来使用.... 本章将对这些方法予以讨论. 两种将其他类型的值转 ...
- [Python] Print input and output in table
Print the input and output in a table using prettyTable. from prettytable import PrettyTable import ...
随机推荐
- C# 加密解密以及sha256不可逆加密案例
class Program { static void Main(string[] args) { string aa = "身份证"; string bb = "key ...
- caffe Python API 之上卷积层(Deconvolution)
对于convolution: output = (input + 2 * p - k) / s + 1; 对于deconvolution: output = (input - 1) * s + k ...
- maven工程的建立
/* 我曾经接触过一个Java web项目,在进行部署时,发现这个项目涉及了maven 没有接触过maven项目的我,发现了如果需要导入maven工程,需要先在eclipse里面对maven进行配置, ...
- angular项目中使用Primeng
1.第一步把依赖添加到项目中 npm install primeng --save npm install @angular/animations --save npm install font-aw ...
- [ python ] 购物系统
作业需求 1. 购物系统,能够注册登录,用户第一次登录后,让用户输入金额,然后打印商品列表2. 允许用户根据商品编号购买商品3. 用户选择商品后,检测余额是否够,够就直接扣款,不够就提醒4. 购买完一 ...
- HDU 1686 Oulipo(KMP变形求子串出现数目(可重))
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1686 题目大意:给两个字符串A,B求出A中出现了几次B(计算重复部分). 解题思路:稍微对kmp()函 ...
- Java Number类和Math类
Java Number类 一般的,当需要使用数字的时候,我们通常使用内置数据类型,如:byte.int.long.double等. 然而,在实际开发过程中,我们经常会遇到需要使用对象,而不是内置数据类 ...
- css3实现立方体,并且自转效果
先是HTML 一个父div包含四个绝对定位的div <div class='container container--realistic'> <div class='cube cub ...
- HTML5 Canvas 初探
仅仅只是一个简单的hello world. js代码很简单: <!DOCTYPE HTML> <html lang="cn"> <head> & ...
- C# 消除累计误差的倒计时
使用 C# 中自带的各种 timer 计时,都会有累计误差,以下代码实现了一种消除累计误差的方法,使得每次计时的误差,空值在 100 ms 以内(可以通过修改代码提升精度.) 对于精度要求在秒级别的简 ...