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

关键词

搜索

型号

搜索

MAX6801UR32D2+T

产品描述supervisory circuits single upower 3-pin reset circuit
产品类别电源/电源管理    电源电路   
文件大小890KB,共8页
制造商Maxim(美信半导体)
官网地址https://www.maximintegrated.com/en.html
标准
下载文档 详细参数 全文预览

MAX6801UR32D2+T概述

supervisory circuits single upower 3-pin reset circuit

MAX6801UR32D2+T规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称Maxim(美信半导体)
零件包装代码SOT-23
包装说明TSSOP, TO-236
针数3
Reach Compliance Codecompli
ECCN代码EAR99
其他特性RESET THRESHOLD VOLTAGE IS 3.2V
可调阈值NO
模拟集成电路 - 其他类型POWER SUPPLY SUPPORT CIRCUIT
JESD-30 代码R-PDSO-G3
长度2.92 mm
湿度敏感等级1
信道数量1
功能数量1
端子数量3
最高工作温度125 °C
最低工作温度-40 °C
封装主体材料PLASTIC/EPOXY
封装代码TSSOP
封装等效代码TO-236
封装形状RECTANGULAR
封装形式SMALL OUTLINE, THIN PROFILE, SHRINK PITCH
峰值回流温度(摄氏度)260
电源0.8/5.5 V
认证状态Not Qualified
座面最大高度1.12 mm
最大供电电流 (Isup)0.012 mA
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)0.78 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术BICMOS
温度等级AUTOMOTIVE
端子形式GULL WING
端子节距0.95 mm
端子位置DUAL
阈值电压标称+3.2V
处于峰值回流温度下的最长时间40
宽度1.3 mm

文档预览

下载PDF文档
MAX6800/MAX6801/
MAX6802
3-Pin, Low-Power
μP Reset Circuits
General Description
The MAX6800/MAX6801/MAX6802 microprocessor (μP)
supervisory circuits monitor the power supplies in 2.85V to
5.0V μP and digital systems. They increase circuit reliability
and reduce cost by eliminating external components and
adjustments.
These devices perform a single function—they assert a
reset signal whenever the V
CC
supply voltage declines
below a preset threshold, keeping it asserted for a preset
timeout period after V
CC
has risen above the reset
threshold. The only difference among the three devices
is their output. The MAX6801 (push/pull) and MAX6802
(open-drain) have an active-low
RESET
output, while the
MAX6800 (push/pull) has an active-high RESET output.
The devices are guaranteed to be in the correct state for
V
CC
down to 0.7V. The MAX6802 is guaranteed to be in
the correct state for V
CC
down to 1.0V.
The reset comparator in these ICs is designed to ignore
fast transients on V
CC
. Reset thresholds are factory-
trimmable between 2.63V and 4.80V, in approximately
100mV increments. These devices are available with
a 1ms (min), 20ms (min), or 100ms (min) reset pulse
width. Ideal for space-critical applications, the MAX6800/
MAX6801/MAX6802 come packaged in a 3-pin SOT23.
For a lower threshold voltage version, see the MAX6332/
MAX6333/MAX6334.
● Ultra-Low 0.7V Operating Supply Voltage
● Low 4.0μA Supply Current
● Precision Monitoring of 2.85V to 5.0V Power-
Supply Voltages
● Reset Thresholds Available from 2.63V to 4.80V, in
Approximately 100mV Increments
● Fully Specified over Temperature
● Three Power-On Reset Timeout Periods Available
(1ms min, 20ms min, 100ms min)
● Low Cost
● Three Available Output Structures: Push/Pull
RESET, Push/Pull
RESET,
Open-Drain
RESET
● Guaranteed RESET/RESET Valid to V
CC
= 0.7V
(MAX6800/MAX6801)
● Power-Supply Transient Immunity
● No External Components Required
● 3-Pin SOT23 Package
● Pin-Compatible with MAX809/MAX810,
MAX6326/MAX6327/MAX6328, and
MAX6346/MAX6347/MAX6348
Benefits and Features
Applications
Typical Operating Circuit
Computers
Controllers
Intelligent Instruments
Critical μP/μC Power Monitoring
Portable/Battery-Powered Equipment
V
CC
V
CC
V
CC
MAX6801
µP
RESET
Selector Guide (Standard Versions*)
appears at end of data sheet.
RESET
GND
GND
19-1933; Rev 5; 2/16
我的创意计划和功能实现方案
本帖最后由 lvqy 于 2020-6-6 13:20 编辑 # 我的创意 平板支撑是风靡全球的健身动作。只要每天坚持做这个动作就可以有效的健身瘦身: + 提高我们的平衡能力、运动能力,增强核心力量 ......
lvqy ST MEMS传感器创意设计大赛专区
【R7F0C809】第八篇--概要设计之设计流程
基本设计概念和处理流程 处理流程分上位机和下位机两大部分。下位机部分设有3个按键: 帮助按键下附有使用说明及关于我们的信息; 指纹输入模式下,系统将在界面上显示“请输入指纹”字样, ......
陌路绝途 瑞萨MCU/MPU
【我的电子技术入门之路】
【我的电子技术入门之路】----我的电子技术入门之路 最早接触与电子相关的东西,还是在本科大一下学期,那时候我们学院实验室开始招纳新生,我兴致勃勃去报名,被老师考了几个问题,侥幸过 ......
yaorumeng 工作这点儿事
MCS-51单片机定点运算子程序库(一)
MCS-51单片机定点运算子程序库(一) 定点运算子程序库文件名为DQ51.ASM,为便于使用,先将有关约定说明如下:1.多字节定点操作数:用或来表示存放在由R0或R1指示的连续单元中的数据。地址小 ......
rain 51单片机
补偿算法
/*直线接直线*/ #include <stdio.h> #include <math.h> main() { float r,x0,y0,x1,y1,x2,y2,xl1,yl1,xl2,yl2,xs1,ys1,xs2,ys2,xs3,ys3; int sng; char g1;/*字符数组存 ......
lingyufeng FPGA/CPLD
求ADE7878A的参考例程
目前基本功能已经实现,采用SPI接口来通信。 已经能够读到电压、电流、频率。 A相的功率、功率因素也已经读到,但是B相、C相读取不到。 未连接CT、PT时读数乱跳,求大佬指点一二。谢谢! ......
shauew ADI 工业技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 16  2157  474  1064  1066  27  30  23  29  6 

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