欢迎访问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文件第87页浏览型号S3C4510B的Datasheet PDF文件第88页浏览型号S3C4510B的Datasheet PDF文件第89页浏览型号S3C4510B的Datasheet PDF文件第90页浏览型号S3C4510B的Datasheet PDF文件第92页浏览型号S3C4510B的Datasheet PDF文件第93页浏览型号S3C4510B的Datasheet PDF文件第94页浏览型号S3C4510B的Datasheet PDF文件第95页  
S3C4510B  
INSTRUCTION SET  
SOFTWARE INTERRUPT (SWI)  
The instruction is only executed if the condition is true. The various conditions are defined in Table 3-2. The  
instruction encoding is shown in Figure 3-24, below  
31  
28 27  
24 23  
0
1111  
Cond  
Comment Field (Ignored by Processor)  
[31:28] Condition Field  
Figure 3-24. Software Interrupt Instruction  
The software interrupt instruction is used to enter supervisor mode in a controlled manner. The instruction causes  
the software interrupt trap to be taken, which effects the mode change. The PC is then forced to a fixed value  
(0x08) and the CPSR is saved in SPSR_svc. If the SWI vector address is suitably protected (by external memory  
management hardware) from modification by the user, a fully protected operating system may be constructed.  
RETURN FROM THE SUPERVISOR  
The PC is saved in R14_svc upon entering the software interrupt trap, with the PC adjusted to point to the word  
after the SWI instruction. MOVS PC,R14_svc will return to the calling program and restore the CPSR.  
Note that the link mechanism is not re-entrant, so if the supervisor code wishes to use software interrupts within  
itself it must first save a copy of the return address and SPSR.  
COMMENT FIELD  
The bottom 24 bits of the instruction are ignored by the processor, and may be used to communicate information  
to the supervisor code. For instance, the supervisor may look at this field and use it to index into an array of entry  
points for routines which perform the various supervisor functions.  
INSTRUCTION CYCLE TIMES  
Software interrupt instructions take 2S + 1N incremental cycles to execute, where S and N are defined as  
squential (S-cycle) and non-squential (N-cycle).  
3-49  
 复制成功!