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

关键词

搜索

型号

搜索

S-13R1C16-I4T1U3

产品描述LDO Voltage Regulators VOLTAGE REGULATOR
产品类别半导体    电源管理   
文件大小678KB,共50页
制造商ABLIC
标准
下载文档 详细参数 全文预览

S-13R1C16-I4T1U3在线购买

供应商 器件名称 价格 最低购买 库存  
S-13R1C16-I4T1U3 - - 点击查看 点击购买

S-13R1C16-I4T1U3概述

LDO Voltage Regulators VOLTAGE REGULATOR

S-13R1C16-I4T1U3规格参数

参数名称属性值
Product AttributeAttribute Value
制造商
Manufacturer
ABLIC
产品种类
Product Category
LDO Voltage Regulators
RoHSDetails
安装风格
Mounting Style
SMD/SMT
封装 / 箱体
Package / Case
SNT-4
Output Voltage1.6 V
Output Current150 mA
Number of Outputs1 Output
PolarityPositive
Input Voltage MAX5.5 V
Input Voltage MIN2 V
输出类型
Output Type
Fixed
最小工作温度
Minimum Operating Temperature
- 40 C
最大工作温度
Maximum Operating Temperature
+ 85 C
系列
Packaging
Reel
产品
Product
LDO CMOS Voltage Regulator
类型
Type
Reverse Current Protection CMOS Voltage Regulator
Output Voltage Range1.584 V to 1.616 V
PSRR / Ripple Rejection - Typ70 dB
Line Regulation0.05 % / V
工作电源电流
Operating Supply Current
5 uA
工厂包装数量
Factory Pack Quantity
5000

文档预览

下载PDF文档
S-13R1 Series
www.ablicinc.com
© ABLIC Inc., 2012-2014
REVERSE CURRENT PROTECTION
CMOS VOLTAGE REGULATOR
Rev.1.2
_02
The S-13R1 Series, developed by using the CMOS technology, is a positive voltage regulator IC of 150 mA output current,
which has low dropout voltage, high-accuracy output voltage and low current consumption.
Even with low current consumption of 5
A
typ., it has high ripple-rejection of 70 dB typ., and a ceramic capacitor of 1.0
F
or
more can be used as the input and output capacitors.
The S-13R1 Series includes an overcurrent protection circuit that prevents the load current from exceeding the current
capacity of the output transistor and a thermal shutdown circuit that prevents damage because of overheating.
Due to the built-in reverse current protection function, the reverse current flowing from the VOUT pin to the VIN pin can be
controlled as the small value 0.09
A
max. Therefore, IC protection diode is not needed.
Features
1.2 V to 4.0 V, selectable in 0.05 V step
2.0 V to 5.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: 5
A
typ., 9
A
max.
During power-off: 0.1
A
typ., 1.0
A
max.
Output current:
Possible to output 150 mA (V
IN
V
OUT(S)
1.0 V)
*1
Input and output capacitors:
A ceramic capacitor of 1.0
F
or more can be used.
Ripple rejection:
70 dB typ. (3.0 V output product, f = 1.0 kHz)
Reverse current protection function:
I
REV
= 0.09
A
max.
Built-in overcurrent protection circuit:
Limits overcurrent of output transistor.
Built-in thermal shutdown circuit:
Prevents damage caused by heat.
Built-in ON / OFF circuit:
Ensures long battery life.
Constant current source pull-down is selectable.
Discharge shunt function is selectable.
Operation temperature range:
Ta =
40°C
to
85°C
Lead-free (Sn 100%), halogen-free
*1.
Attention should be paid to the power dissipation of the package when the output current is large.
Output voltage:
Input voltage:
Output voltage accuracy:
Dropout voltage:
Current consumption:
Applications
Constant-voltage power supply for battery-powered device
Constant-voltage power supply for portable equipment
Constant-voltage power supply for home electric appliance
Constant-voltage power supply for mobile phone
Packages
SOT-23-5
SC-82AB
HSNT-4 (1010)
1
5509寄存器地址问题----多谢帮忙啊
这是我的LCD1602程序,请问这两个地址是怎么冒出来的 #define LCD_COM (*((unsigned int *)0x601000)) #define LCD_DAT (*((unsigned int *)0x601002)) #define command 0 ......
jackie0025 DSP 与 ARM 处理器
DCS故障判断思路和DCS故障处理技能
仪器仪表 yunrun.com.cn/product/ DCS的可靠性很高,但在中仍然避免不了会出故障,昌晖仪表在本文和大家分享DCS故障判断思路和DCS故障处理相关知识。通常DCS故障按故障性质可分为人为故障和设 ......
yunrun 工业自动化与控制
求大神指导,DPS28335中CMD的问题,illegal中断
本帖最后由 xhb279827429 于 2015-6-29 20:44 编辑 204310 204310 程序运行到PrintData就回进入,违法中断。204304 已经尝试改大了 stack,sysmem,204305都没用,一样会出错。 ......
xhb279827429 DSP 与 ARM 处理器
mini2440 统宝3.5寸液晶技术资料
●板上集成4线电阻式触摸屏接口,可以直接连接四线电阻触摸屏 ● 支持黑白、4级灰度、16级灰度、256色、4096色STN液晶屏,尺寸 从3.5寸到12.1寸,屏幕分辨率可以达到1024x768象素; ● 支持 ......
soso 嵌入式系统
【下载】STM32WB BLE 应用低功耗设计
本帖最后由 火辣西米秀 于 2021-4-24 22:21 编辑 功耗是物联网应用当中非常关键的因素,在开发的早期都会对功耗进行评估和测试。那么,如何使用ST 提供的工具对动态功耗进行测量呢?针对BLE ......
火辣西米秀 stm32/stm8
(转载)C语言实现通用数据结构的高效设计
使用宏替代模板的方案原地址 http://blog.csdn.net/celerychen2009/article/details/40655239最近在阅读一个开源的C++代码,里面用到了大量的STL里面的东西。也许是自己一直用C而很少用C++来实 ......
247153481 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2194  1646  2013  2548  2800  45  28  4  58  24 

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