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

关键词

搜索

型号

搜索

MAX7329AAP-T

产品描述Switching Voltage Regulators I2C Port Expanders
产品类别半导体    电源管理   
文件大小710KB,共19页
制造商Maxim(美信半导体)
官网地址https://www.maximintegrated.com/en.html
下载文档 详细参数 全文预览

MAX7329AAP-T在线购买

供应商 器件名称 价格 最低购买 库存  
MAX7329AAP-T - - 点击查看 点击购买

MAX7329AAP-T概述

Switching Voltage Regulators I2C Port Expanders

MAX7329AAP-T规格参数

参数名称属性值
产品种类
Product Category
Switching Voltage Regulators
制造商
Manufacturer
Maxim(美信半导体)
RoHSDetails
系列
Packaging
Reel
工厂包装数量
Factory Pack Quantity
2000

文档预览

下载PDF文档
19-2325; Rev 5; 12/05
Dual/Triple Ultra-Low-Voltage SOT23 µP
Supervisory Circuits
General Description
The MAX6715–MAX6729 are ultra-low-voltage microproces-
sor (µP) supervisory circuits designed to monitor two or three
system power-supply voltages. These devices assert a sys-
tem reset if any monitored supply falls below its factory-
trimmed or adjustable threshold and maintain reset for a
minimum timeout period after all supplies rise above their
thresholds. The integrated dual/triple supervisory circuits sig-
nificantly improve system reliability and reduce size com-
pared to separate ICs or discrete components.
These devices monitor primary supply voltages (V
CC
1) from
1.8V to 5.0V and secondary supply voltages (V
CC
2) from
0.9V to 3.3V with factory-trimmed reset threshold voltage
options (see
Reset Voltage Threshold Suffix Guide).
An
externally adjustable RSTIN input option allows customers to
monitor a third supply voltage down to 0.62V. These devices
are guaranteed to be in the correct reset output logic state
when either V
CC
1 or V
CC
2 remains greater than 0.8V.
A variety of push-pull or open-drain reset outputs along with
watchdog input, manual reset input, and power-fail input/out-
put features are available (see
Selector Guide).
Select reset
timeout periods from 1.1ms to 1120ms (min) (see
Reset
Timeout Period Suffix Guide).
The MAX6715–MAX6729 are
available in small 5, 6, and 8-pin SOT23 packages and oper-
ate over the -40°C to +85°C temperature range.
Features
V
CC
1 (primary supply) Reset Threshold Voltages
from 1.58V to 4.63V
V
CC
2 (secondary supply) Reset Threshold
Voltages from 0.79V to 3.08V
Externally Adjustable RSTIN Threshold for
Auxiliary/Triple-Voltage Monitoring
(0.62V internal reference)
Watchdog Timer Option
35s (min) Long Startup Period
1.12s (min) Normal Timeout Period
Manual Reset Input Option
Power-Fail Input/Power-Fail Output Option
(Push-Pull and Open-Drain Active-Low)
Guaranteed Reset Valid Down to V
CC
1 or
V
CC
2 = 0.8V
Reset Output Logic Options
Immune to Short V
CC
Transients
Low Supply Current 14µA (typ) at 3.6V
Small 5, 6, and 8-Pin SOT23 Packages
MAX6715–MAX6729
Applications
Multivoltage Systems
Telecom/Networking Equipment
Computers/Servers
Portable/Battery-Operated Equipment
Industrial Equipment
Printer/Fax
Set-Top Boxes
PART
MAX6715UT_
_D_ -T
MAX6716UT_
_D_ -T
MAX6717UK_
_D_ -T
MAX6718UK_
_D_ -T
MAX6719UT_
_D_ -T
MAX6720UT_
_D_ -T
Ordering Information
TEMP RANGE
-40°C to +85°C
-40°C to +85°C
-40°C to +85°C
-40°C to +85°C
-40°C to +85°C
-40°C to +85°C
PIN-PACKAGE
6 SOT23-6
6 SOT23-6
5 SOT23-5
5 SOT23-5
6 SOT23-6
6 SOT23-6
Typical Operating Circuit
OUT2
DC/DC
CONVERTER
OUT1
V
CC
1
R1
RST
RSTIN/PFI
MR
R2
PUSHBUTTON
SWITCH
MAX67_ _
WDI
PFO
RESET
I/O
NMI
µP
V
CC
2
UNREGULATED
DC
IN
1.8V
0.9V
I/O
CORE
SUPPLY SUPPLY
Note:
The first “_ _” are placeholders for the threshold voltage
levels of the devices. Desired threshold levels are set by the part
number suffix found in the Reset Voltage Threshold Suffix Guide.
The “_” after the D is a placeholder for the reset timeout delay
time. Desired delay time is set using the timeout period suffix
found in the Reset Timeout Period Suffix Guide. For example the
MAX6716UTLTD3-T is a dual-voltage supervisor V
TH
1 = 4.625V,
V
TH
2 = 3.075V, and 210ms (typ) timeout period.
Devices are available in both leaded and lead-free packaging.
Specify lead-free by replacing "-T" with "+T" when ordering.
Ordering Information continued at end of data sheet.
Pin Configurations and Selector Guide appear at end of
data sheet.
________________________________________________________________
Maxim Integrated Products
1
For pricing, delivery, and ordering information, please contact Maxim/Dallas Direct! at
1-888-629-4642, or visit Maxim’s website at www.maxim-ic.com.
28335 I2C使用FIFO时,是否有查询方式的处理
在使用28335芯片时,要求使用FIFO的方式,但是看到的历程和其他的代码都是必须要使用中断。 我尝试设置查询方式,但是屏蔽了中断后,查询方式的处理怎么都没有成功,请高人指点下。 有相同项 ......
hauling_9930 微控制器 MCU
ARM_EVM板原理图
http://www.51kaifa.com/zxxz/read.php?ID=2089...
xiyumengmeng ARM技术
FPGA+DP83848的程序实现
有没有论坛的朋友用过这款芯片,我初学,学习上有诸多不理解,希望用FPGA配置,发送过数据的朋友能够给点资料和指导,我现在只需要实现用RMII模式发送UDP数据包,是否只需要把模式配置成RMII其 ......
zyx2078 FPGA/CPLD
关于USB接口编程的几个问题?请帮忙解答!
我们开发了一个控制器,需要将控制器与PC连接,以便与控制器通信,自定义通信协议。 本来采用串口通信,代码已经写的差不多了,C#写的,使用SerialPort类,可以直接发送和读取通信协议。 但由 ......
yyf0986 嵌入式系统
ST以为自己是胡哥
问他们能否提供STM32的FFT,调查了好几次。决定用TMS320F2808,FFT现成的,相关系列产品价格差不多,特别明年推出的TMS320F2802X和TMS320F2803X,性价比更好。他们最后一次:“我是问你要做 ......
wangshaolei8701 stm32/stm8
存储测试之iometer
Iometer 是一个工作在单系统和集群系统上用来衡量和描述I/O子系统的工具。它的发音为“eye-OM-i-ter,” 以便和单词“thermometer.”的发音押韵。 Iometer 为计算机I/O子系统所作的工作就如同测 ......
白丁 综合技术交流

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1617  2748  583  659  2641  52  23  21  3  7 

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