欢迎访问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文件第232页浏览型号S3C4510B的Datasheet PDF文件第233页浏览型号S3C4510B的Datasheet PDF文件第234页浏览型号S3C4510B的Datasheet PDF文件第235页浏览型号S3C4510B的Datasheet PDF文件第237页浏览型号S3C4510B的Datasheet PDF文件第238页浏览型号S3C4510B的Datasheet PDF文件第239页浏览型号S3C4510B的Datasheet PDF文件第240页  
ETHERNET CONTROLLER  
The Bus Arbiter  
S3C4510B  
The bus arbiter decides which of the BDMA buffer controllers, transmit (Tx) or receive (Rx), has the highest  
priority for accessing the system bus. The prioritization is dynamic. The BDMA arbiter outputs a bus request  
signal (nREQ) to the system manager when  
— A buffer contains more words than the Rx burst size,  
— An EOF (End of Frame) was saved to the buffer, or  
— A buffer contains more free space than the Tx burst size.  
After it receives a bus acknowledge signal (nACK) from the system manager, the BDMA bus arbiter determines  
the correct bus access priority. If nREQ_Tx and nREQ_Rx were requested simultaneously, the bus arbiter  
decodes the nACK signal using the following method:  
switch (Half_empty, Half_full)  
{ case 2'b01: nACK_Rx ¬ nACK  
case 2'b10: nACK_Tx ¬ nACK  
default: //case 2'b00 or 2'b11:  
if (Rx buffsize (Head - Tail) < Tx buffsize) // Rx more urgent  
nACK_Rx ¬ nACK  
else nACK_Tx ¬ nACK}  
7-14  
 复制成功!