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 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的更多相关文章
- Python Tutorial 学习(七)--Input and Output
7. Input and Output Python里面有多种方式展示程序的输出.或是用便于人阅读的方式打印出来,或是存储到文件中以便将来使用.... 本章将对这些方法予以讨论. 两种将其他类型的值转 ...
- [译]The Python Tutorial#7. Input and Output
[译]The Python Tutorial#Input and Output Python中有多种展示程序输出的方式:数据可以以人类可读的方式打印出来,也可以输出到文件中以后使用.本章节将会详细讨论 ...
- 7. Input and Output
7. Input and Output There are several ways to present the output of a program; data can be printed i ...
- [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] Print input and output in table
Print the input and output in a table using prettyTable. from prettytable import PrettyTable import ...
- Input and Output File
Notes from C++ Primer File State Condition state is used to manage stream state, which indicates if ...
- [20171128]rman Input or output Memory Buffers.txt
[20171128]rman Input or output Memory Buffers.txt --//做一个简单测试rman 的Input or output Memory Buffers. 1 ...
- Angular4学习笔记(六)- Input和Output
概述 Angular中的输入输出是通过注解@Input和@Output来标识,它位于组件控制器的属性上方. 输入输出针对的对象是父子组件. 演示 Input 新建项目connInComponents: ...
- Python - 3. Input and Output
from:http://interactivepython.org/courselib/static/pythonds/Introduction/InputandOutput.html Input a ...
随机推荐
- BZOJ 1975: [Sdoi2010]魔法猪学院——K短路,A*
传送门 http://www.lydsy.com/JudgeOnline/problem.php?id=1975 题意&简要做法 一张有向图,求出最多的互不相同的路径,满足路径长度之和\(\l ...
- Sublime Text2使用规则
Sublime Text是我发现的有一好用的编辑器,它不单单只支持 python ,几乎支持目前主流的语言,快捷键丰富,可以极大的提高代码开发效率.Sublime Text 网址:http://www ...
- Webmin忘记密码解决方法,及配置文件介绍
Webmin忘记Web登陆时候的密码,无法登陆了,Google了一下,基本方法是通过changepass.pl可以修改密码 首先找到changepass.pl这个文件目录 $sudo locate c ...
- /boot/grub/grub.conf 内容诠释
linux的启动配置文件GRUB启动时会在 /boot/grub 中寻找一个名字为grub.conf的配置文件,如果找不到此配置文件则不进入菜单模式而直接进入命令行模式. grub.conf是一个纯文 ...
- 数据库连接池(c3p0与druid)
1.数据库连接池概念 其实就是一个容器(集合),存放数据库连接的容器.当系统初始化好后,容器被创建,容器中会申请一些连接对象,当用户来访问数据库时,从容器中获取连接对象,用户访问完之后,会将连接对象归 ...
- python基础(6)---set、collections介绍
1.set(集合) set和dict类似,也是一组key的集合,但不存储value.由于key不能重复,所以,在set中,没有重复的key. 集合和我们数学中集合的概念是一样的,也有交集.并集.差集. ...
- beego学习笔记(4):开发文档阅读(6)
beego的响应流程: 1.监听的端口接收数据,默认是8080端口. 2.用户请求到达8080端口后,开始数据处理流程. 3.初始化CONTEXT对象.判断是否是WEBSOCKET请求,如果是,设置I ...
- 易普优APS高级计划排程系统系列提纲:行业知识,业务建模,排程算法,计划可视化,平台框架,案例分享
专注于高级计划排程系统研发与实施10来年了,国内外各种APS软件基本都研究过,这里列个提纲主要从6个方面跟大家一起讨论分享,欢迎大家鼓掌或拍砖 易普优APS高级计划排程系统系列001:行业知识,APS ...
- spring_150909_hibernate_id_table
1.新建java工程:spring_150909_hibernate_id_table,如下图所示: 2.建DogPet实体类: package com.spring.model; import ja ...
- HTML5实战与剖析之跨文档消息传递(iframe传递信息)
在来自不同域名的页面间传递消息一般统称为跨文档消息传送,简称XDM.如,www.leemagnum.com域中的页面与位于一个内嵌框架中的http://blog.csdn.net/lee_magnum ...