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 ...
随机推荐
- js弱数据类型的坑
1.从表单获取的value是字符串,如果需要为数字相加,则需要转换为number类型 <input type="number" id="val1"> ...
- ubuntu查看mysql版本的几种方法
ubuntu查看mysql版本的几种方法 mysql 1:在终端下:mysql -V(大写) //代码 $ mysql -V mysql Ver 14.14 Distrib 5.5.46, for d ...
- apache Apache winnt_accept: Asynchronous AcceptEx failed 错误的解决
httpd配置文件中添加: AcceptFilter http noneAcceptFilter https none apache优化: http://blog.csdn.net/hytfly/ar ...
- AC日记——松江1843路 洛谷七月月赛
松江1843路 思路: 三分: 代码: #include <bits/stdc++.h> using namespace std; #define maxn 100005 #define ...
- iis应用池内存溢出卡死优化
1.修改回收阀值memoryLimit 在ASP.NET Web服务器上,ASP.NET所能够用到的内存,通常不会等同于所有的内存数量.在machine.config(C:/WINDOWS/Micro ...
- 编译PHP并与Ngnix整合
nginx本身不能处理PHP,它只是个web服务器,当接收到请求后,如果是php请求,则发给php解释器处理,并把结果返回给客户端. nginx一般是把请求发fastcgi管理进程处理,fascgi管 ...
- 《java虚拟机》----java内存模型与线程
No1. No2. java内存模型规定了所有的变量都存储在主内存中(Main Memory)中 每条线程还有自己的工作内存(Working Memory) 线程的工作内存中保存了被该线程使用到的变量 ...
- Angular部署到windows上
1. 确保已经打开了IIS服务. 如果没有打开可参考 http://jingyan.baidu.com/article/eb9f7b6d9e73d1869364e8d8.html 2. 编译angul ...
- XV6操作系统代码阅读心得(三):锁
锁是操作系统中实现进程同步的重要机制. 基本概念 临界区(Critical Section)是指对共享数据进行访问与操作的代码区域.所谓共享数据,就是可能有多个代码执行流并发地执行,并在执行中可能会同 ...
- 深入浅出Spring(二) IoC详解
上次的博客深入浅出Spring(一)Spring概述中,我给大家简单介绍了一下Spring相关概念.重点是这么一句:Spring是为了解决企业应用开发的复杂性而创建的一个轻量级的控制反转(IoC)和面 ...