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

关键词

搜索

型号

搜索

MAQ28151LS

产品描述Serial I/O Controller, 1 Channel(s), 0.0078125MBps, CMOS, CQCC48
产品类别嵌入式处理器和控制器    微控制器和处理器   
文件大小186KB,共22页
制造商Dynex
官网地址http://www.dynexsemi.com/
下载文档 详细参数 全文预览

MAQ28151LS概述

Serial I/O Controller, 1 Channel(s), 0.0078125MBps, CMOS, CQCC48

MAQ28151LS规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称Dynex
包装说明QCCN, LCC48,.56SQ,40
Reach Compliance Codeunknown
其他特性MODEM CONTROL I/OS USABLE AS GENERAL PURPOSE I/OS; DOUBLE BUFFERED DATA PATHS
边界扫描NO
总线兼容性MAS281
最大时钟频率20 MHz
通信协议ASYNC, BIT; SYNC, BYTE; BISYNC; EXT SYNC
数据编码/解码方法NRZ
最大数据传输速率0.0078125 MBps
外部数据总线宽度8
JESD-30 代码S-CQCC-N48
JESD-609代码e0
低功率模式NO
DMA 通道数量
I/O 线路数量
串行 I/O 数1
端子数量48
片上数据RAM宽度
最高工作温度125 °C
最低工作温度-55 °C
封装主体材料CERAMIC, METAL-SEALED COFIRED
封装代码QCCN
封装等效代码LCC48,.56SQ,40
封装形状SQUARE
封装形式CHIP CARRIER
峰值回流温度(摄氏度)NOT SPECIFIED
电源5 V
认证状态Not Qualified
RAM(字数)0
筛选级别38535V;38534K;883S
最大供电电压5.5 V
最小供电电压4.5 V
标称供电电压5 V
表面贴装YES
技术CMOS
温度等级MILITARY
端子面层Tin/Lead (Sn/Pb)
端子形式NO LEAD
端子节距1 mm
端子位置QUAD
处于峰值回流温度下的最长时间NOT SPECIFIED
uPs/uCs/外围集成电路类型SERIAL IO/COMMUNICATION CONTROLLER, SERIAL

文档预览

下载PDF文档
MA28151
MA28151
Radiation hard Programmable
Communication Interface
Replaces Jone 1999 version, DS3574-4.0
DS3574-5.0 January 2000
The MA28151 is based on the industry standard 8251A
Universal Synchronous Asynchronous Receiver/Transmitter
(USART), modified for data communications with the MAS281
microprocessor.
The MA28151 is used as a peripheral device and is
programmed by the CPU to operate using virtually any serial
data transmission technique presently in use (including IBM
“bi-sync”). The USART accepts data characters from the CPU
in parallel format and then converts them into a continuous
serial data stream for transmission.
Simultaneously, it can receive serial data streams and
convert them into parallel data characters for the CPU. The
USART signals the CPU whenever it receives a character for
transmission or whenever it receives a character for the CPU.
The CPU can read the complete status of the USART at any
time, including data transmission errors and control signals
such as SYNDET and TxEMPTY.
FEATURES
s
Radiation Hard to 1MRad(Si)
s
Latch Up Free, High SEU Immunity
s
Silicon-on-Sapphire Technology
s
Synchronous 5 - 8 Bit Characters; Internal or External
Character Synchronisation; Automatic Sync Insertion
s
Asynchronous 5 - 8 Bit Characters; Clock Rate - 1, 16 or
64 Times Baud Rate; Break Character Generation, 1
1
2
or
2 Stop Bits
s
All Inputs and Outputs are TTL Compatible
s
Compatible with the MAS281 (MIL-STD-1750A)
Microprocessor
The MA28151 is based on the industry standard 8251A
USART, modified for use with the MAS281 processor,
incorporating the following features:
1. MA28151 has double-buffered data paths with separate l/O
registers for control status, data in and data out, which
considerably simplifies control programming and minimizes
CPU overhead.
2. In synchronous operations, the Receiver detects and
handles “break” automatically, relieving the CPU of this task.
3. A refined Rx initialisation prevents the Receiver from
starting when in the “break” state, preventing unwanted
interrupts from the disconnected USART.
4. At the conclusion of a transmission, the TxD line will always
return to the marking state unless SBRK is programmed.
5. Tx Enable logic enhancement prevents a Tx Disable
command from prematurely halting transmission of the
previously written data before completion. The logic also
prevents the transmitter from turning off in the middle of a
word.
6. When external Sync Detect is programmed, Internal Sync
Detect is disabled and an External Sync Detect status is
provided via a flip-flop, which clears itself upon a status read.
7. The possibility of a false sync detect is minimized in two
ways: by ensuring that if double character sync is
programmed, the characters will be continuously detected and
by clearing the Rx register to all 1’s whenever Enter-Hunt
command is issued in Sync mode.
8. When the MA28151 is not selected, the RDWN and DSN
lines do not affect the internal operation of the device.
9. The MA28151 Status can be read at any time but the status
update will be inhibited during status read.
10. The MA28151 is free from extraneous glitches, providing
higher speed and better operating margins.
11. Synchronous Baud rate is from DC to 64K.
12. Asynchronous Baud rate is from DC to 19.2K.
Figure 1: MA28151 Block Diagram
1/22
串口的mpu6050
Arduino用串口版的mpu6050,loop函数里有delay()函数,或放在while()函数里,输出角度有问题,求大佬 ...
追梦赤子 电子竞赛
Link的cmd文件的作用是什么?
Link的cmd文件用于DSP代码的定位。由于DSP的编译器的编译结果是未定位的,DSP没有操作系统来定位执行代码,每个客户设计的DSP系统的配置也不尽相同,因此需要用户自己定义代码的安装位置。以C50 ......
fish001 DSP 与 ARM 处理器
【原创】请问大虾们,你们给430的电源,使用芯片,还是7805后加3.3V稳压管呢?谢谢
【原创】请问大虾们,你们给430的电源,使用芯片,还是7805后加3.3V稳压管呢?谢谢...
jangseohee 微控制器 MCU
为什么在EVC中静态控件的点击事件不起作用呢
void Menu::OnStatic11() { // TODO: Add your control notification handler code here AfxMessageBox(_T("DAFAFA")); } 在静态控件中点击时间不起作用是什么原因啊?...
jasonb 嵌入式系统
EEWORLD大学堂----石群电路视频
石群电路视频:https://training.eeworld.com.cn/course/4074...
老白菜 模拟电子
STM8S103K怎么定义.TSL_IO_ALCODE
要用ST的触摸库,应该在什么地方指定.TSL_IO_ALCODE 的地址 请大虾指教...
chunxilu1979 stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1841  1334  333  1766  15  51  17  7  54  39 

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