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

关键词

搜索

型号

搜索

ASM6382XR26TD1G-T

产品描述Power Supply Support Circuit, Fixed, 1 Channel, PDSO3, GREEN, SC-70, 3 PIN
产品类别电源/电源管理    电源电路   
文件大小151KB,共15页
制造商PulseCore Semiconductor Corporation
标准
下载文档 详细参数 全文预览

ASM6382XR26TD1G-T概述

Power Supply Support Circuit, Fixed, 1 Channel, PDSO3, GREEN, SC-70, 3 PIN

ASM6382XR26TD1G-T规格参数

参数名称属性值
是否Rohs认证符合
包装说明GREEN, SC-70, 3 PIN
Reach Compliance Codeunknown
其他特性RESET THRESHOLD VOLTAGE IS 2.63V
可调阈值NO
模拟集成电路 - 其他类型POWER SUPPLY SUPPORT CIRCUIT
JESD-30 代码R-PDSO-G3
JESD-609代码e3/e6
长度2.05 mm
信道数量1
功能数量1
端子数量3
最高工作温度125 °C
最低工作温度-40 °C
封装主体材料PLASTIC/EPOXY
封装代码TSSOP
封装形状RECTANGULAR
封装形式SMALL OUTLINE, THIN PROFILE, SHRINK PITCH
峰值回流温度(摄氏度)260
认证状态Not Qualified
座面最大高度1.1 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)1 V
表面贴装YES
温度等级AUTOMOTIVE
端子面层MATTE TIN/TIN BISMUTH
端子形式GULL WING
端子节距0.65 mm
端子位置DUAL
处于峰值回流温度下的最长时间40
宽度1.25 mm
Base Number Matches1

文档预览

下载PDF文档
September 2005
rev
1.5
ASM6381 - ASM6390
Single/Dual Low Voltage, Low Power Microcontroller Power Supply Supervisor
General Description
The ASM6381 - ASM6390 are cost effective +1.8V to +5V
power supply supervisor circuits optimized for low-power
microprocessor (µP), microcontroller (µC) and digital systems.
They provide a reset output during power-up, power-down and
brown-out conditions. They provide excellent reliability by
eliminating external components and adjustments.
A reset signal is issued if the power supply voltage drops below
a preset reset threshold and is asserted for a minimum reset
timeout period after the supply has risen above the reset
threshold. The reset timeout periods are available from 1ms to
1200ms. The ASM6381, ASM6384 and ASM6387 have a push-
pull active-low reset output. The ASM6382, ASM6385 and
ASM6388 have a push-pull active-high reset output, and the
ASM6383, ASM6386, ASM6389 and ASM6390 have an open-
drain active-low reset output. The ASM6384, ASM6385 and
ASM6386 also feature a manual reset input.
The ASM6387, ASM6388, ASM6389 have an auxiliary input
RESET IN for monitoring a second voltage. The ASM6390
offers a manual reset input with a longer V
CC
reset timeout
period and a shorter manual reset timeout.
The reset output state is guaranteed to be in the correct logic
state for V
CC
down to 1V. The reset comparator is designed to
ignore fast transients on V
CC
.
• Factory-set Reset Threshold Voltages ranging from +1.58V
to 4.63V.
• Monitor 1.8V to 5V supplies.
• Push-Pull Active-low reset valid with 1.0V supply.
• Small 3-pin SC-70, 4-pin SC-70, 3-pin and 5-pin SOT23
packages.
• No external components.
• Specified over full temperature range: -40°C to 125°C
• Seven Reset Timeout periods: 1ms, 20ms, 140ms, 280ms,
560ms, 1120ms, 1200ms (min).
• Low power consumption: 3µA at +1.8V.
• Auxiliary RESET IN
• Manual Reset input.
Low supply current makes the ASM6381 - ASM6390 ideal for
use in portable and battery operated equipments. The
ASM6381 - ASM6383 are available in a compact, industry
standard 3-pin SC70 package and the ASM6384 - ASM6390
are available in a compact, industry standard 4-pin SC70
package. The ASM63811, ASM63812,
3-pin and 5-pin SOT23 package.
Reset thresholds are available from +1.58V to 4.63V in
approximately 100mV increments to support +1.8V to +5V
systems.
ASM63832 are
available in 3-pin SOT23 package. ASM63813 is available in
Features:
Typical Operating Circuit
Applications
Embedded controllers
Portable/Battery operated systems
Intelligent instruments
Wireless communication systems
PDAs and handheld equipment
Computers
MR
R2
V
CC
R1
V
CC
RESET IN
V
CC
µP
RESET
Input
(RESET)
RESET
(RESET)
GND
GND
Alliance Semiconductor
2575 Augustine Drive . Santa Clara, CA 95054 . Tel: 408.855.4900 . Fax: 408.855.4999 . www.alsc.com
Notice: The information in this document is subject to change without notice
串口屏按键发送问题
本人的串口屏的一个界面里面的按键有的每次按下后单片机都可以有动作,但是有的要按好几下单片机才有动作,这是什么原因造成的,每次发送0x05,0x06,0x070,x0a,0x0b的时候有用,代码如下: void ......
有容乃大 51单片机
怎样将DES加密、解密的汇编程序转变为C语言的程序?
哪位大侠精通汇编和C51,看能否将下面一段DES加密、解密的函数转变为C51的,函数能有入口参数、出口参数,需要的密钥参数。 这段汇编函数我在KEIL里面编译通过了。 ;-------------------- ......
zhenxining 编程基础
AVR单片机驱动1.8寸TFT彩屏H018IN01 V8的原理和方法
对于TFT彩屏的资料都是英文难看懂,而且资料又少,不知道单片机驱动TFT彩屏的思路是怎么回事? 如果驱动SD卡让彩屏显示的话跟单片机直接驱动TFT彩屏又有什么区别?...
gh131413 Microchip MCU
RT5350使用uboot从U盘启动linux成功
1、在uboot需要做的是:①usb reset②fatload usb 0:1 0x80c00000 root_uImage③bootm 0x80c00000启动内核参数CONFIG_CMDLINE="console=ttyS1,57600n8 mem=32m ip=off noinitrd root=8:2 rw root ......
chenzhufly 无线连接
请问在PCB板上怎么接屏蔽线?
我的PCB板上要测一个nA级的电流(低频),文献上说信号源输出电流到检测装置这一段要用屏蔽线屏蔽。但是我不知道怎么在PCB板上画屏蔽线,也不知道画好后屏蔽线是怎么接(或者焊)上去的。 请高 ......
liu0911 嵌入式系统
全球硬件技术大会要在中国举行拉
http://www.microsoft.com/china/events/2007/medc_winhec/default.aspx...
mushei 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2619  1433  2807  785  2317  39  37  51  8  36 

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