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

关键词

搜索

型号

搜索

S-1206B18-I6T2U

产品描述LDO Voltage Regulators Linear LDO reg Hi 1uA Iq 250mA Iout
产品类别电源/电源管理    电源电路   
文件大小576KB,共36页
制造商ABLIC
标准
下载文档 详细参数 全文预览

S-1206B18-I6T2U在线购买

供应商 器件名称 价格 最低购买 库存  
S-1206B18-I6T2U - - 点击查看 点击购买

S-1206B18-I6T2U概述

LDO Voltage Regulators Linear LDO reg Hi 1uA Iq 250mA Iout

S-1206B18-I6T2U规格参数

参数名称属性值
是否Rohs认证符合
厂商名称ABLIC
零件包装代码SOIC
包装说明VSOF,
针数6
Reach Compliance Codecompliant
ECCN代码EAR99
最大回动电压 10.5 V
最大输入电压6.5 V
最小输入电压2.3 V
JESD-30 代码R-PDSO-F6
JESD-609代码e3
长度1.6 mm
功能数量1
端子数量6
最大输出电压 11.818 V
最小输出电压 11.782 V
标称输出电压 11.8 V
封装主体材料PLASTIC/EPOXY
封装代码VSOF
封装形状RECTANGULAR
封装形式SMALL OUTLINE, VERY THIN PROFILE
峰值回流温度(摄氏度)NOT SPECIFIED
调节器类型FIXED POSITIVE SINGLE OUTPUT LDO REGULATOR
座面最大高度0.5 mm
表面贴装YES
技术CMOS
端子面层Tin (Sn)
端子形式FLAT
端子节距0.5 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度1.57 mm

文档预览

下载PDF文档
S-1206 Series
www.ablicinc.com
© ABLIC Inc., 2006-2015
ULTRA LOW CURRENT CONSUMPTION AND
LOW DROPOUT CMOS VOLTAGE REGULATOR
Rev.3.2
_02
The S-1206 Series is a positive voltage regulator with ultra low current consumption, low dropout voltage, high-accuracy
output voltage, and 250 mA output current developed based on CMOS technology.
I/O capacitors are as small as 0.1
F.
S-1206 Series operates at ultra low current consumption of 1.0
A
(typ.).
The built-in low-on-resistance transistor realizes low dropout voltage and a large output current. A built-in overcurrent
protection circuit prevents the load current from exceeding the current capacity of the output transistor.
Three packages, SOT-23-3, SOT-89-3, and SNT-6A(H) are available.
Compared with voltage regulators using a conventional CMOS technology, more types of capacitors, including small I/O
capacitors, can be used with the S-1206 Series. The S-1206 Series features ultra low current consumption and comes in a
small package, making them most suitable for portable equipment.
Features
Output voltage:
Input voltage:
Output voltage accuracy:
Dropout voltage:
Current consumption:
Output current:
Input and output capacitors:
Built-in overcurrent protection circuit:
Operation temperature range:
*2
Lead-free, Sn 100%, halogen-free
1.2 V to 5.2 V, selectable in 0.05 V step
1.7 V to 6.5 V
1.0%
(1.2 V to 1.45 V output product:
15
mV)
150 mV typ. (3.0 V output product, I
OUT
= 100 mA)
During operation: 1.0
A
typ., 1.5
A
max.
Possible to output 250 mA (3.0 V output product, V
IN
V
OUT(S)
1.0 V)
*1
A ceramic capacitor of 0.1
F
or more can be used.
Limits overcurrent of output transistor.
Ta =
40°C
to
85°C
*1.
Attention should be paid to the power dissipation of the package when the output current is large.
*2.
Refer to “
Product Name Structure”
for details.
Applications
Constant-voltage power supply for battery-powered device
Constant-voltage power supply for cellular phone
Constant-voltage power supply for portable equipment
Packages
SOT-23-3
SOT-89-3
SNT-6A(H)
1
关于电赛,有经验的可以告诉我一些注意事项吗?
第一次做,有经验的可以告诉我一些注意事项吗? 大学生电子设计竞赛题 A题:四旋翼飞行器 1. 任务 设计制作一架能够自主飞行的四旋翼飞行器。 2. 要求 四旋翼飞行器能 ......
940529 电子竞赛
使用ESP8266做音频传输,与ADC芯片进行连接时有接口重叠了!我该怎么办?
我的情况是这样的:我制作的这个器件是一个带wifi功能的录音器。工作流程是:录音-》ADC-》wifi上传。ADC这个环节没有用esp片内的ADC,而是用外设的ADC芯片,这个芯片和ESP既有 I2C 的连接又有 ......
RDDcoding 单片机
msp430 的引导存储器是干嘛的?我仿真了自己写的一个程序,查看引导存储器区全是空的
msp430 的引导存储器是干嘛的?我仿真了自己写的一个程序,查看引导存储器区全是空的,引导区是干嘛的呢,是不是跟ARM的boot loader 作用一样呢...
xinbako 微控制器 MCU
jlinkV9修复(简单快捷)
本帖最后由 weizhongc 于 2016-9-6 18:09 编辑 号称不掉固件的jlinkv9,用了很久,终于还是掉了固件。 一开始以为硬件问题,量了电压都正常,MCU的几个电压也正常,可是晶振没有起震。 那应 ......
weizhongc stm32/stm8
LPC 8N04无法下载程序问题
昨天收到LPC8N04之后就开始捣鼓,编写了一个LED的程序,准备下载,但是始终下载不进去,可以确认: 1:驱动安装正确 2:可以读取到下载器的信息 3:Flash配置正确 然后我就尝试了更新固件, ......
申小林 NXP MCU
发现S5pv210 uboot 一个 Inp32(_addr) 和readl(_addr)奇葩问题
在S5pv210 的uboot里面,有 #define Inp32(_addr) readl(_addr) 但是 if(!(Inp32(0xE0200C04)&0x02))和if(!(readl(0xE0200C04)&0x02)) 使用效果完全不一样,让人大跌眼镜, 搞的我整了一 ......
Wince.Android 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 856  2782  916  1875  1587  11  44  51  41  33 

器件索引   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