http://www.ti.com/lit/an/slva299a/slva299a.pdf

Many boost converters have an external rectifier diode.

The input voltage of the TPS61170 main boost converter is connected to the output voltage when the device is disabled.

Due to the direct pass from the input to the output, the input supply is not isolated from the output voltage when the IC is disabled.

This application report describes how to use a PMOS transistor to disconnect the boost converter’s input voltage from the output voltage

(known as load disconnect or input to output isolation) when the device is disabled.

Figure 1 shows the schematic for a TPS61170EVM (SLVU222) that has been modified to include a PMOS transistor Q(LD), and a resistor R(LD)

which form the load disconnect circuit. Capacitor C4 is the minimum capacitor necessary for control loop stability, and C5 represents additional load capacitance.

The boost converter's diode is connected to the source of Q(LD), but the feedback network and output capacitor are connected after Q(LD).

This allows a regulated output voltage even with the use of the transistor Q(LD).

Select Q(LD) to have the following characteristics:

1. a VSD breakdown voltage higher than VOUT
2. a VGS breakdown voltage higher than VOUT – VINmin
3. a low drain to source resistance (RDS(on)) such that the voltage drop created by the maximum output current (IOmax) times RDS(on)
    does not take the output voltage below the required minimum regulated voltage for the application.

Capacitor C4 provides a defined bias operation point for Q(LD) and can should be in the 0.1uF to 1uF range.

R(LD)of approximately 100 Ω is recommended to prevent the input voltage from capacitively coupling to the boost converter output.

UsingFigure 1 with VIN = 5V and VOUT set to 24 V by R1 and R2, and RLOAD = 240 Ω (IOUT = 100 mA),

Figure 2 shows the circuit starting up while Figure 3 shows the circuit at shutdown.

In both figures, CH1 shown in yellow and set to 5 V/div, shows output voltage before Q(LD) ,

CH2 shown in pink and set to 5 V/div, shows the output voltage after Q(LD), and

CH3 shown in blue, shows CTRL.

Note that the load regulation at large loads is degraded by the IOUT × RDS(on) drop across the FET, i.e.,

VOUT = VREF × (1 + R1/R2) – IOUT × RDS(on).

Note also that efficiency will be degraded slightly due to the IOUT 2 × RDS(on) additional power loss across the FET,

i.e. η = ((VREF × (1 + R1/R2) – IOUT × RDS(on)) × IOUT)/(VIN × IIN).

In this example, the Si2343 -30-V PFET with RDS(on)= 45 mΩ at VGS = 10V was used.

So, with VIN = 12V, the change in load regulation and efficiency is negligible.

At lower input voltages, higher currents, or when using FETs with higher RDS(on), the degradation in load regulation and efficiency is more apparent.

SLVA299A : Load Disconnect ( Input to Output Isolation ) for the TPS61040的更多相关文章

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

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

  2. [译]The Python Tutorial#7. Input and Output

    [译]The Python Tutorial#Input and Output Python中有多种展示程序输出的方式:数据可以以人类可读的方式打印出来,也可以输出到文件中以后使用.本章节将会详细讨论 ...

  3. 7. Input and Output

    7. Input and Output There are several ways to present the output of a program; data can be printed i ...

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

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

  5. [Python] Print input and output in table

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

  6. Input and Output File

    Notes from C++ Primer File State Condition state is used to manage stream state, which indicates if ...

  7. [20171128]rman Input or output Memory Buffers.txt

    [20171128]rman Input or output Memory Buffers.txt --//做一个简单测试rman 的Input or output Memory Buffers. 1 ...

  8. Angular4学习笔记(六)- Input和Output

    概述 Angular中的输入输出是通过注解@Input和@Output来标识,它位于组件控制器的属性上方. 输入输出针对的对象是父子组件. 演示 Input 新建项目connInComponents: ...

  9. Python - 3. Input and Output

    from:http://interactivepython.org/courselib/static/pythonds/Introduction/InputandOutput.html Input a ...

随机推荐

  1. 001使用smokeping监控idc机房网络质量情况

    最近工作比较忙,也没有时间写博客,看到好友芮峰云最近一直在写博客,所以也手痒了,就先把之前的一些积累下来的文章分享给大家. 本文是介绍如何的使用smokeping来监控idc机房的网络质量情况,从监控 ...

  2. 定位、判断、cookie的脚本案例

    Action(){ lr_think_time(20); lr_start_transaction("µã»÷ÊÂÏî°ìÀíÇé¿ö°´Å¥"); web_url("L ...

  3. 禁用quartz自动检查更新

    禁用quartz自动检查更新的3种方法 1, <bean id="startQuertz" lazy-init="false" autowire=&quo ...

  4. rpmdb: Thread/process 9180/139855524558592 failed: Thread died in Berkeley DB library

    使用yum安装出现问题:rpmdb: Thread/process 9180/139855524558592 failed: Thread died in Berkeley DB library 解决 ...

  5. java版云笔记(九)之动态sql

    SQL 首先,所谓SQL的动态和静态,是指SQL语句在何时被编译和执行,二者都是用在SQL嵌入式编程中的,这里所说的嵌入式是指将SQL语句嵌入在高级语言中,而不是针对于单片机的那种嵌入式编程. 静态S ...

  6. Spring如何解析Dubbo标签

    1. 要了解Dubbo是如何解析标签的,首先要清楚一点就是Spring如何处理自定义标签的,因为Dubbo的标签可以算是Spring自定义标签的一种情况: 2. Spring通过两个接口来解析自定义的 ...

  7. NTP算法

    网络时间协议 由特拉华大学的David L. Mills热心提供.http://www.eecis.udel.edu/~mills mills@udel.edu 由Reinhard v. Hanxle ...

  8. IntelliJ IDEA 创建maven项目一次后,然后删除,再次保存到此目录下,提供此目录已经被占用的问题。

    -------------------2017-02-14补充: 你看既然是创建过一次 不允许再次创建了,那么请问 第一次创建的 跑哪里去了,不仅仅是保存到了你指定的目录里,其实也默认安装到了 mav ...

  9. go的匿名组合

    golang也提供了继承机制,但采用组合的文法,因此称为匿名组合.与其他语言不同, golang很清晰地展示出类的内存布局是怎样的. 一  非指针方式的组合 1)基本语法 type base stru ...

  10. GO语言Windows下Liteide

    今天用到了. 就学习一下. https://www.golangtc.com/t/56e7caf5b09ecc66b90000fe 在网上看了好多此类介绍,操作太麻烦,自己琢磨出来怎么配置了. 以Li ...