电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

XC9211A283DR

产品描述Switching Regulator/Controller
产品类别电源/电源管理    电源电路   
文件大小92KB,共10页
制造商TOREX(特瑞仕)
官网地址http://www.torex.co.jp/chinese/
标准
下载文档 详细参数 全文预览

XC9211A283DR概述

Switching Regulator/Controller

XC9211A283DR规格参数

参数名称属性值
是否Rohs认证符合
厂商名称TOREX(特瑞仕)
包装说明,
Reach Compliance Codecompliant
湿度敏感等级1
Base Number Matches1

文档预览

下载PDF文档
XC9211/ 9212 Series
Preliminary
P channel Driver Transistor Built-In
Synchronous (N channel Switching Transistor Built-in)
Input Voltage Range
Output Voltage Range
Oscillation Frequency
Output Current
Maximum Duty Ratio
: 1.8V ~ 6.0V
: 0.9V ~ 4.0V
: 300kHz, 600kHz, 900kHz
: 400mA
: 100%
Driver Transistor Built-In Step-Down DC/DC Converters
Synchronous PWM, Non Synchronous PWM/PFM Switchable
November 18, 2002 Ver. 2
Applications
Mobile phones (PDC, GSM, CDMA, IMT2000 etc.)
PDA, Portable communication modem
Portable game
Camera, Digital camera
Cordless phone
Note book computer
PWM/PFM Switching Control (XC9212 : Non Synchronous)
Ceramic Capacitor Compatible
Ultra Small Packages : SOT-25 & USP-6B
General Description
The XC9211/9212 series is a group of synchronous-rectification
type DC/DC converters with a built-in 0.6
P-channel driver
transistor and N-channel switching transistor, designed to allow
the use of ceramic capacitors. The ICs enable a high efficiency,
stable power supply with an output current of 400 mA to be
configured using only a coil and two capacitors connected
externally.
Minimum operating voltage is 1.8 V. Output voltage is internally
programmable in a range from 0.9 V to 4.0 V in increments of
0.1 V (accuracy:
±
2.0%). With the built-in oscillator, oscillation
frequency is selectable from 300 kHz, 600 kHz and 900 kHz to
make available the frequency best suited to your particular
application. As for operation mode, the XC9211 series is of a
synchronous-rectified PWM control type, while the XC9212
series can be manually switched between the PWM control
mode with synchronous rectification and the automatic
PWM/PFM switching control mode with non synchronous
rectification, allowing fast response, low ripple and high
efficiency over the full range of load (from light load to high
output current conditions). The soft start and current control
functions are internally optimized. During standby, all circuits
are shutdown to reduce current consumption to as low as 0.5
µA
or less. With the built-in U.V.L.O. (Under Voltage Lock Out)
function, the internal P channel driver transistor is forced OFF
when input voltage becomes 1.6 V or lower. Two types of
packages, 250 mW (SOT-25) and 100 mW (USP-6B), are
available depending on applications.
Features
P ch driver Tr. Built-in
: On resistance 0.6Ω
N ch driver Tr. Built-in : On resistance 0.6Ω (Synchronous)
Output Voltage Range : 0.9V ~ 4.0V (0.1V step)
Fixed output voltage accuracy
±2%
Oscillation Frequency
: 300kHz, 600kHz, 900kHz
Fixed oscillation frequency
accuracy ±15%
Stand-by function
Soft start circuit built-in
Current limiter circuit built-in
: 600mA
: Istb = 0.5µA (max.)
Typical Application Circuit
V
IN
L
1
V
IN
Lx
5
V
OUT
(400mA)
Electrical Characteristics
XC9212A186
Output Voltage 1.8V Fixed, FOSC : 600kHz
L=10µH (CDRH4D18)
CIN=4.7µF (Ceramic), CL=10µF (Ceramic)
100
PWM/PFM Automatic Switch (Non-Synchronous)
Efficiency EFFI (%)
C
IN
(ceramic) 2 V
SS
CE/MODE
3 CE/ V
OUT
MODE
(
)
SD *
C
L
(ceramic)
80
60
40
20
0
4
PWM (Synchronous)
3.6V
VIN=2.4
1
10
100
1000
L
CL
CIN
SD
: 10µH (SUMIDA CDRH4D18)
: 10µH (Ceramic)
: 4.7µH (Ceramic)
: CRS02 (TOSHIBA Schottky Diode)
0.1
Output Current I
OUT
(mA)
* SD is externally set up for XC9212 series when used in non-synchronous PWM operation with large current.
1
两粒沙的爱情
她曾经是世界上最美丽的珍珠,最纯的黄金,现在她是一粒飞上了茫茫宇宙的沙粒,是一个星球向宇宙所做的标志。可是比起这一切来她宁愿在海底做一粒沙,哪怕在自己所爱的沙粒身边待上一个小时,就 ......
gaoyanmei 聊聊、笑笑、闹闹
总结C语言中的数组知识点
数组:只能存放一种数据类型,比如int类型的数组、float类型的数组,里面存放的数据称为“元素”。 数组的定义: 首先声明数组的类型,然后声明数组元素的个数,也就是定义需要 ......
可乐zzZ 单片机
RFID在血液管理方面的应用
一、引言 RFID(无线射频识别,Radio Frequency Identification)是一种采用射频技术的非接触式自动识别技术。RFID系统基本构成为标签、阅读器和天线三部分,同时在实际应用中还需要相关硬 ......
kandy2059 工业自动化与控制
新人报到
:loveliness::loveliness:各位多多照顾...
lhyaaa06 聊聊、笑笑、闹闹
关于单片机摇摇棒控制变量的问题
/*****中断服务程序*****/ void intersvr0(void) interrupt 0 { KY=~KY; //每个摇动来回水银开关会在摆幅两端分别产生下降沿中断,只提取其中一次(从左向右摇才 ......
zwq30767 51单片机
【Beetle ESP32-C3】几个micropython的例子
下载了micropython固件,就可以轻松开始测试。先通过几个小程序测试一下: 闪灯 from machine import Pin from time import sleep_ms LED = Pin(10, Pin.OUT) while 1: ......
dcexpert 无线连接

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2925  2866  2604  1545  2400  50  25  6  46  3 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved