欢迎访问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文件第95页浏览型号S3C4510B的Datasheet PDF文件第96页浏览型号S3C4510B的Datasheet PDF文件第97页浏览型号S3C4510B的Datasheet PDF文件第98页浏览型号S3C4510B的Datasheet PDF文件第100页浏览型号S3C4510B的Datasheet PDF文件第101页浏览型号S3C4510B的Datasheet PDF文件第102页浏览型号S3C4510B的Datasheet PDF文件第103页  
S3C4510B  
INSTRUCTION SET  
TRANSFERS TO R15  
When a coprocessor register transfer to ARM7TDMI has R15 as the destination, bits 31, 30, 29 and 28 of the  
transferred word are copied into the N, Z, C and V flags respectively. The other bits of the transferred word are  
ignored, and the PC and other CPSR bits are unaffected by the transfer.  
TRANSFERS FROM R15  
A coprocessor register transfer from ARM7TDMI with R15 as the source register will store the PC+ 12.  
INSTRUCTION CYCLE TIMES  
MRC instructions take 1S + (b+1)I +1C incremental cycles to execute, where S, I and C are defined as sequential  
(S-cycle), internal (I-cycle), and coprocessor register transfer (C-cycle), respectively. MCR instructions take 1S +  
bI +1C incremental cycles to execute, where b is the number of cycles spent in the coprocessor busy-wait loop.  
ASSEMBLER SYNTAX  
<MCR|MRC>{cond} p#,<expression1>,Rd,cn,cm{,<expression2>}  
MRC  
Move from coprocessor to ARM7TDMI register (L = 1)  
Move from ARM7TDMI register to coprocessor (L = 0)  
Two character condition mnemonic. See Table 3-2.  
The unique number of the required coprocessor  
MCR  
{cond}  
p#  
<expression1>  
Rd  
Evaluated to a constant and placed in the CP Opc field  
An expression evaluating to a valid ARM7TDMI register number  
cn and cm  
Expressions evaluating to the valid coprocessor register numbers CRn and CRm  
respectively  
<expression2>  
Where present is evaluated to a constant and placed in the CP field  
Examples  
MRC  
p2,5,R3,c5,c6  
; Request coproc 2 to perform operation 5  
; on c5 and c6, and transfer the (single  
; 32-bit word) result back to R3.  
MCR  
p6,0,R4,c5,c6  
; Request coproc 6 to perform operation 0  
; on R4 and place the result in c6.  
MRCEQ  
p3,9,R3,c5,c6,2  
; Conditionally request coproc 3 to  
; perform operation 9 (type 2) on c5 and  
; c6, and transfer the result back to R3.  
3-57  
 复制成功!