欢迎访问ic37.com |
会员登录 免费注册
发布采购

COM20020I-DZD 参数 Datasheet PDF下载

COM20020I-DZD图片预览
型号: COM20020I-DZD
PDF下载: 下载PDF文件 查看货源
内容描述: 5Mbps的ARCNET ( ANSI 878.1 )控制器2K ×8片内RAM [5Mbps ARCNET (ANSI 878.1) Controller with 2K x 8 On-Chip RAM]
分类和应用: 微控制器和处理器串行IO控制器通信控制器外围集成电路数据传输局域网时钟
文件页数/大小: 72 页 / 406 K
品牌: SMSC [ SMSC CORPORATION ]
 浏览型号COM20020I-DZD的Datasheet PDF文件第36页浏览型号COM20020I-DZD的Datasheet PDF文件第37页浏览型号COM20020I-DZD的Datasheet PDF文件第38页浏览型号COM20020I-DZD的Datasheet PDF文件第39页浏览型号COM20020I-DZD的Datasheet PDF文件第41页浏览型号COM20020I-DZD的Datasheet PDF文件第42页浏览型号COM20020I-DZD的Datasheet PDF文件第43页浏览型号COM20020I-DZD的Datasheet PDF文件第44页  
5Mbps ARCNET (ANSI 878.1) Controller with 2K x 8 On-Chip RAM  
Datasheet  
6.3  
Internal RAM  
The integration of the 2K x 8 RAM in the COM20020ID represents significant real estate savings. The  
most obvious benefit is the 48 pin package in which the device is now placed (a direct result of the  
integration of RAM). In addition, the PC board is now free of the cumbersome external RAM, external  
latch, and multiplexed address/data bus and control functions which were necessary to interface to the  
RAM. The integration of RAM represents significant cost savings because it isolates the system designer  
from the changing costs of external RAM and it minimizes reliability problems, assembly time and costs,  
and layout complexity.  
6.3.1 Sequential Access Memory  
The internal RAM is accessed via a pointer-based scheme. Rather than interfering with system memory,  
the internal RAM is indirectly accessed through the Address High and Low Pointer Registers. The data is  
channeled to and from the microcontroller via the 8-bit data register. For example: a packet in the internal  
RAM buffer is read by the microcontroller by writing the corresponding address into the Address Pointer  
High and Low Registers (offsets 02H and 03H). Note that the High Register should be written first,  
followed by the Low Register, because writing to the Low Register loads the address. At this point the  
device accesses that location and places the corresponding data into the data register.  
The  
microcontroller then reads the data register (offset 04H) to obtain the data at the specified location. If the  
Auto Increment bit is set to logic "1", the device will automatically increment the address and place the  
next byte of data into the data register, again to be read by the microcontroller. This process is continued  
until the entire packet is read out of RAM. Refer to Figure 6.1 for an illustration of the Sequential Access  
operation. When switching between reads and writes, the pointer must first be written with the starting  
address. At least one cycle time should separate the pointer being loaded and the first read (see timing  
parameters).  
6.3.2 Access Speed  
The COM20020ID is able to accommodate very fast access cycles to its registers and buffers. Arbitration  
to the buffer does not slow down the cycle because the pointer based access method allows data to be  
prefetched from memory and stored in a temporary register. Likewise, data to be written is stored in the  
temporary register and then written to memory.  
For systems which do not require quick access time, the arbitration clock may be slowed down by setting  
bit 0 of the Setup1 Register equal to logic "1". Since the Slow Arbitration feature divides the input clock by  
two, the duty cycle of the input clock may be relaxed.  
6.4  
Software Interface  
The microcontroller interfaces to the COM20020ID via software by accessing the various registers. These  
actions are described in the Internal Registers section. The software flow for accessing the data buffer is  
based on the Sequential Access scheme. The basic sequence is as follows:  
ƒ
ƒ
ƒ
ƒ
ƒ
ƒ
Disable Interrupts  
Write to Pointer Register High (specifying Auto-Increment mode)  
Write to Pointer Register Low (this loads the address)  
Enable Interrupts  
Read or Write the Data Register (repeat as many times as necessary to empty or fill the buffer)  
The pointer may now be read to determine how many transfers were completed.  
Revision 12-05-06  
Page 40  
SMSC COM20020I Rev D  
DATASHEET  
 复制成功!