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

关键词

搜索

型号

搜索

BU-61559F1-350Y

产品描述Mil-Std-1553 Controller, 2 Channel(s), 0.125MBps, CMOS, CDFP78, 45.70 X 53.30 MM, 5.30 MM HEIGHT, CERAMIC, FP-78
产品类别微控制器和处理器   
文件大小439KB,共32页
制造商Data Device Corporation
下载文档 详细参数 全文预览

BU-61559F1-350Y概述

Mil-Std-1553 Controller, 2 Channel(s), 0.125MBps, CMOS, CDFP78, 45.70 X 53.30 MM, 5.30 MM HEIGHT, CERAMIC, FP-78

BU-61559F1-350Y规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称Data Device Corporation
零件包装代码DFP
包装说明DFP,
针数78
Reach Compliance Codecompliant
Is SamacsysN
地址总线宽度16
边界扫描NO
最大时钟频率16 MHz
通信协议MIL STD 1553B
数据编码/解码方法BIPH-LEVEL(MANCHESTER)
最大数据传输速率0.125 MBps
外部数据总线宽度16
JESD-30 代码R-CDFP-F78
JESD-609代码e0
低功率模式NO
串行 I/O 数2
端子数量78
最高工作温度70 °C
最低工作温度
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码DFP
封装形状RECTANGULAR
封装形式FLATPACK
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
筛选级别MIL-PRF-38534
座面最大高度5.33 mm
最大供电电压5.5 V
最小供电电压4.5 V
标称供电电压5 V
表面贴装YES
技术CMOS
温度等级COMMERCIAL
端子面层TIN LEAD
端子形式FLAT
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
uPs/uCs/外围集成电路类型SERIAL IO/COMMUNICATION CONTROLLER, MIL-STD-1553
Base Number Matches1

文档预览

下载PDF文档
Make sure the next
Card you purchase
has...
®
BU-61559 SERIES
MIL-STD-1553B NOTICE 2 AIM-HY’ER
FEATURES
Complete Integrated 1553B Notice 2
Interface Terminal
Direct Replacement for BUS-61559
AIM-HY’er Series
Functional Superset of BUS-61553
AlM-HY Series
Internal Address and Data Buffers for
Direct Interface to Processor Bus
RT Subaddress Circular Buffers to
Support Bulk Data Transfers
Optional Separation of RT Broadcast
Data
DESCRIPTION
DDC’s BU-61559 series of Advanced Integrated Mux Hybrids with
enhanced RT Features (AIM-HY’er) comprise a complete interface
between a microprocessor and a MIL-STD-1553B Notice 2 bus,
implementing Bus Controller (BC), Remote Terminal (RT), and
Monitor Terminal (MT) modes. Packaged in a single 78-pin DIP or flat
package, the BU-61559 series contains dual low-power transceivers
and encoder/decoders, complete BC/RT/MT protocol logic, memory
management and interrupt logic, 8K x 16 of shared static RAM, and
a direct, buffered interface to a host processor bus.
The BU-61559 includes a number of advanced features that support
MIL-STD-1553B Notice 2 and STANAG 3838. Other salient features
of the BU-61559 serve to provide the benefits of reduced board space
requirements, enhanced software flexibility, and reduced host proces-
sor overhead.
The BU-61559 contains internal address latches and bidirectional
data buffers to provide a direct interface to a host processor bus.
Alternatively, the buffers may be operated in a fully transparent mode
in order to interface to up to 64K words of external shared RAM
and/or connect directly to a component set supporting the 20 MHz
STANAG 3910 bus.
The memory management scheme for RT mode provides an option
for separation of broadcast data, in compliance with 1553B Notice 2.
A circular buffer option for RT message data blocks offloads the host
processor for bulk data transfer applications.
The BU-61559 series hybrids operate over the full military tempera-
ture range of -55 to +125°C and MIL-PRF-38534 processing is avail-
able. The hybrids are ideal for demanding military and industrial
microprocessor-to-1553 applications.
Internal Interrupt Status and Time Tag
Registers
Internal Command Illegalization
MIL-PRF-38534 Processing Available
Transmitter Inhibit Control for
Individual Bus Channels
FOR MORE INFORMATION CONTACT:
Data Device Corporation
105 Wilbur Place
Bohemia, New York 11716
631-567-5600 Fax: 631-567-7358
www.ddc-web.com
Technical Support:
1-800-DDC-5757 ext. 7771
©
2002 Data Device Corporation
FPGA学习之DS1302时钟+数码管显示
本帖最后由 gurou1 于 2017-5-14 14:52 编辑 一、实验目的:了解DS1302的工作原理以及通过六位数码管将时分秒显示出来。 二、实验环境:FPGA开发板AX301,Quartus ii 三、实验介绍:通过启 ......
gurou1 FPGA/CPLD
推荐个TI的产品更换网址
8698186980对TI的控制器产品有个非常简洁概要的介绍,并且以这个为入口有很多的参考方案,非常方便使用。链接如下:http://www.ti.com/ww/en/mcu/maketheswitch/index.shtml?DCMP=Switch&HQS= ......
wstt 微控制器 MCU
LTC3113电源问题求助!!
这几天在调板子,焊上LTC3113这款电源后,输出电压不是3.3而是0.6V,有人遇到过这种情况吗??反馈电压测量后也是0.6V ...
安静的白色风车 电源技术
简单说一下typedef struct
本帖最后由 freebsder 于 2018-12-4 00:45 编辑 问题来自 typedef struct Node { ElemType data; struct Node *next; }Node; 改成 typedef struct { ElemType data; ......
freebsder 单片机
硬件工程师如何转变成一个项目经理zt (转)
项目经理掌控着产品从立项、开发到市场,到技术支持等整个环节。硬件工程师要想成为一个项目经理除了要拓宽自己的知识面,提高自己的技术外,要锻炼出良好的沟通能力,面对压力的调节能力,同一 ......
new_sun 工作这点儿事
云计算大会的一些演讲资料,分享一下
51148 51149 51150 51152 51153 51154 51155 51156 51157 51158 51159 51161 51162 51163...
soso 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2785  1552  206  1246  993  30  49  51  16  35 

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