欢迎访问ic37.com |
会员登录 免费注册
发布采购

HD6417750SBP200 参数 Datasheet PDF下载

HD6417750SBP200图片预览
型号: HD6417750SBP200
PDF下载: 下载PDF文件 查看货源
内容描述: 的SuperH RISC引擎 [SuperH RISC engine]
分类和应用: 外围集成电路时钟
文件页数/大小: 1039 页 / 6201 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号HD6417750SBP200的Datasheet PDF文件第846页浏览型号HD6417750SBP200的Datasheet PDF文件第847页浏览型号HD6417750SBP200的Datasheet PDF文件第848页浏览型号HD6417750SBP200的Datasheet PDF文件第849页浏览型号HD6417750SBP200的Datasheet PDF文件第851页浏览型号HD6417750SBP200的Datasheet PDF文件第852页浏览型号HD6417750SBP200的Datasheet PDF文件第853页浏览型号HD6417750SBP200的Datasheet PDF文件第854页  
20.6.3  
Examples of Stopping and Restarting the User Break Controller  
The following are example programs:  
; Transition to user break controller stopped state  
; (1) Initialize BBRA and BBRB to 0.  
mov  
#0, R0  
mov.l  
mov.w  
mov.l  
mov.w  
#BBRA, R1  
R0, @R1  
#BBRB, R1  
R0, @R1  
; (2) Initialize BRCR to 0.  
mov.l  
mov.w  
#BRCR, R1  
R0, @R1  
; (3) Dummy read BRCR.  
mov.w @R1, R0  
; (4) Read STBCR2, then set MSTP5 bit in the read data to 1 and write  
it back  
mov.l  
mov.b  
#STBCR2, R1  
@R1, R0  
or #H’1, R0  
mov.b  
R0, @R1  
; (5) Twice dummy read STBCR2.  
mov.b  
mov.b  
@R1, R0  
@R1, R0  
; Canceling user break controller stopped state  
; (6) Read STBCR2, then clear MSTP5 bit in the read data to 0 and write  
it back  
mov.l  
mov.b  
and  
#STBCR2, R1  
@R1, R0  
#H’FE, R0  
R0, @R1  
mov.b  
; (7) Twice dummy read STBCR2.  
mov.b  
mov.b  
@R1, R0  
@R1, R0  
Rev. 6.0, 07/02, page 798 of 986  
 复制成功!