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的更多相关文章

  1. BOOST Converter Analog/Digital Adjusted Output Voltage TPS61045 MAX1932

    DIGITALLY ADJUSTABLE BOOST CONVERTER The TPS61045 is a high frequency boost converter with digitally ...

  2. 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 ...

  3. 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 ...

  4. Get buck-boost performance from a boost regulator

    The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for volta ...

  5. 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 ...

  6. 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 ...

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

    //Addition program that use JOptionPane for input and output. import javax.swing.JOptionPane; public ...

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

    7. Input and Output Python里面有多种方式展示程序的输出.或是用便于人阅读的方式打印出来,或是存储到文件中以便将来使用.... 本章将对这些方法予以讨论. 两种将其他类型的值转 ...

  9. [Python] Print input and output in table

    Print the input and output in a table using prettyTable. from prettytable import PrettyTable import ...

随机推荐

  1. 174.Dungeon Game---dp

    题目链接 题目大意:从左上角到右下角,每一个格子都有各自的权值,如果权值为负,则当到达时,要失血:如果权值为正,则当到达时,要加血.当到达某个格子时,当前血量<=0,则死亡,到达不了右下角,所以 ...

  2. Gym 101081K Pope's work

    题目链接:Gym - 101081K 题意:给n个箱子,每个箱子有一个重量W和一个承重R,表示它上面能放最多R-W的重量.问最多能把多少箱子堆到一堆. 思路:发现在一堆箱子里,两个箱子交换位置,对其他 ...

  3. BootStrap的栅格系统的基本写法(布局)

    代码如下: <!DOCTYPE html> <html> <head> <title>BootStrap的基础入门</title> < ...

  4. mysql触发器(Trigger)简明总结和使用实例

    一,什么触发器 1,个人理解触发器,从字面来理解,一触即发的一个器,简称触发器(哈哈,个人理解),举个例子吧,好比天黑了,你开灯了,你看到东西了.你放炮仗,点燃了,一会就炸了.2,官方定义触发器(tr ...

  5. Python+Selenium 自动化实现实例-模块化调用

    public 目录存一些公共模块,供用例调用.login.py 内容如下: # coding=utf-8 import time # login def login(driver): driver.f ...

  6. LeetCode741. Cherry Pickup

    https://leetcode.com/problems/cherry-pickup/description/ In a N x N grid representing a field of che ...

  7. JAVA(一)变量

    public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(" ...

  8. c++ 容器学习 理论

    [转载]http://blog.csdn.net/acosoft/article/details/4395468 在面向对象的语言中,大多引入了容器的概念.那么 什么 是 容器?实质上就是一组相同类型 ...

  9. [实战]MVC5+EF6+MySql企业网盘实战(26)——音乐列表

    写在前面 本篇文章将实现,音乐列表,同样和其他列表的不同之处,在于查询条件的不同. 系列文章 [EF]vs15+ef6+mysql code first方式 [实战]MVC5+EF6+MySql企业网 ...

  10. ubuntu访问win10下的磁盘

    在ubuntu下访问win10的磁盘时,提示出错. 先用命令查看一下磁盘挂载情况. sudo fdisk -l 会看到一些信息 我要访问的是E盘,也就是 /dev/sda6 这个分区 使用命令ntfx ...