欢迎访问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文件第59页浏览型号S3C4510B的Datasheet PDF文件第60页浏览型号S3C4510B的Datasheet PDF文件第61页浏览型号S3C4510B的Datasheet PDF文件第62页浏览型号S3C4510B的Datasheet PDF文件第64页浏览型号S3C4510B的Datasheet PDF文件第65页浏览型号S3C4510B的Datasheet PDF文件第66页浏览型号S3C4510B的Datasheet PDF文件第67页  
S3C4510B  
INSTRUCTION SET  
RESERVED BITS  
Only twelve bits of the PSR are defined in ARM7TDMI (N, Z, C, V, I, F, T & M[4:0]); the remaining bits are  
reserved for use in future versions of the processor. Refer to Figure 2-6 for a full description of the PSR bits.  
To ensure the maximum compatibility between ARM7TDMI programs and future processors, the following rules  
should be observed:  
— The reserved bits should be preserved when changing the value in a PSR.  
— Programs should not rely on specific values from the reserved bits when checking the PSR status, since they  
may read as one or zero in future processors.  
A read-modify-write strategy should therefore be used when altering the control bits of any PSR register; this  
involves transferring the appropriate PSR register to a general register using the MRS instruction, changing only  
the relevant bits and then transferring the modified value back to the PSR register using the MSR instruction.  
Examples  
The following sequence performs a mode change:  
MRS  
BIC  
ORR  
MSR  
R0,CPSR  
; Take a copy of the CPSR.  
; Clear the mode bits.  
; Select new mode  
R0,R0,#0x1F  
R0,R0,#new_mode  
CPSR,R0  
; Write back the modified CPSR.  
When the aim is simply to change the condition code flags in a PSR, a value can be written directly to the flag  
bits without disturbing the control bits. The following instruction sets the N, Z, C and V flags:  
MSR  
CPSR_flg,#0xF0000000  
; Set all the flags regardless of their previous state  
; (does not affect any control bits).  
No attempt should be made to write an 8 bit immediate value into the whole PSR since such an operation cannot  
preserve the reserved bits.  
INSTRUCTION CYCLE TIMES  
PSR transfers take 1S incremental cycles, where S is defined as sequential (S-cycle).  
3-21  
 复制成功!