Practice safe dc/dc converter

Short-circuit protection is an obvious requirement for a power supply, especially when its load connects to a cable that‘s subject to damage. Many modern power-converter ICs include some means of protection, such as thermal shutdown, against the overload condition, but, in some cases, the built-in protection may be inadequate. Figure 1shows a step-down dc/dc converter for two videocameras installed on a remotely controlled vehicle. Because the vehicle operates in rather harsh environments, the cables can frequently short-circuit during the system‘s installation and normal operation. The cameras require 12V and consume approximately 250 mA each. The converter is based on National Semiconductor‘s LM2675 chip, which by itself includes good protection against overloads. However, in the case of a shorted output, the catch diode, D1, must withstand the maximum current from the IC. This current, according to the data sheet, can be as high as 2.2A, calling for an oversized diode. Also, waiting for the thermal protection to kick in assumes that you are willing to allow the device‘s temperature to rise significantly, heating adjacent components. This situation is undesirable, given the long periods of nonsupervised operation, during which someone should notice the problem. Ideally, someone should immediately report the faults to an operator.

The system in Figure 1 uses a Microchip Technology PIC16F84 µC, which receives its power from a separate dc source. As usual, the I/O pins in the µC are at a premium, because of the multitude of other tasks the controller performs. However, you can obtain reliable short-circuit protection and on/off control of the power supply using just one I/O pin. When you first apply power, the µC starts up. In this condition, all of its I/O lines are high-impedance inputs, so the LM2675 cannot start; resistor R1 ties its   pin low. After the initialization routine, when it is time to turn on the camera, the µC makes its pin PB0 pin (or any pin that has a totem-pole driver) an output and sends a high level to that output. The dc/dc converter starts up. After a short delay, the µC again makes its PB0 pin an input, but the power supply keeps itself on because its output voltage connects to control input via R2 and D2. This condition prevails while the load is normal. When the output short-circuits, the bias voltage disappears, and the chip shuts itself down. The level at PB0 goes low, notifying the µC of this condition. (PB0 is especially useful in this situation, because it can generate an interrupt request.) The µC can then alert the user of the failure, try to restart the converter after a delay in a "hiccup" mode, or both.

The duration of the worst-case short-circuit condition with this scheme is a function of the length of the start-up pulse from the µC. This pulse should be long enough—usually, approximately 10 msec—to allow the normal load (with its own input capacitors and power converters) to start. The LM2675 with a catch diode in Figure 1withstands short circuits for several seconds without overheating or any other problem, so the short-circuit mode is perfectly safe. An added benefit is that the µC can at any time shut down the dc/dc converter, making it possible to save battery power and reduce heat dissipation. For shutdown, the µC again makes PB0 an output but sends a zero to the I/O pin. The powerful driver in the PIC16F84 easily overcomes the bias from R2, D2, and R1 and shuts down the LM2675. The divider R2, D2, R1provides a voltage—5V in this case—close to the µC‘s VDD when the output voltage is normal. Slight voltage variations cause no harm to the µC, thanks to the controller‘s input-diode protection and the fact that R2 limits the current to the PB0 pin to a safe level. However, you should keep the values in the divider low enough to not create a significant voltage drop in R1 by the bias current from the LM2675‘s  pin (37 µA maximum). With the values shown, the largest bias current creates a drop that does not exceed 20% of the lowest possible threshold (0.8V) for the  pin. (DI #2562)

时间: 2024-07-29 13:24:15

Practice safe dc/dc converter的相关文章

Transformerless dc/dc converter produces bipolar outputs

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 t

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 supply by adding power from a –5V supply. The dc/dc converter generates a single 12V, 150-mA (1.8W) output from two regulated and current-limited input so

(转)搞定DC/DC电源转换方案设计,必看金律十一条

[导读] 搞嵌入式的工程师们往往把单片机.ARM.DSP.FPGA搞的得心应手,而一旦进行系统设计,到了给电源系统供电,虽然也能让其精心设计的程序运行起来,但对于新手来说,有时可能效率低下,往往还有供电电流不足或过大引起这样那样的问题,本文十大金律轻松搞定DCDC电源转换电路设计. 关键词:DC/DC 搞嵌入式的工程师们往往把单片机.ARM.DSP.FPGA搞的得心应手,而一旦进行系统设计,到了给电源系统供电,虽然也能让其精心设计的程序运行起来,但对于新手来说,有时可能效率低下,往往还有供电电流

DC/DC恒流BP1808、隔离适配器电源BP3516C

晶丰明源技术创新历程  Q  Q 2892715427 最简恒流方案-BP99XX 集成高压启动技术-BP233X 高效率线性方案-BP513X 非隔离芯片OVP保护技术-全系列 智能动态温控-全系列 单绕组电感技术-BP2325 双绕组技术-BP3122 快速启动技术-BP3309 高精度PSR技术-BP3105 源级驱动技术-BP2808 后级线性去纹波BP5609 高效率 适合各种单级APFC 电路 外围元器件简单 宽范围LED电压  宽范围LED电流 DC/DC恒流驱动BP1808 支持

[专业名词·硬件] 2、DC\DC、LDO电源稳压基本常识(包含基本原理、高效率模块设计、常见问题、基于nRF51822电源管理模块分析等)·长文

综述先看这里 第一节的1.1简单介绍了DC/DC是什么: 第二节是关于DC/DC的常见的疑问答疑,非常实用: 第三节是针对nRF51822这款芯片电源管理部分的DC/DC.LDO.1.8的详细分析,对于研究51822的人很有帮助: 第四节是对DC/DC的系统性介绍,非常全面: 第五节讲稳压电路的,没太多东西,可以跳过: 第六节讲LDO的,包含LDO和DC/DC的选型建议.LDO电容的选择等,很好: 第七八两节从专业角度给出提高电源效率的建议(目前还用不到). 一.DC/DC转换器是什么意思 le

DC/DC尖峰脉冲吸收电路

在DC/DC转换器中,脉冲问题直接影响到产品的EMI和电源噪声,需要在某些时候加尖峰脉冲吸收电路. 从上图可以看到,尖峰脉冲吸收电路就是一个RC吸收电路.至于在DC/DC哪里加RC吸收电路,这里有一个规律,就是在开关管开/关的时候,跟电感形成一个回路. 如何选取RC参数? 1:RC的3dB截止频率设置为开关频率5~8倍,防止对开关信号衰减. 2:合理选择R,值太小超过额定功率,值太大阻尼不够,R固定后,可以求出C. 以下数据是R=30Ohm,C=680pF,算出F3db=7.8Mhz,开关频率F

TPS61175/TPS55340 3A/5A、40V 电流模式集成 FET 升压 DC/DC 转换器

集成型5A 40V 宽输入范围升压/单端初级电感转换器(SEPIC) / 反激式(Flyback) 直流到直流稳压器 (Rev. B) 描述 TPS55340 是一款单片非同步开关稳压器,此稳压器带有集成的 5A,40V 电源开关. 此器件可在几种标准开关稳压器拓扑结构中进行配置,这些拓扑结构包括升压.SEPIC 和隔离式 flyback. 此器件具有一个宽输入电压范围以支持由多节电池或者经调节的 3.3V,5V,12V 和 24V 电源轨供电的应用. TPS55340 使用电流模式 PWM(脉

LDO与DC/DC之间的奥秘,你了解多少?

LDO是low dropout regulator,意为低压差线性稳压器,是相对于传统的线性稳压器来说的.传统的线性稳压器,如78xx系列的芯片都要求输入电压要比输出电压高出2v~3V以上,否则就不能正常工作.但是在一些情况下,这样的条件显然是太苛刻了,如5v转3.3v,输入与输出的压差只有1.7v,显然是不满足条件的.针对这种情况,才有了LDO类的电源转换芯片. LDO是一种线性稳压器.线性稳压器使用在其线性区域内运行的晶体管或FET,从应用的输入电压中减去超额的电压,产生经过调节的输出电压.

Tiny microcontroller hosts dual dc/dc-boost converters

Batteries are the typical power sources for portable-system applications, and it is not unusual these days to find microcontroller-based portable systems. A variety of microcontrollers operates at low power-supply voltages, such as 1.8V. Thus you can