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

关键词

搜索

型号

搜索

BU-65179F3-892K

产品描述Mil-Std-1553 Controller, 2 Channel(s), 0.125MBps, CMOS, CQFP72, 1 X 1 INCH, LOW PROFILE, CERAMIC, QFP-72
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小1MB,共15页
制造商Data Device Corporation
下载文档 详细参数 全文预览

BU-65179F3-892K概述

Mil-Std-1553 Controller, 2 Channel(s), 0.125MBps, CMOS, CQFP72, 1 X 1 INCH, LOW PROFILE, CERAMIC, QFP-72

BU-65179F3-892K规格参数

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

文档预览

下载PDF文档
BU-65178/65179*/61588/61688*/61689*
MINIATURE ADVANCED
COMMUNICATION ENGINE
(MINI-ACE®) AND MINI-ACE PLUS*
Make sure the next
Card you purchase
has...
TM
®
FEATURES
5 Volt Only
Fully Integrated MIL-STD-1553 A/B
STANAG 3838 Compliant Terminals
One-Square-Inch Package
Smallest BC/RT/MT In The Industry
Hardware and Software Compatible
with BU-61580 ACE Series
Flexible Processor/Memory Interface
Bootable RT* Option
4K x 16 or 64K x 16* Shared RAM
Automatic BC Retries
Programmable BC Gap Times
DESCRIPTION
The BU-61588 Mini-ACE and BU-61688 Mini-ACE Plus* integrates two
5-volt-only transceivers, protocol, memory management, processor interface
logic, and 4K x 16, or 64K x 16* words of RAM in a choice of pin grid array
(PGA), quad flat pack or gull lead packages. The Mini-ACE is packaged in a
1.0 square inch, low profile, cofired ceramic multi-chip-module (MCM) pack-
age making it the smallest integrated MIL-STD-1553 BC/RT/MT in the indus-
try.
The Mini-ACE provides full compatibility to DDC’s BU-61580 and BU-65170
Advanced Communication Engine (ACE). As such, the Mini-ACE includes all
the hardware and software architectural features of the ACE.
The Mini-ACE contains internal address latches and bidirectional data buffers
to provide a direct interface to a host processor bus. The memory manage-
ment scheme for RT mode provides three data structures for buffering data.
These structures, combined with the Mini-ACE’s extensive interrupt capabil-
ity, serve to ensure data consistency while off-loading the host processor.
The Mini-ACE Plus* can optionally boot-up as a RT with the Busy bit set for
1760 applications. The Mini-ACE BC mode implements several features
aimed at providing an efficient real-time software interface to the host proces-
sor including automatic retries, programmable intermessage gap times, auto-
matic frame repetition, and flexible interrupt generation.
The advanced architectural features of the Mini-ACE, combined with its small
size and high reliability, make it an ideal choice for demanding military and indus-
trial processor-to-1553 applications.
Programmable Illegalization
Simultaneous RT/Monitor Mode
Operates From 10*/12 /16 / 20* MHz
Clock
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. 7677 or 7381
7771
All trademarks are the property of their respective owners.
©
1998, 1999 Data Device Corporation
图片中的两个电路,哪个滤波效果好呢
从别的地儿看见有人在讨论的电路,也想拿来跟大家讨论,图中哪个电路滤波效果好呢? eeworldpostqq...
kevin.di 电源技术
音频编码和解码原理
DTS(解码时间戳)和PTS(显示时间戳)分别是解码器进行解码和显示帧时相对于SCR(系统参考)的时间戳。SCR可以理解为解码器应该开始从磁盘读取数据时的时间。 mpeg文件中的每一个 ......
fish001 模拟与混合信号
公司电脑usb接口被封,怎么才能解决,正常使用U盘
公司电脑usb接口被封,我自己重装过系统,还是不能正常使用U盘...
asinc 嵌入式系统
求教:使用89S52的P1.0口作为外部下降沿触发计数器输入端,改如何配置T2相关的寄存器呢?
//外部计数器T2初始化 T2CON = 0x2; // T2CON寄存器的C/T2 标志位置1,对外部开始计数,下降沿触发计数 T2MOD = 0x0; TR2=1 ; RCAP2H = 0xff ; RCAP ......
2008pcu 嵌入式系统
sprintf()函数在LCD应用中遇到问题
本帖最后由 铛铛铛挡 于 2016-8-17 17:19 编辑 先贴出我的sprintf()函数在12864液晶显示程序中的应用 void display() //液晶显示函数 ......
铛铛铛挡 微控制器 MCU
ZigBee谁笑到最后(2)
ZigBee谁笑到最后 吴线 采用从8051对用户而言好处如下: 1、无需重新学习微处理器结构原理,无需重新熟悉编译/调试工具; 2、对片上系统的I/O,定时器,A/D,PWM,看门狗等等,也无 ......
kandy2059 无线连接

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1531  654  613  1904  2621  5  33  9  45  25 

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