LT1946A-- Transformerless dc/dc converter produces bipolar outputs
Dual-polarity supply provides ±12V from one IC
VC (Pin 1): Error Amplifier Output Pin. Tie external compensation network to this pin or use the internal compensation network by shorting the VC pin to the COMP pin.
External compensation consists of placing a resistor and capacitor in series from VC to GND. Typical capacitor range is from 90pF to 270pF. Typical resistor range is from 25k to 120k.
FB (Pin 2): Feedback Pin. Reference voltage is 1.25V. Connect resistive divider tap here. Minimize trace area at FB. Set VOUT according to VOUT = 1.25 • (1+R1/R2).
SHDN (Pin 3): Shutdown Pin. Tie to 2.4V or more to enable device. Ground to shut down. Do not float this pin.
GND (Pin 4, Exposed Pad): Ground. Tie both Pin 4 and the exposed pad directly to local ground plane. The ground metal to the exposed pad should be wide for better heat dissipation.
Multiple vias (local ground plane ↔ ground backplane) placed close to the exposed pad can further aid in reducing thermal resistance.
SW (Pin 5): Switch Pin. This is the collector of the internal NPN power switch. Minimize the metal trace area connected to this pin to minimize EMI.
VIN (Pin 6): Input Supply Pin. Must be locally bypassed.
COMP (Pin 7): Internal Compensation Pin. Provides an internal compensation network. Tie directly to the VC pin for internal compensation. Tie to GND if not used.
SS (Pin 8): Soft-Start Pin. Place a soft-start capacitor here. Upon start-up, 4µA of current charges the capacitor to 1.5V. Use a larger capacitor for slower start-up. Leave floating if not in use.
The conventional way to produce dual (positive and negative) outputs from a single positive input is to use a transformer. Although such designs are relatively simple, the transformer inherently introduces the problem of size. It can be challenging to fit a transformer into an application in which it's important to minimize the circuit footprint and height. The circuit in Figure 1 generates ±5V from a 3 to 10V input and fits into applications that lack the room to accommodate a transformer. The circuit uses a topology that allows the disconnection of both outputs when the dc/dc converter is in shutdown mode; thus, the quiescent current is low during shutdown (standby) mode. The circuit also produces a regulated positive and negative 5V, regardless of whether the input is higher or lower than 5V. Therefore, the circuit can operate from various input sources, such as a 3 to 4.2V lithium-ion battery or a 3.3 to 10V wall adapter. By slightly modifying the circuit, you can increase the input range to 2.5 to 16V and the output range to 3 to 12V.
The 2.7-MHz switching frequency of the dc/dc converter allows the use of small, low-profile external components (input/output capacitors and inductors). Using three small inductors instead of one bulky transformer not only reduces the size and height of the converter, but also evenly distributes the power dissipation over the board, thus eliminating concentrated hot spots. The output-current capability of the circuit increases as the input voltage increases (higher input voltage, lower input current).Figure 2 shows the maximum output current versus the input voltage. The "both" curve represents the maximum allowable output current of both ±5V outputs when you load them with the same current. The "single" curve represents the maximum allowable output current of each output when you load either output alone. When the current from one output decreases, the current capability of the other output increases, as long as you do not exceed the current rating of the dc/dc converter.
Cross-load regulation is another important design consideration in this type of circuit. Because the –5V output does not have control of the dc/dc converter's PWM feedback, the –5V output voltage changes with output current. You can greatly improve the cross-load regulation by adding a 10- to 20-mA preload at each output. The preload ensures that the dc/dc converter operates in continuous-conduction mode, in which the inductor current is stable enough to provide constant current.Figure 3 shows the –5V output voltage regulation under different load conditions at the positive (Figure 3a) and negative (Figure 3b) outputs. In this case, to improve cross-load regulation, both the outputs connect to a 20-mA preload.
LT1946A-- Transformerless dc/dc converter produces bipolar outputs的更多相关文章
- PID DC/DC Converter Controller Using a PICmicro Microcontroller
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en011794 ...
- Practice safe dc/dc converter
Short-circuit protection is an obvious requirement for a power supply, especially when its load conn ...
- Simple dc/dc converter increases available power in dual-voltage system
The schematic in Figure 1 shows a way to increase the power available from a current-limited 5V supp ...
- Add margining capability to a dc/dc converter
You can easily add margining capability—that is, the ability to digitally adjust the output voltage— ...
- [专业名词·硬件] 2、DC\DC、LDO电源稳压基本常识(包含基本原理、高效率模块设计、常见问题、基于nRF51822电源管理模块分析等)·长文
综述先看这里 第一节的1.1简单介绍了DC/DC是什么: 第二节是关于DC/DC的常见的疑问答疑,非常实用: 第三节是针对nRF51822这款芯片电源管理部分的DC/DC.LDO.1.8的详细分析,对 ...
- DC/DC与LDO的差别
转自:http://bbs.eetop.cn/thread-459121-1-1.html 在平时的学习中,我们都有接触LDO和DC/DC这一类的电源产品,但作为学生的我们队这些东西可能了解不够深刻, ...
- DC DC降壓變換器ic 工作原理
目前DC/DC轉化器大致可分為:升壓型dc dc變化器.降壓型dc dc變化器及可升壓又可降壓dc dc變換器.我們今天主要提一下降壓型dc dc變換器的原理: 見下圖降壓變換器原理圖如圖1所示, 當 ...
- DC DC電路電感的選擇
注:只有充分理解電感在DC/DC電路中發揮的作用,才能更優的設計DC/DC電路.本文還包括對同步DC/DC及異步DC/DC概念的解釋. DCDC電路電感的選擇 簡介 在開關電源的設計中電感的設計為 ...
- (笔记)电路设计(十一)之DC/DC电源转换方案设计应用
十大 法则之一:搞懂什么是DC/DC电源以及DC/DC转换电路分类 DC/DC电源电路又称为DC/DC转换电路,其主要功能就是进行输入输出电压转换.一般我们把输入电源电压在72V以内的电压变换过程称为 ...
随机推荐
- Python抽象类和接口类
一.抽象类和接口类 继承有两种用途: 一:继承基类的方法,并且做出自己的改变或者扩展(代码重用) 二:声明某个子类兼容于某基类,定义一个接口类Interface,接口类中定义了一些接口名(就是函数名) ...
- C/C++——[02] 运算符和表达式
C/C++中表示数据运算的符号称为“运算符”.运算符所用到的操作数个数,称为运算符的“目数”. C/C++语言的运算符有赋值运算符.算术运算符.逻辑运算符.位运算符等多类. 将变量.常量等用运算符连接 ...
- Hibernate根据配置文件,生成建表语句
import org.hibernate.cfg.Configuration; import org.hibernate.tool.hbm2ddl.SchemaExport; public class ...
- Linux打补丁的一些问题
linuxpatchlinux内核文档commandheader类unix操作系统有一个很有趣的特性就是源代码级的补丁包.在windows上我们打补丁都是运行一个可执行的程序,然后就可以把补丁打完了, ...
- BeanUtils封装对象时一直提示ClassNotFoundException:org.apache.commons.beanutils.BeanUtils
导包明明正确了,依赖包也全都导对了,还是出错. 困扰了3天. 后来看到这篇博文,https://blog.csdn.net/yanshaoshuai/article/details/81624890 ...
- 用WP SMTP插件实现邮件发送功能
WordPress本身是采用mail()函数发邮件的,但是这样发出的邮件很容易被放入垃圾箱,很多主机商(特别是Windows主机)为了避免用户滥发邮件直接禁用了mail()函数,还有些云计算平台(比如 ...
- 七牛刷新接口PHP实现
<?php require_once '../autoload.php'; use Qiniu\Auth; use Qiniu\Http\Client; $accessKey = 'access ...
- Java反序列化漏洞之殇
ref:https://xz.aliyun.com/t/2043 小结: 3.2.2版本之前的Apache-CommonsCollections存在该漏洞(不只该包)1.漏洞触发场景 在java编写的 ...
- ApplicationContext中getBean详解
在org.springframework.context包中有一个接口叫 applicationContext applicationContext中有一个getBean方法,此方法继承之BeanFa ...
- PHP获取以为数组中的最大值和最小值
1.PHP获取一维数组中的最大值 <?php $a=array('1','3','55','99'); $pos = array_search(max($a), $a); echo $a[$po ...