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

S3C4510B 参数 Datasheet PDF下载

S3C4510B图片预览
型号: S3C4510B
PDF下载: 下载PDF文件 查看货源
内容描述: 三星S3C4510B的16位/ 32位RISC微控制器是一款高性价比,高性能的基于以太网的系统微控制器解决方案。 [Samsungs S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontroller solution for Ethernet-based systems.]
分类和应用: 微控制器以太网
文件页数/大小: 422 页 / 2160 K
品牌: SAMSUNG [ SAMSUNG ]
 浏览型号S3C4510B的Datasheet PDF文件第234页浏览型号S3C4510B的Datasheet PDF文件第235页浏览型号S3C4510B的Datasheet PDF文件第236页浏览型号S3C4510B的Datasheet PDF文件第237页浏览型号S3C4510B的Datasheet PDF文件第239页浏览型号S3C4510B的Datasheet PDF文件第240页浏览型号S3C4510B的Datasheet PDF文件第241页浏览型号S3C4510B的Datasheet PDF文件第242页  
ETHERNET CONTROLLER  
S3C4510B  
DATA FRAMES  
The ownership bit in the MSB of the frame start address controls the owner of the descriptor. When the  
ownership bit is "1", the BDMA controller owns the descriptor. When this bit is "0", the CPU owns the descriptor.  
The owner of the descriptor always owns the associated data frame. (The descriptor's frame start address field  
always points to this frame.)  
As it receives the data frame, software sets the maximum frame size register in the BDMA block to the system  
frame buffer size (typically, to 1536 or 2048). Software also sets the Rx frame descriptor start address register to  
point to a chain of frame descriptors, all of which have their ownership bit set.  
The BDMA engine can then be started to set the BDMA receive enable bit in the BDMARXCON register. When a  
frame is received, it is copied into memory at the address specified by the Rx frame start address. Please note  
that no configurable offset or page boundary calculation is required. The received frame is written into the frame  
data buffer until the end of frame is reached, or until the length exceeds the configured maximum frame size.  
If the entire frame is received successfully, the status bits in the frame descriptor are set to indicate this.  
Otherwise, the status bits are set to indicate that an error occurred. The ownership bit in the frame start address  
field is cleared and an interrupt may now be generated. The BDMA controller copies the next frame descriptor  
register value into the Rx frame descriptor start address register. If the next frame descriptor address is null (0),  
the BDMA simply halts, and all subsequent frames are dropped. Otherwise, the descriptor is read in, and the  
BDMA controller starts again with the next frame, as described in the previous paragraph.  
If the received frame size exceeds the maximum frame size, the data frame will be overwritten by the last word  
of maximum frame. The overflow data is written to the Rx status bit [19] in the receive frame descriptor. When  
the BDMA reads a descriptor, if the ownership bit is not set, it has two options:  
— Skip to the next frame descriptor, or  
— Generate an interrupt and halt the BDMA operation.  
Transmit frame descriptors contain the following components:  
— A four-byte pointer to the frame data  
— Widget alignment control bits [6:5]  
— Frame data pointer increment/decrement bit [4]  
— Little-Endian control bit [3]  
— Interrupt enable after transmit [2]  
— No-CRC [1], and  
— No-padding [0]  
During transmission, the two-byte frame length at the Tx frame descriptor is moved into the BDMA internal Tx  
register. After transmission, Tx status is saved in the Tx frame descriptor. The BDMA controller then updates the  
next frame descriptor address register for the linked list structure.  
When the Tx frame descriptor start address register points to the first frame buffer, transmitter starts transmitting  
the frame data into the frame buffer memory.  
7-16  
 复制成功!