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 ...
随机推荐
- NOIP模拟赛 城市
题目描述 $ZZQ$ 是一国之主. 这个国家有$N$个城市, 第$i$个城市与第$(i + 1) (mod N)$和$(i - 1) (mod N)$在一个正$N$边形相连. $ZZQ$ 又新建了$N ...
- ios 不支持iframe 解决方案
在iframe外层在包一层,通过appendChild()把内容增加到容器中,完整代码如下: @section Css { <link href="@ViewHelper.Conten ...
- set -o vi AIX下shell
set -o vi 再用esc+K键就可以使用上一条指令了 esc+kesc+j上下翻 ksh默认是emacs风格的.set -o emacs 在AIX下使用自己已经使用过的命令 在AIX下使用,默认 ...
- hive学习(八)hive优化
Hive 优化 1.核心思想: 把Hive SQL 当做Mapreduce程序去优化 以下SQL不会转为Mapreduce来执行 select仅查询本表字段 where仅对本表字段做条件过滤 Ex ...
- 9. Swarm mode
- appium--【Mac】提示报错“could not launch WebDriverAgentRunner..........."
运行appium WebDriverAgentLib和WebDriverAgentRunner都编译到真机运行成功,未在桌面生成一个没图标的WebDriverAgentRunner 连接并选择自己 ...
- Linux平台上SQLite数据库教程(一)——终端使用篇
https://blog.csdn.net/u011192270/article/details/48031763 https://blog.csdn.net/fml1997/article/deta ...
- IEEEXtreme 10.0 - Painter's Dilemma
这是 meelo 原创的 IEEEXtreme极限编程比赛题解 Xtreme 10.0 - Painter's Dilemma 题目来源 第10届IEEE极限编程大赛 https://www.hack ...
- 常用的gnome shell扩展
usertheme 启用后可自定义shell主题dash-to-dock dock设置unite 将左下角通知栏融入顶部栏(仿unity风格)topicons plus 将左下角通知栏融入顶部栏tas ...
- Recursion in Java
Recursion in Java 递归无出口 public class RecursionExample1 { public static void p() { System.out.println ...