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

关键词

搜索

型号

搜索

CAT1024RD4I-28TE13

产品描述1-CHANNEL POWER SUPPLY SUPPORT CKT, DSO8, 3 X 3 MM, 0.80 MM HEIGHT, MO-229, TDFN -8
产品类别电源/电源管理    电源电路   
文件大小188KB,共19页
制造商ON Semiconductor(安森美)
官网地址http://www.onsemi.cn
下载文档 详细参数 全文预览

CAT1024RD4I-28TE13概述

1-CHANNEL POWER SUPPLY SUPPORT CKT, DSO8, 3 X 3 MM, 0.80 MM HEIGHT, MO-229, TDFN -8

CAT1024RD4I-28TE13规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
零件包装代码SON
包装说明HVSON,
针数8
Reach Compliance Codecompli
ECCN代码EAR99
可调阈值NO
模拟集成电路 - 其他类型POWER SUPPLY SUPPORT CIRCUIT
JESD-30 代码S-XDSO-N8
JESD-609代码e0
长度3 mm
湿度敏感等级1
信道数量1
功能数量1
端子数量8
最高工作温度85 °C
最低工作温度-40 °C
封装主体材料UNSPECIFIED
封装代码HVSON
封装形状SQUARE
封装形式SMALL OUTLINE, HEAT SINK/SLUG, VERY THIN PROFILE
峰值回流温度(摄氏度)240
认证状态Not Qualified
座面最大高度0.8 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)3 V
标称供电电压 (Vsup)3.3 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子面层TIN LEAD
端子形式NO LEAD
端子节距0.65 mm
端子位置DUAL
处于峰值回流温度下的最长时间30
宽度3 mm
Base Number Matches1

文档预览

下载PDF文档
CAT1024, CAT1025
Supervisory Circuits with
I
2
C Serial 2k-bit CMOS
EEPROM and Manual Reset
Description
The CAT1024 and CAT1025 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 CAT1025 provides 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
CAT1025 also has a Write Protect input (WP). Write operations are
disabled if WP is connected to a logic high.
The CAT1024 also provides a precision V
CC
sense circuit, but has
only a RESET output and does not have a Write Protect input.
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 CAT1024 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,
MR, can be used as an input for push−button manual reset capability.
The CAT1024/25 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 PDIP and a surface mount
8−pin SO, 8−pin TSSOP, 8−pin TDFN and 8−pin MSOP packages.
The TDFN package thickness is 0.8 mm maximum. TDFN footprint is
3 x 3 mm.
Features
http://onsemi.com
PDIP−8
CASE 646AA
TSSOP−8
CASE 948S
SOIC−8
CASE 751BD
MSOP−8
CASE 846AD
TDFN−8
CASE 511AL
ORDERING INFORMATION
For Ordering Information details, see page 13.
Precision Power Supply Voltage Monitor
5 V, 3.3 V and 3 V Systems
Five Threshold Voltage Options
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 (CAT1025)
1,000,000 Program/Erase Cycles
Manual Reset Input
100 Year Data Retention
Industrial and Extended Temperature Ranges
Green Packages Available with NiPdAu Lead Finished
These Devices are Pb−Free, Halogen Free/BFR Free
and are RoHS Compliant
Publication Order Number:
CAT1024/D
©
Semiconductor Components Industries, LLC, 2011
November, 2011
Rev. 20
1
SG3524与SG3525的功能特点及软起动功能的比较
摘要:对PWM控制芯片SG3524与SG3525的工作性能作了介绍和比较,通过实验得出了SG3525在软起动功能上较SG3524有很大的改进。 关键词:SG3524;SG3525;脉宽调制;软起动   0 引言 目前,开关电 ......
zbz0529 电源技术
基于DSP和FPGA技术的液晶显示数字存储示波器研究
基于DSP和FPGA技术的液晶显示数字存储示波器研究 23392...
Uxianzhang DIY/开源硬件专区
版主在没?为什么串口接受超过8个字节就出错啊?
//设置串口读写时间 COMMTIMEOUTS CommTimeOuts; GetCommTimeouts (m_hComm, &CommTimeOuts); CommTimeOuts.ReadIntervalTimeout = MAXDWORD; CommTimeOuts.ReadTotalTimeoutMultiplie ......
sanoboy 嵌入式系统
STM32L476的USART1中断自动调用回调函数的疑问
请教大家了,:congratulate:网上资料以及论坛都说STM32进入USART1中断后会自动调用void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)或者void HAL_UART_TxCpltCallback(UART_HandleType ......
ZHANGXUEJIE stm32/stm8
这个有意思《令人拍案称奇的存储器演变简史(图文)》
比尔盖茨曾说过一句很著名的话,640K的PC RAM足以满足任何人的需求!当你看完本文时,你将会由此可以证实此话的真实性,与此同时你也会领略到640K是多么庞大的一个存储数字。 107432 ......
wstt 能源基础设施
信号放大和滤波的顺序
是否信号都需要先滤波再放大呢?如果我的信号噪声放大后不至于使运放失真的话是不是也可以先放大再滤波,这样还能把前级运放产生的噪声一块虑掉?还有如果我使用带增益的有源滤波的话效果和前两 ......
caijianfa55 模拟电子

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 35  2108  74  1291  1265  10  14  46  1  18 

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