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

MC908AP32CFAE 参数 Datasheet PDF下载

MC908AP32CFAE图片预览
型号: MC908AP32CFAE
PDF下载: 下载PDF文件 查看货源
内容描述: [MC908AP32CFAE]
分类和应用:
文件页数/大小: 325 页 / 4102 K
品牌: FREESCALE [ Freescale ]
 浏览型号MC908AP32CFAE的Datasheet PDF文件第109页浏览型号MC908AP32CFAE的Datasheet PDF文件第110页浏览型号MC908AP32CFAE的Datasheet PDF文件第111页浏览型号MC908AP32CFAE的Datasheet PDF文件第112页浏览型号MC908AP32CFAE的Datasheet PDF文件第114页浏览型号MC908AP32CFAE的Datasheet PDF文件第115页浏览型号MC908AP32CFAE的Datasheet PDF文件第116页浏览型号MC908AP32CFAE的Datasheet PDF文件第117页  
System Integration Module (SIM)  
7.7.1 SIM Break Status Register  
The SIM break status register (SBSR) contains a flag to indicate that a break caused an exit from stop  
mode or wait mode.  
Address:  
$FE00  
Bit 7  
6
5
4
3
2
1
SBSW  
Note  
0
Bit 0  
R
Read:  
Write:  
Reset:  
R
R
R
R
R
R
Note: Writing a logic 0 clears SBSW.  
R
= Reserved  
Figure 7-20. SIM Break Status Register (SBSR)  
SBSW — Break Wait Bit  
This status bit is set when a break interrupt causes an exit from wait mode or stop mode. Clear SBSW  
by writing a logic 0 to it. Reset clears SBSW.  
1 = Stop mode or wait mode was exited by break interrupt  
0 = Stop mode or wait mode was not exited by break interrupt  
SBSW can be read within the break interrupt routine. The user can modify the return address on the stack  
by subtracting 1 from it. The following code is an example.  
This code works if the H register has been pushed onto the stack in the break  
service routine software. This code should be executed at the end of the break  
service routine software.  
HIBYTE  
LOBYTE  
EQU  
EQU  
5
6
If not SBSW, do RTI  
BRCLR  
SBSW,SBSR, RETURN  
;See if wait mode or stop mode was exited by  
;break.  
TST  
BNE  
DEC  
DEC  
LOBYTE,SP  
DOLO  
;If RETURNLO is not zero,  
;then just decrement low byte.  
;Else deal with high byte, too.  
;Point to WAIT/STOP opcode.  
;Restore H register.  
HIBYTE,SP  
LOBYTE,SP  
DOLO  
RETURN  
PULH  
RTI  
MC68HC908AP Family Data Sheet, Rev. 4  
112  
Freescale Semiconductor  
 复制成功!