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電路電感的選擇 簡介 在開關電源的設計中電感的設計為 ...
随机推荐
- socket 开发 - 那些年用过的基础 API
---------------------------------------------------------------------------------------------------- ...
- 设计模式之笔记--解释器模式(Interpreter)
解释器模式(Interpreter) 定义 解释器模式(Interpreter),给定一个语言,定义它的文法的一种表示,并定义一个解释器,这个解释器使用该表示来解释语言中的句子. 类图 描述 Expr ...
- linux系统定时任务设置
.使用at命令设置一次性定时任务 2.使用crontab设置周期性定时任务 1)cd /home 目录下,使用vi test.py创建文件,内容如下: #!/usr/bin/python#coding ...
- u-boot启动第一阶段
目标板:2440开发板 u-boot启动的第一阶段是在文件start.S中完成的,这个过程对不同硬件平台的设置是不同的.下面进入start.S _start: b reset //跳转到reset / ...
- 一个好的Java时间工具类DateTime
此类的灵感来源于C# 虽然网上有什么date4j,但是jar太纠结了,先给出源码,可以继承到自己的util包中,作为一个资深程序员,我相信都有不少好的util工具类,我也希望经过此次分享,能带动技术大 ...
- jersey中的 404 Not Found 错误。
把资源定义到com.diandaxia.rest包里 就可以了: 当然也可以使用注册的方式,注册到jersey框架里.当一个类 必须再com.diandaxia.rest 包之外的话,又不想 扩大 自 ...
- python爬取漫画
抓取漫画的网址是:sf互动传媒 抓取漫画的由来也是看了知乎上有人说用爬取漫画,然后自己也玩玩 首页中每个漫画的url是类似这样存储的: <tr> <td height="3 ...
- 【hdoj_1753】大明A+B(大数)
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1753 本题要求是,进行多位的小数加法,由于位数很多,所以不能用double类型存储,可以用字符串存储,然后 ...
- PHP完整的AES加解密算法使用及例子(256位)
依赖PHP自身的mcrypt扩展 <?php class aes { // CRYPTO_CIPHER_BLOCK_SIZE 32 private $_secret_key = 'default ...
- hdu4347
求与询问点欧几里德距离前m小的点 其实就是在kdtree询问的时候用优先队列维护一下就好了 好久没写kdtree练一练,注意这道题是多测 #include<bits/stdc++.h> u ...