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 input voltages are 12V or less. However, as input voltage approaches 100V, wide-range-regulator design becomes more difficult, and the choice of suitable ICs narrows considerably. This Design Idea combines a current-mode PWM IC for flyback-regulator circuits with a 100V gate-driver IC to produce a relatively high-performance synchronous buck regulator that can operate at inputs as high as 100V.
The circuit in Figure 1 uses National Semiconductor's LM5020 current-mode PWM, IC1, to drive an LM5104 gate driver, IC2, forming a synchronous controller. The LM5020 contains an internal linear regulator that accepts input as high as 100V and can also deliver an output that can supply drive current to the LM5104. To reduce power dissipation at high input voltages, after initial power application, diode D2, a 1N4148, supplies an 11.5V bootstrap voltage to the remainder of the circuit. Transformer T1, a 100-to-1 current transformer from Pulse Engineering, provides current feedback during MOSFET Q1's on-time. Q1 and Q2 are Siliconix Dpak devices, which have low gate-charge requirements and low on-resistances to minimize total switching losses at the circuit's 200-kHz operating frequency. All capacitors are of ceramic-dielectric construction to withstand high temperature and to meet packaging-size constraints.
For sustained operation at high input voltage, maximum current, and elevated-temperature conditions, transistor Q1 requires an adequate heat sink or cooling airflow to maintain its junction temperature below the 175°C maximum specification. Q1 has a low junction-to-case thermal resistance, and thus its case temperature must not exceed 160°C. L1, the model DO5010 unshielded ferrite-core inductor from Coilcraft, presents a small pc-board footprint and offers a high saturation-current rating but represents this design's dominant loss component. For applications with less critical space requirements, you can improve circuit efficiency by increasing L1's inductance and size, thus reducing ripple current and enabling use of a larger core and increased winding-wire gauge. Reducing the output voltage improves efficiency, but, as output voltage drops below the circuit's 8V bootstrap voltage, IC1 dissipates additional power and requires caution to avoid exceeding its ratings. Figure 2 shows the circuit's measured efficiency versus output current for three input voltages.
One practical application for the circuit met a customer's requirement for a dc/dc converter that would operate from a 24V source and deliver 12V output at currents as high as 3A. This routine-sounding specification also requires operation in a physically and electrically harsh environment in which the packaged circuit resides on an engine block that reaches a temperature of 125°C, and ambient-air temperature reaches 100°C. In addition, the power source comprises two series-connected 12V batteries that provide a nominal voltage of 24V, which in practice varies from 18 to 40V and includes inductively induced load-dump voltage spikes that reach 100V.
Wide-range regulator delivers 12V, 3A output from 16 to 100V source的更多相关文章
- Maven修改test/rsource的output folder报错Test source folder 'src/test/java'... is not also used for main s
eclipse新建maven项目时候,只出来三个文件夹,然后大都督手动添加了缺失的src/test/resource 的文件夹,最后想修改一下 Output folder的路径为 (原来是 d ...
- Project Woosah Tu (五色土)
I bought this Raspberry Pi (model B) in spring 2013, I hadn't done too much with it except for some ...
- hdu 5344 MZL's xor
MZL's xor Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total S ...
- HDU 5344(MZL's xor-(ai+aj)的异或和)
MZL's xor Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total ...
- OpAmp Voltage Follower/Regulator
LDO Regulator High accuracy voltage regulator Vout = 2.5V * (1 + ( 5.6 / 6.8 ) ) = 4.55V Recently th ...
- Linear regulator=low-cost dc/dc converter
The circuit in Figure 1 is a good choice if you need a power supply with high efficiency and you don ...
- Get buck-boost performance from a boost regulator
The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for volta ...
- Cascode MOSFET increases boost regulator's input- and output-voltage ranges
Targeting use in portable-system applications that require raising a battery's voltage to a higher l ...
- MOSFET shunt regulator substitutes for series regulator
You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher ...
随机推荐
- openjudge-NOI 2.6-1944 吃糖果
题目链接:http://noi.openjudge.cn/ch0206/1944/ 题解: 递推,题目中给出了很详细的过程,不讲解 #include<cstdio> int n; int ...
- django入门--django-blog-zinnia搭建个人博客
1.安装python 选择合适python2.7及以上版本安装https://www.python.org/downloads/ 2.建立虚拟环境 这不是必须的,但是建议使用,为每个项目单独引入依赖, ...
- ireport报表制作, 通过节点、产品类型来判断,当该节点审核通过之后,报表相对应的审核意见及签名 显示相对应的内容
1.代码① (与本内容相关的代码:7~36) 以下类似 $P{P_XXXX} :均为页面端的传入参数 select so.sale_order_no as sale_order_ ...
- python抓取链家房源信息(二)
试着用scrapy将之前写的抓取链家网信息的重新写了写 然后先是用了第一页的网页作为测试,调试代码,然后发现总是抓取的时候遇见了 类似于这样的问题,并且抓取不到信息 2017-03-28 17:52: ...
- HTML 禁止显示input默认提示信息
看问题 html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset=&quo ...
- git rebase 过程中遇到冲突该怎么解决?
在执行git rebase 过程中经常遇到问题,此时有点慌,一般如何解决呢? 1.先将本地的冲突手动解决 2.执行下面命令 git add . git rebase --contine //继续re ...
- A mind map of A Byte Of Python
- php极速后台开发框架LotusAdmin
组件:基于thinkphp5.0.12+layui2.1版本 演示站点:https://www.lotusadmin.top/账号 : admin密码:123456 官方QQ交流群:606645328 ...
- lr场景运行报错的解决方法
- thinkphp5.0自动加载
概述 ThinkPHP5.0 真正实现了按需加载,所有类库采用自动加载机制,并且支持类库映射和composer类库的自动加载. 自动加载的实现由think\Loader类库完成,自动加载规范符合PHP ...