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 ...
随机推荐
- python是如何进行内存管理的?
Python内存管理机制 Python内存管理机制主要包括以下三个方面: 引用计数机制 垃圾回收机制 内存池机制 引用计数 举个例子说明引用是什么: 1 如上为一个简单的赋值语句,1就是对象,a就是引 ...
- Python 库汇总中文版
这又是一个 Awesome XXX 系列的资源整理,由 vinta 发起和维护.内容包括:Web框架.网络爬虫.网络内容提取.模板引擎.数据库.数据可视化.图片处理.文本处理.自然语言处理.机器学习. ...
- python模块之xml.etree.ElementTree
xml.etree.ElementTree用于解析和构建XML文件 <?xml version="1.0"?> <data> <country nam ...
- PHP发送邮件:如何自定义reply-to头部以及附件
虽然有现成的类库(如PEAR)可以很方便地实现附件添加和发送,但是对于一些小站点(服务器硬件.网站规模都不理想),安装PEAR可能会带来不必要的负担,降低WEB程序运行效率. 通过对邮件格式的认识,我 ...
- caffe源码整个训练过程
Caffe源码 Blob protected: shared_ptr<SyncedMemory> data_; shared_ptr<SyncedMemory> diff_; ...
- mongo备份&恢复
1.备份数据: $mongodump -h 127.0.0.1 -u traderaccount -p kasumi -d traderaccount -o "/traderaccount& ...
- Jenkins hello world
1. 点击[新建项目],选择如下: (2)点击[流水线],并键入以下图示代码. (3) 点击保存,并[立即构建].
- Python爬虫笔记(一)
个人笔记,仅适合个人使用(大部分摘抄自python修行路) 1.爬虫Response的内容 便是所要获取的页面内容,类型可能是HTML,Json(json数据处理链接)字符串,二进制数据(图片或者视频 ...
- Java 继承内部类
大家有没有想过内部类究竟能不能被继承呢? public class Main { public static void main(String[] args){ Outer outer = new O ...
- 转:Exploiting Electron RCE in Exodus wallet
转:https://hackernoon.com/exploiting-electron-rce-in-exodus-wallet-d9e6db13c374 Exploiting Electron R ...