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

关键词

搜索

型号

搜索

S-8261ABKMD-G3K-T2G

产品描述1-CHANNEL POWER SUPPLY SUPPORT CKT, PDSO6, LEAD FREE, SOT-23, 6 PIN
产品类别电源/电源管理    电源电路   
文件大小488KB,共33页
制造商ABLIC
标准  
下载文档 详细参数 全文预览

S-8261ABKMD-G3K-T2G概述

1-CHANNEL POWER SUPPLY SUPPORT CKT, PDSO6, LEAD FREE, SOT-23, 6 PIN

S-8261ABKMD-G3K-T2G规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
零件包装代码SOT-23
包装说明LSSOP,
针数6
Reach Compliance Codecompliant
其他特性DETECTION THRESHOLD VOLTAGE IS 4.1V
可调阈值NO
模拟集成电路 - 其他类型POWER SUPPLY SUPPORT CIRCUIT
JESD-30 代码R-PDSO-G6
长度2.9 mm
信道数量1
功能数量1
端子数量6
最高工作温度85 °C
最低工作温度-40 °C
封装主体材料PLASTIC/EPOXY
封装代码LSSOP
封装形状RECTANGULAR
封装形式SMALL OUTLINE, LOW PROFILE, SHRINK PITCH
峰值回流温度(摄氏度)260
认证状态Not Qualified
座面最大高度1.35 mm
最大供电电压 (Vsup)8 V
最小供电电压 (Vsup)1.5 V
标称供电电压 (Vsup)1.8 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子形式GULL WING
端子节距0.95 mm
端子位置DUAL
处于峰值回流温度下的最长时间10
宽度1.6 mm
Base Number Matches1

文档预览

下载PDF文档
S-8261 Series
www.sii-ic.com
© Seiko Instruments Inc., 2001-2014
BATTERY PROTECTION IC FOR 1-CELL PACK
Rev.5.4
_00
The S-8261 Series is a lithium-ion / lithium polymer rechargeable battery protection IC incorporating high-accuracy voltage
detection circuit and delay circuits.
The S-8261 Series is suitable for protection of single-cell lithium-ion / lithium polymer battery packs from overcharge,
overdischarge and overcurrent.
Features
(1)
Accuracy:
±25
mV (+25°C) and
±30
mV (−5°C to
+55°C)
*1
Overcharge hysteresis voltage
0.1 V to 0.4 V
Accuracy:
±25
mV
The overcharge hysteresis voltage can be selected from the range 0.1 V to 0.4 V in 50 mV step.
Overdischarge detection voltage
2.0 V to 3.0 V (applicable in 10 mV step) Accuracy:
±50
mV
Overdischarge hysteresis voltage 0.0 V to 0.7 V
*2
Accuracy:
±50
mV
The overdischarge hysteresis voltage can be selected from the range 0.0 V to 0.7 V in 100 mV step.
Overcurrent 1 detection voltage
0.05 V to 0.3 V (applicable in 10 mV step) Accuracy:
±15
mV
Overcurrent 2 detection voltage
0.5 V (fixed)
Accuracy:
±100
mV
(2) High voltage device is used for charger connection pins (VM and CO pins: absolute maximum rating
=
28 V).
(3) Delay times (overcharge: t
CU
, overdischarge: t
DL
, overcurrent 1: t
lOV1
, overcurrent 2: t
lOV2
) are generated by an
internal circuit. No external capacitor is necessary.
Accuracy:
±20%
(4) Three-step overcurrent detection circuit is included (overcurrent 1, overcurrent 2 and load short-circuiting).
(5) 0 V battery charge function “Available” / “Unavailable” is selectable.
(6) Power-down function “Yes” / “No” is selectable.
(7) Charger detection function and abnormal charge current detection function
The overdischarge hysteresis is released by detecting negative voltage at the VM pin (−0.7 V typ.) (Charger
detection function).
When the output voltage of the DO pin is high and the voltage at the VM pin is equal to or lower than the charger
detection voltage (−0.7 V typ.), the output voltage of the CO pin goes low (Abnormal charge current detection
function).
(8) Low current consumption
Operation mode
3.5
μA
typ., 7.0
μA
max.
Power-down mode
0.1
μA
max.
(9) Wide operating temperature range
−40°C
to
+85°C
(10) Lead-free, Sn 100%, halogen-free
*3
*1.
Overcharge release voltage
=
Overcharge detection voltage
Overcharge hysteresis voltage (where overcharge
release voltage
<
3.8 V is prohibited.)
*2.
Overdischarge release voltage
=
Overdischarge detection voltage
+
Overdischarge hysteresis voltage (where
overdischarge release voltage
>
3.4 V is prohibited.)
*3.
Refer to “
Product Name Structure”
for details.
Internal high accuracy voltage detection circuit
Overcharge detection voltage
3.9 V to 4.5 V (applicable in 5 mV step)
Applications
Lithium-ion rechargeable battery packs
Lithium polymer rechargeable battery packs
Package
SOT-23-6
Seiko Instruments Inc.
1
维修一台上海无线电二十一厂二踪示波器
自从寒假以来,已经经过了漫长的暑假时间,在这段时间里,出来买菜和偶尔的值班,基本在家窝着,感觉自己都快要发霉了、脑袋瓜也快要生锈了,今天下午闲着没事想想自己车库还有几台老设备可以折 ......
philips_lu 测试/测量
Keil C51初始化代码 Startup.a51的中文说明
Keil C51初始化代码 Startup.a51的中文说明 ;------------------------------------------------------------------------------ ; STARTUP.A51: 用户上电初始化程序 ;---------------- ......
bleach2008 51单片机
基于C8051F320的USB温度采集设备(可作学习板)
自己做的USB温度采集小板 自己设计并制作了一个USB采集环境温度的测试小板,MCU用的是C8051F320,能够实现采集温度传感器信号、能通过LCD显示环境温度、还能通过F320自带的USB接口将数据 ......
ufrdomain 51单片机
MDK 下全局变量和临时变量地址重合,怎么办?
新建了一个全局变量: uint8 SDBuffer; // 全局变量 函数中应用: for (i=0; i<512; i++){ SDBuffer【i】 = 'A';} FATFileWrite("456.txt", SDBuffer, FA_OPEN_ALWAYS); 可是 ......
zhaojun_xf 单片机
上海这里鼓励大学生自己创业做工程师有什么想法
上海这里鼓励大学生自己创业做工程师有什么想法...
maoshen 聊聊、笑笑、闹闹
再谈谈RCD的计算
  2019-8-31我曾发一篇帖子《也谈谈RCD的计算》。今天我想再谈谈反激变换器中RCD计算为什么不包括励磁电流所储存能量的释放。   我们从反激变换器基本电路开始说起。 432653 图(01 ......
maychang 电源技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1802  2785  2573  1553  2291  11  26  39  43  55 

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