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

关键词

搜索

型号

搜索

A3187LLT

产品描述Analog Circuit, 1 Func, PSSO3, MINIATURE, TO-243AA, SOT-89, 3 PIN
产品类别模拟混合信号IC    信号电路   
文件大小171KB,共8页
制造商SANKEN
官网地址http://www.sanken-ele.co.jp/en/
下载文档 详细参数 全文预览

A3187LLT概述

Analog Circuit, 1 Func, PSSO3, MINIATURE, TO-243AA, SOT-89, 3 PIN

A3187LLT规格参数

参数名称属性值
厂商名称SANKEN
零件包装代码SOT-89
包装说明,
针数3
Reach Compliance Codeunknown
模拟集成电路 - 其他类型ANALOG CIRCUIT
JESD-30 代码R-PSSO-F3
长度4.5 mm
功能数量1
端子数量3
最高工作温度150 °C
最低工作温度-40 °C
封装主体材料PLASTIC/EPOXY
封装形状RECTANGULAR
封装形式SMALL OUTLINE
认证状态Not Qualified
座面最大高度1.6 mm
最大供电电压 (Vsup)24 V
最小供电电压 (Vsup)3.8 V
标称供电电压 (Vsup)12 V
表面贴装YES
温度等级AUTOMOTIVE
端子形式FLAT
端子节距1.5 mm
端子位置SINGLE
宽度2.445 mm
Base Number Matches1

文档预览

下载PDF文档
3185
THRU
3189
HALL-EFFECT LATCHES
FOR HIGH-TEMPERATURE OPERATION
These Hall-effect latches are extremely temperature-stable and stress-
resistant sensors especially suited for operation over extended temperature
ranges to +150°C. Superior high-temperature performance is made possible
through a novel Schmitt trigger circuit that maintains operate and release
point symmetry by compensating for temperature changes in the Hall ele-
ment. Additionally, internal compensation provides magnetic switch points
that become more sensitive with temperature, hence offsetting the usual
degradation of the magnetic field with temperature. The symmetry capability
makes these devices ideal for use in pulse-counting applications where duty
cycle is an important parameter. The four basic devices (3185, 3187, 3188,
and 3189) are identical except for magnetic switch points.
Each device includes on a single silicon chip a voltage regulator, qua-
dratic Hall-voltage generator, temperature compensation circuit, signal
amplifier, Schmitt trigger, and a buffered open-collector output to sink up to
25 mA. The on-board regulator permits operation with supply voltages of 3.8
to 24 volts.
The first character of the part number suffix determines the device
operating temperature range. Suffix ‘E–’ is for -40°C to +85°C, and suffix
‘L–’ is for -40°C to +150°C. Three package styles provide a magnetically
optimized package for most applications. Suffix ‘–LT’ is a miniature SOT-
89/TO-243AA transistor package for surface-mount applications; suffix ‘–U’
is a three-lead plastic mini-SIP, while suffix ‘–UA’ is a three-lead ultra-mini-
SIP.
Data Sheet
27609.2A*
V
X
CC
1
2
3
GROUND
Dwg. PH-003A
Pinning is shown viewed from branded side.
OUTPUT
SUPPLY
FEATURES
ABSOLUTE MAXIMUM RATINGS
at T
A
= +25
°
C
Supply Voltage, V
CC
............................
30 V
Reverse Battery Voltage, V
RCC
...........
-30 V
Magnetic Flux Density, B ...........
Unlimited
Output OFF Voltage, V
OUT
..................
30 V
Reverse Output Voltage, V
OUT
..........
-0.5 V
Continuous Output Current, I
OUT
.....
25 mA
Operating Temperature Range, T
A
Suffix ‘E–’ ...................
-40
°
C to +85
°
C
Suffix ‘L–’ .................
-40
°
C to +150
°
C
Storage Temperature Range,
T
S
...............................
-65
°
C to +170
°
C
s
s
s
s
s
s
s
s
s
Symmetrical Switch Points
Superior Temperature Stability
Operation From Unregulated Supply
Open-Collector 25 mA Output
Reverse Battery Protection
Activate With Small, Commercially Available Permanent Magnets
Solid-State Reliability
Small Size
Resistant to Physical Stress
The A3187xU is not for new design. The A3185xU,
A3188xU, and A3189xU are last-time buy.
Orders accepted until April 15, 2002.
Always order by complete part number: the prefix ‘A’ + the basic four-digit
part number + a suffix to indicate operating temperature range +
a suffix to indicate package style, e.g.,
A3185ELT
.
CC3200 LaunchPad 使用入门—开发环境搭建
板子还没到,先把环境搭建了,找到一篇帖子不错,很详细地介绍了开发环境的搭建和资料。 不知道论坛这样贴地址是否合适? http://xiesx1985.blog.163.com/blog/static/4831209720141025454186 ......
icemood1984 无线连接
华为《高速数字电路设计教材》
612691 ...
李强980702 下载中心专版
STM32专题整理之--stm32系列图书汇总
前一段整理了一个。获得了大家的关注和好评,现在本人再接再厉,将目前已经正式出版的STM32系列图书汇总一下,大家可以作为参考学习的资料。 专题整理办法:主帖贴里面列出图书名称, ......
tiankai001 下载中心专版
请教高手:USB型MSP430仿真器LSD-FET430UIF USB仿真器
新买的USB仿真器,按照说明书装好驱动,电脑的设备管理器里也认出。Debugger也选了FET Debugger,FET Debugger里也选了TI USB FET。可是下载程序的时候就会出现找不到设备,不知道是什么原因, ......
flyactel 微控制器 MCU
CCSv7使用指南0 软件下载和安装
最近在做TI DSP的产品开发,把自己做的总结发上来给大家分享,希望有用。 此内容由EEWORLD论坛网友qdbjsha原创,如需转载或用于商业用途需征得作者同意并注明出处 ...
qdbjsha TI技术论坛
DSP编程中乘法运算的C语言定点模拟
设浮点乘法运算的表达式为: float x,y,z; z=xy; 假设经过统计后x的定标值为Qx,y的定标值为Qy,乘积z的定标值为Qz,则 z=xy zq*2-Qx=xq*yq*2-(Qx+Qy) zq=(xqyq)2Qz-(Qx+Qy) 所以定 ......
Aguilera DSP 与 ARM 处理器

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1013  2281  1787  1507  1529  11  40  46  59  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