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

ST92F150JDV1Q6 参数 Datasheet PDF下载

ST92F150JDV1Q6图片预览
型号: ST92F150JDV1Q6
PDF下载: 下载PDF文件 查看货源
内容描述: 8月16日- BIT单电压闪存单片机系列内存, E3 TMEMULATED EEPROM , CAN 2.0B和J1850 BLPD [8/16-BIT SINGLE VOLTAGE FLASH MCU FAMILY WITH RAM, E3 TMEMULATED EEPROM, CAN 2.0B AND J1850 BLPD]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管可编程只读存储器电动程控只读存储器电可擦编程只读存储器时钟
文件页数/大小: 426 页 / 3830 K
品牌: STMICROELECTRONICS [ ST ]
 浏览型号ST92F150JDV1Q6的Datasheet PDF文件第175页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第176页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第177页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第178页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第180页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第181页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第182页浏览型号ST92F150JDV1Q6的Datasheet PDF文件第183页  
EXTENDED FUNCTION TIMER (EFT)  
EXTENDED FUNCTION TIMER (Cont’d)  
Note: A single access (read/write) to the SR regis-  
ter at the beginning of the interrupt routine is the  
first step needed to clear all the EFT interrupt  
flags. In a second step, the lower bytes of the data  
registers must be accessed if the corresponding  
flag is set. It is not necessary to access the SR  
register between these instructions, but it can  
done.  
; INTERRUPT ROUTINE EXAMPLE  
push R234  
spp #28  
; Save current page  
; Set EFT page  
L6:  
cp R254,#0  
jxz L7  
; while E0_SR is not cleared  
tm R254,#128  
jxz L2  
; Check Input Capture 1 flag  
; else go to next test  
ld r1,R241  
; Dummy read to clear IC1LR  
; Insert your code here  
L2:  
L3:  
tm R254,#16  
jxz L3  
; Check Input Capture 2 flag  
; else go to next test  
ld r1,R243  
; Insert your code here  
; Dummy read to clear IC2LR  
tm R254,#64  
jxz L4  
; Check Input Compare 1 flag  
; else go to next test  
ld r1,R249  
; Dummy read to clear OC1LR  
; Insert your code here  
L4:  
L5:  
tm R254,#8  
jxz L5  
; Check Input Compare 2 flag  
; else go to next test  
ld r1,R251  
; Dummy read to clear OC1LR  
; Insert your code here  
tm R254,#32  
jxz L6  
; Check Input Overflow flag  
; else go to next test  
ld r1,R245  
; Dummy read to clear Overflow flag  
; Insert your code here  
jx L6  
L7:  
pop R234  
; Restore current page  
iret  
179/426  
9
 复制成功!