欢迎访问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文件第302页浏览型号S3C4510B的Datasheet PDF文件第303页浏览型号S3C4510B的Datasheet PDF文件第304页浏览型号S3C4510B的Datasheet PDF文件第305页浏览型号S3C4510B的Datasheet PDF文件第307页浏览型号S3C4510B的Datasheet PDF文件第308页浏览型号S3C4510B的Datasheet PDF文件第309页浏览型号S3C4510B的Datasheet PDF文件第310页  
HDLC CONTROLLERS  
S3C4510B  
DATA BUFFER DESCRIPTOR  
The ownership bit in the MSB of the buffer data pointer controls the ownership of the descriptor. When the  
ownership bit is '1', the DMA controller owns the descriptor. When this bit is '0', the CPU has the descriptor. The  
owner of the descriptor always owns the associated data frame. (The descriptor's buffer data pointer field always  
points to this buffer for about a frame.)  
As it receives the data, the software sets the maximum frame length register. If the received data is longer than  
the value of the maximum frame length register, this frame is ignored and the FLV bit is set. The software also  
sets the DMA Rx buffer descriptor pointer to point to a chain of buffer descriptors, all of which have their  
ownership bit.  
The DMA controller can be started to set the DMA Rx enable bit in the control register. When a frame is  
received, it is moved into memory at the address specified by the DMA Rx data buffer pointer. If a frame is  
longer than the value of the RxBuf Size register, then the next buffer descriptors are fetched to receive the  
frame.  
That is, to handle a frame, one or more buffer descriptors could be used. Please note that no configurable offset  
or page boundary calculation is required. The received frame is moved to the buffer memory whose address is  
pointed to by the buffer data pointer until the end of frame, or until the length exceeds the maximum frame length  
configured.If the length exceeds the maximum frame length configured, the frame length violated bit is set.  
If the entire frame is received successfully, the status bits in the receive buffer descriptor are set to indicate the  
received frame status. The ownership bit in the buffer descriptor pointer is cleared by the CPU which has the  
ownership and an interrupt may now be generated. The DMA controller copies the next buffer descriptor pointer  
into the DMA Rx buffer descriptor pointer register.  
If the next buffer descriptor pointer is null(0), the DRxEN bit is cleared, and DMA Rx operation is stopped.  
Otherwise, the descriptor is read, and the DMA controller starts again with the next data, as described in the  
previous paragraph.  
When the DMA reads a descriptor, if the ownership bit is not set, it has two options:  
— Skip to the next buffer descriptor when DRxSTSK bit is '0'  
— Generate an interrupt and halt the DMA operation when DRxSTSK bit is '1'  
During transmission, the two-byte frame length at the Tx buffer descriptor is moved to the DMA internal Tx  
register. After transmission, the Tx status is saved in the Tx buffer descriptor. The DMA controller then updates  
the next buffer descriptor pointer for the linked list structure.  
When the DMA Tx buffer descriptor register points to the first buffer descriptor, the transmitter starts transmitting  
the frame data from the buffer memory to Tx FIFO.  
8-20  
 复制成功!