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

关键词

搜索

型号

搜索

CAT1022WE-25

产品描述IC 1-CHANNEL POWER SUPPLY MANAGEMENT CKT, PDSO8, LEAD AND HALOGEN FREE, SOIC-8, Power Management Circuit
产品类别电源/电源管理    电源电路   
文件大小203KB,共21页
制造商ON Semiconductor(安森美)
官网地址http://www.onsemi.cn
标准  
下载文档 详细参数 全文预览

CAT1022WE-25概述

IC 1-CHANNEL POWER SUPPLY MANAGEMENT CKT, PDSO8, LEAD AND HALOGEN FREE, SOIC-8, Power Management Circuit

CAT1022WE-25规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
零件包装代码SOIC
包装说明SOP,
针数8
Reach Compliance Codecompliant
ECCN代码EAR99
可调阈值NO
模拟集成电路 - 其他类型POWER SUPPLY MANAGEMENT CIRCUIT
JESD-30 代码R-PDSO-G8
JESD-609代码e3
长度4.9 mm
信道数量1
功能数量1
端子数量8
最高工作温度125 °C
最低工作温度-40 °C
封装主体材料PLASTIC/EPOXY
封装代码SOP
封装形状RECTANGULAR
封装形式SMALL OUTLINE
峰值回流温度(摄氏度)260
认证状态Not Qualified
座面最大高度1.75 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)3 V
标称供电电压 (Vsup)3 V
表面贴装YES
技术CMOS
温度等级AUTOMOTIVE
端子面层MATTE TIN
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间40
宽度3.9 mm
Base Number Matches1

文档预览

下载PDF文档
CAT1021, CAT1022, CAT1023
Supervisory Circuits with I
2
C Serial 2k-bit CMOS
EEPROM, Manual Reset and Watchdog Timer
FEATURES
Precision Power Supply Voltage Monitor
— 5 V, 3.3 V and 3 V systems
— Five threshold voltage options
Watchdog Timer
Active High or Low Reset
— Valid reset guaranteed at V
CC
= 1 V
400 kHz I
2
C Bus
2.7 V to 5.5 V Operation
Low power CMOS technology
16-Byte Page Write Buffer
Built-in inadvertent write protection
— WP pin (CAT1021)
1,000,000 Program/Erase cycles
Manual Reset Input
100 year data retention
Industrial and extended temperature ranges
8-pin DIP, SOIC, TSSOP, MSOP or TDFN
(3 x 3 mm foot-print) packages
— TDFN max height is 0.8 mm
DESCRIPTION
The CAT1021, CAT1022 and CAT1023 are complete
memory and supervisory solutions for microcontroller-
based systems. A 2k-bit serial EEPROM memory and a
system power supervisor with brown-out protection are
integrated together in low power CMOS technology.
Memory interface is via a 400 kHz I
2
C bus.
The CAT1021 and CAT1023 provide a precision V
CC
sense circuit and two open drain outputs: one (RESET)
¯¯¯¯¯¯
drives high and the other (RESET) drives low whenever
V
CC
falls below the reset threshold voltage. The
¯¯¯¯¯¯
CAT1022 has only a RESET output and does not have
a Write Protect input. The CAT1021 also has a Write
Protect input (WP). Write operations are disabled if WP
is connected to a logic high.
All supervisors have a 1.6 second watchdog timer circuit
that resets a system to a known state if software or a
hardware glitch halts or “hangs” the system. For the
CAT1021 and CAT1022, the watchdog timer monitors
the SDA signal. The CAT1023 has a separate watchdog
timer interrupt input pin, WDI.
The power supply monitor and reset circuit protect
memory and system controllers during power up/down
and against brownout conditions. Five reset threshold
voltages support 5 V, 3.3 V and 3 V systems. If power
supply voltages are out of tolerance reset signals
become active, preventing the system microcontroller,
ASIC or peripherals from operating. Reset signals
become inactive typically 200 ms after the supply voltage
exceeds the reset threshold level. With both active high
and low reset signals, interface to microcontrollers and
¯¯¯¯¯¯
other ICs is simple. In addition, the RESET pin or a
separate input, ¯¯¯, can be used as an input for push-
MR
button manual reset capability.
The on-chip, 2k-bit EEPROM memory features a 16-byte
page. In addition, hardware data protection is provided
by a V
CC
sense circuit that prevents writes to memory
whenever V
CC
falls below the reset threshold or until V
CC
reaches the reset threshold during power up.
Available packages include an 8-pin DIP and surface
mount 8-pin SO, 8-pin TSSOP, 8-pin TDFN and 8-pin
MSOP packages. The TDFN package thickness is
0.8mm maximum. TDFN footprint options are 3 x 3mm.
For Ordering Information details, see page 19.
© 2009 SCILLC. All rights reserved.
Characteristics subject to change without notice
1
Doc. No. MD-3009 Rev. P
555电路无脉冲信号
大家好,我是初学者,我按书上的方法做出来的555线路没有脉冲,当S1开关按下时,LED发光管D1会亮,但手一松,D1马上会灭,并按要求亮5秒钟,我反复检查了很多遍都不知错在哪里。元器件方面47uF ......
simonsung 模拟电子
DAC0832+51做的数控电源
第一张图横轴代表I/O口的顺序 y轴代表按键按下的次数。数据代表I/O状态,我的测试程序是这样的 Wr=0; CS=0; val=0; P1=0; // a1=0;a2=1;a3=0;a4=1;a5=0;a6= ......
空空禅师 51单片机
应广单片机
最近在用应广的单片机的烧录器P-002烧录程序时一直无法从电脑下载程序到烧录器中,选择文件就提示文件被保护。有没有用应广片子的大牛,求点拨一下512978 ...
xuanyuanzhu 单片机
error: RTL8019AS chip not found { 0x50(0x50), 0x3d(0x70)}!
关键源码如下: static void eth_reset (void) { unsigned char ucTemp; /* reset NIC */ ucTemp = get_reg (RTL8019_RESET); put_reg (RTL8019_RESET, ucTemp); put_reg (RTL8019 ......
zserfv8210 嵌入式系统
海尔最新快速检测遥控器好坏的新方法
背景: 彩电遥控器是使用比较频繁的,且容易损坏,彩电的遥控器也是更换量比率大的备件。为了准确判定遥控器是否损坏,降低上门量和遥控器的不必要退换。1、接到用户信息,先让用户按照下面的措施 ......
绿草 家电维修集锦
蓝牙协议问题
最近看蓝牙的协议,感觉有些困惑。 蓝牙协议也应该算是一种传输的协议,它是代替有线的传输。所以上层可以用TCP/IP协议来模拟网络传输,而蓝牙本身只是实现一种无线的传输。而且也可以模拟串 ......
aug_com 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 629  796  2568  715  827  43  45  38  59  54 

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