Fixed DC-DC Regulator Output Uses A Digitally Controlled Potentiometer
Digitally controlled potentiometers (DCPs) have become very popular in a wide variety of applications, including control, parameter adjustment, and signal processing. The digital pots replace mechanical potentiometers and provide advantages such as remote operation and programmability, higher resolution, a much smaller form factor, increased reliability, the ability to store multiple wiper positions, and lower total system cost.
A DCP can be used in many high-end and low-end applications to provide flexibility. For example, a dc-dc regulator can be implemented with a resistor divider in the feedback path to set up VOUT. Some high-end applications need to adjust the voltage to optimize the application’s performance, and that’s where the DCP comes in.
A typical buck dc-dc converter scheme includes a pulse-width modulation (PWM) driver, switches, an inductor, a filter, and a feedback divider (Fig. 1). The feedback voltage (FB) from the resistor divider R1 and R2 is a negative input for the error amplifier of the voltage control loop. In addition to the point-of-load regulation, the feedback divider also sets up the desired output voltage, VOUT. In other words, VOUT is programmable through an external resistor divider based on:
where VREF is a reference voltage and a positive input for the error amplifier.
The minimum output voltage can be set as low as VREF, according to Equation 1. The resistor divider ratio, the input voltage, and the maximum duty cycle determine the maximum output. The reference voltage, VREF, can be obtained from the PWM controller datasheet. Thus, making the feedback divider adjustable makes the dc-dc regulator also adjustable (Fig. 2).
The adjustable output voltage of the dc-dc regulator can be expressed by Equation 2, where R1 and R2 are fixed resistors, RW is the wiper resistance, RTOTAL is the total resistance of the DCP, code is a decimal code of wiper position, and n is the total number of wiper taps.
The advantage of having the DCP in serial with the R2 resistor, rather than in parallel, is easier calculation of dc-dc output. It also prevents the bandwidth limitation that’s specific for the DCP. The DCP terminals have a parasitic capacitance of 10 to 25 pF, shown in Figure 2 as CRW. Connecting any of the DCP terminals to the FB node will cause phase shift and may decrease dc-dc regulator performance, such as transient response and stability.
The right DCP should be chosen to meet the application requirements based on knowing the VOUT adjusting range and desired resolution. For example, we would like to adjust the VOUT output voltage of a dc-dc regulator, built on the ISL85001 PWM controller, from 0.8 to 3.3 V.
The values of the DCP total resistance (RTOTAL) and resistors R1 and R2 can be derived from Equation 2. For simplicity it can be overwritten as Equation 3, where the wiper resistance is counted together with the R2 serial resistor. The suggested value of the R2 resistor should be less or equal to 0.1 × RTOTAL to have a bigger adjusting range (Equation 3, again). The maximum VOUT will be at code = 0 (Equation 4) and the minimum VOUT will be at max code = n – 1 (Equation 5).
According to a sample datasheet (from the ISL85001), the internal VREF = 0.6 V and the recommended value for the R1 resistor is from 1 to 10 kΩ. Since the number of RTOTAL values of the DCPs are limited, let’s select the RTOTAL = 10 kΩ first and then find R1 and R2 (Equation 6):
R1= 4.5k
R2 = 1 kΩ
Thus, the ideal DCP for this example should have an RTOTAL resistance of 10 kΩ and minimum wiper resistance.
Other features should be considered in choosing the appropriate DCP, such as the digital interface, nonvolatile programmability, RTOTAL tolerance, and temperature coefficient (TCr). Most of the available DCPs on the market have ±20% RTOTAL tolerance from part to part. That means each dc-dc regulator requires calibration, and the calibrated value of the wiper position can be stored in nonvolatile memory.
The perfect solution for dc-dc margining uses a 1% precision DCP, like the ISL22317, which eliminates the necessity of individual calibration and provides 0 Ω of wiper resistance and low TCr. Figure 3shows the VOUT curve versus the ISL22317W tap position. Since Equation 2 is a hyperbola, the VOUT resolution per step changes with the tap position, from 50 mV per tap at the low end to 2 mV per tap at the high end of the DCP settings in our example.
The ISL22317 features low TCr and 0 Ω of wiper resistance, complementing Intersil’s compensation scheme while also providing precision resistance settings from –40°C to 125°C.
Fixed DC-DC Regulator Output Uses A Digitally Controlled Potentiometer的更多相关文章
- PID DC/DC Converter Controller Using a PICmicro Microcontroller
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en011794 ...
- DC/DC与LDO的差别
转自:http://bbs.eetop.cn/thread-459121-1-1.html 在平时的学习中,我们都有接触LDO和DC/DC这一类的电源产品,但作为学生的我们队这些东西可能了解不够深刻, ...
- 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的详细分析,对 ...
- Practice safe dc/dc converter
Short-circuit protection is an obvious requirement for a power supply, especially when its load conn ...
- 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 ...
- 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電路電感的選擇 簡介 在開關電源的設計中電感的設計為 ...
随机推荐
- Python3中字符串的编码与解码以及编码之间转换(decode、encode)
一.编码 二.编码与解码 Python3中对py文件的默认编码是urf-8.但是字符串的编码是Unicode. 由于Unicode采用32位4个字节来表示一个字符,存储和传输太浪费资源,所以传输和存储 ...
- ios 不支持iframe 解决方案
在iframe外层在包一层,通过appendChild()把内容增加到容器中,完整代码如下: @section Css { <link href="@ViewHelper.Conten ...
- curl基于URL的文件传输工具
简介 cURL是一款开源的基于URL的文件传输工具,支持HTTP.HTTPS.FTP等协议,支持POST.cookie.认证.扩展头部.限速等特性. curl命令用途广泛,比如下载.发送http请求. ...
- PlantUML——1.Hello
官网: http://www.plantuml.com/ 第一步: 下载 plantuml.jar文件: 第二步:创建一个demo.txt文件(与plantuml.jar在同一目录),内容如下: @s ...
- Codeforces 822C Hacker, pack your bags!(思维)
题目大意:给你n个旅券,上面有开始时间l,结束时间r,和花费cost,要求选择两张时间不相交的旅券时间长度相加为x,且要求花费最少. 解题思路:看了大佬的才会写!其实和之前Codeforces 776 ...
- 20165301实验二java面向对象程序设计
20165301实验二java面向对象程序设计 实验目的与要求(提交点一): 参考http://www.cnblogs.com/rocedu/p/6371315.html#SECUNITTEST完成单 ...
- Quartz任务调度入门
Quartz任务调度入门 了解Quartz体系结构Quartz对任务调度的领域问题进行了高度的抽象,提出了调度器.任务和触发器这3个核心的概念,并在org.quartz通过接口和类对重要的这些核心概念 ...
- hdu 5920(模拟)
Ugly Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Tota ...
- JavaWeb知识回顾-servlet简介。
现在公司主要用jsp+servlet这种原生的开发方式,用的是uap的开发平台,所以趁着这个时候把有关javaweb的知识回顾一下. 首先是从servlet开始. 一.什么是Servlet?(是一些理 ...
- [你必须知道的.NET]第十七回:貌合神离:覆写和重载
本文将介绍以下内容: 什么是覆写,什么是重载 覆写与重载的区别 覆写与重载在多态特性中的应用 1. 引言 覆写(override)与重载(overload),是成就.NET面向对象多态特性的基本技术之 ...