5秒后页面跳转
MR82C37AB PDF预览

MR82C37AB

更新时间: 2024-02-29 05:13:00
品牌 Logo 应用领域
英特矽尔 - INTERSIL 控制器
页数 文件大小 规格书
23页 150K
描述
CMOS High Performance Programmable DMA Controller

MR82C37AB 技术参数

是否Rohs认证: 不符合生命周期:Obsolete
包装说明:QCCN, LCC44,.65SQReach Compliance Code:unknown
ECCN代码:3A001.A.2.CHTS代码:8542.31.00.01
风险等级:5.78地址总线宽度:16
总线兼容性:80C286; 80286; 80186; 80C86; 8086; 80C88; 8088; 8085; Z80; NSC800最大时钟频率:8 MHz
外部数据总线宽度:8JESD-30 代码:S-CQCC-N44
JESD-609代码:e0DMA 通道数量:4
端子数量:44最高工作温度:125 °C
最低工作温度:-55 °C封装主体材料:CERAMIC, METAL-SEALED COFIRED
封装代码:QCCN封装等效代码:LCC44,.65SQ
封装形状:SQUARE封装形式:CHIP CARRIER
电源:5 V认证状态:Not Qualified
筛选级别:38535Q/M;38534H;883B子类别:DMA Controllers
最大压摆率:16 mA最大供电电压:5.5 V
最小供电电压:4.5 V标称供电电压:5 V
表面贴装:YES技术:CMOS
温度等级:MILITARY端子面层:Tin/Lead (Sn/Pb)
端子形式:NO LEAD端子节距:1.27 mm
端子位置:QUADuPs/uCs/外围集成电路类型:DMA CONTROLLER
Base Number Matches:1

MR82C37AB 数据手册

 浏览型号MR82C37AB的Datasheet PDF文件第3页浏览型号MR82C37AB的Datasheet PDF文件第4页浏览型号MR82C37AB的Datasheet PDF文件第5页浏览型号MR82C37AB的Datasheet PDF文件第7页浏览型号MR82C37AB的Datasheet PDF文件第8页浏览型号MR82C37AB的Datasheet PDF文件第9页 
82C37A  
The 82C37A can assume seven separate states, each Special software commands can be executed by the  
composed of one full clock period. State I (SI) is the idle 82C37A in the Program Condition. These commands are  
state. It is entered when the 82C37A has no valid DMA decoded as sets of addresses with CS, IOR, and IOW. The  
requests pending, at the end of a transfer sequence, or commands do not make use of the data bus. Instructions  
when a Reset or Master Clear has occurred. While in SI, the include Set and Clear First/Last Flip-Flop, Master Clear,  
DMA controller is inactive but may be in the Program Clear Mode Register Counter, and Clear Mask Register.  
Condition (being programmed by the processor).  
Active Cycle  
State 0 (S0) is the first state of a DMA service. The 82C37A  
has requested a hold but the processor has not yet returned  
When the 82C37A is in the Idle cycle, and a software  
an acknowledge. The 82C37A may still be programmed until  
request or an unmasked channel requests a DMA service,  
it has received HLDA from the CPU. An acknowledge from  
the device will issue HRQ to the microprocessor and enter  
the CPU will signal the DMA transfer may begin. S1, S2, S3,  
the Active cycle. It is in this cycle that the DMA service will  
and S4 are the working state of the DMA service. If more  
take place, in one of four modes:  
time is needed to complete a transfer than is available with  
Single Transfer Mode - In Single Transfer mode, the device  
is programmed to make one transfer only. The word count  
will be decremented and the address decremented or  
incremented following each transfer. When the word count  
“rolls over” from zero to FFFFH, a terminal count bit in the  
status register is set, an EOP pulse is generated, and the  
channel will autoinitialize if this option has been selected. If  
not programmed to autoinitialize, the mask bit will be set,  
along with the TC bit and EOP pulse.  
normal timing, wait states (SW) can be inserted between S3  
and S4 in normal transfers by the use of the Ready line on  
the 82C37A. For compressed transfers, wait states can be  
inserted between S2 and S4. See timing Figures 14 and 15.  
Note that the data is transferred directly from the I/O device  
to memory (or vice versa) with IOR and MEMW (or MEMR  
and IOW) being active at the same time. The data is not read  
into or driven out of the 82C37A in I/O-to-memory or  
memory-to-I/O DMA transfers.  
DREQ must be held active until DACK becomes active. If  
DREQ is held active throughout the single transfer, HRQ will  
go inactive and release the bus to the system. It will again go  
active and, upon receipt of a new HLDA, another single  
transfer will be performed, unless a higher priority channel  
takes over. In 8080A, 8085A, 80C88, or 80C86 systems, this  
will ensure one full machine cycle execution between DMA  
transfers. Details of timing between the 82C37A and other  
bus control protocols will depend upon the characteristics of  
the microprocessor involved.  
Memory-to-memory transfers require a read-from and a write-  
to memory to complete each transfer. The states, which  
resemble the normal working states, use two-digit numbers  
for identification. Eight states are required for a single transfer.  
The first four states (S11, S12, S13, S14) are used for the  
read-from-memory half and the last four state (S21, S22, S23,  
S24) for the write-to-memory half of the transfer.  
Idle Cycle  
When no channel is requesting service, the 82C37A will Block Transfer Mode - In Block Transfer mode, the device  
enter the idle cycle and perform “SI” states. In this cycle, the is activated by DREQ or software request and continues  
82C37A will sample the DREQ lines on the falling edge of making transfers during the service until a TC, caused by  
every clock cycle to determine if any channel is requesting a word count going to FFFFH, or an external End of Process  
DMA service.  
(EOP) is encountered. DREQ need only be held active until  
DACK becomes active. Again, an Autoinitialization will occur  
at the end of the service if the channel has been  
programmed for that option.  
Note that for standby operation where the clock has been  
stopped, DMA requests will be ignored. The device will  
respond to CS (chip select), in case of an attempt by the  
microprocessor to write or read the internal registers of the Demand Transfer Mode - In Demand Transfer mode the  
82C37A. When CS is low and HLDA is low, the 82C37A device continues making transfers until a TC or external EOP is  
enters the Program Condition. The CPU can now establish, encountered, or until DREQ goes inactive. Thus, transfer may  
change or inspect the internal definition of the part by read- continue until the I/O device has exhausted its data capacity.  
ing from or writing to the internal registers.  
After the I/O device has had a chance to catch up, the DMA  
service is reestablished by means of a DREQ. During the time  
between services when the microprocessor is allowed to oper-  
ate, the intermediate values of address and word count are  
stored in the 82C37A Current Address and Current Word  
Count registers. Higher priority channels may intervene in the  
demand process, once DREQ has gone inactive. Only an EOP  
can cause an Autoinitialization at the end of service. EOP is  
generated either by TC or by an external signal.  
The 82C37A may be programmed with the clock stopped, pro-  
vided that HLDA is low and at least one rising clock edge has  
occurred after HLDA was driven low, so the controller is in an SI  
state. Address lines A0-A3 are inputs to the device and select  
which registers will be read or written. The IOR and IOW lines  
are used to select and time the read or write operations. Due to  
the number and size of the internal registers, an internal flip-flop  
called the First/Last Flip-Flop is used to generate an additional  
bit of address. The bit is used to determine the upper or lower Cascade Mode - This mode is used to cascade more than  
byte of the 16-bit Address and Work Count registers. The flip- one 82C37A for simple system expansion. The HRQ and  
flop is reset by Master Clear or RESET. Separate software HLDA signals from the additional 82C37A are connected to  
commands can also set or reset this flip-flop.  
the DREQ and DACK signals respectively of a channel for  
4-197  

与MR82C37AB相关器件

型号 品牌 描述 获取价格 数据表
MR82C50A RENESAS Serial I/O Controller, 1 Channel(s), 0.0762939453125MBps, CMOS, CQCC44

获取价格

MR82C50A/B RENESAS IC,UART,CMOS,LLCC,44PIN,CERAMIC

获取价格

MR82C50A-5 RENESAS 1 CHANNEL(S), 625Kbps, SERIAL COMM CONTROLLER, CQCC44

获取价格

MR82C52 INTERSIL CMOS Serial Controller Interface

获取价格

MR82C52/883 RENESAS IC,UART,CMOS,LLCC,28PIN,CERAMIC

获取价格

MR82C52-/883 RENESAS 1 CHANNEL(S), 1Mbps, SERIAL COMM CONTROLLER, CQCC28

获取价格