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

PFS122-1J16A 参数 Datasheet PDF下载

PFS122-1J16A图片预览
型号: PFS122-1J16A
PDF下载: 下载PDF文件 查看货源
内容描述: [8bit MTP Type MCU with 12-bit R-Type ADC]
分类和应用:
文件页数/大小: 93 页 / 1946 K
品牌: PADAUK [ PADAUK Technology ]
 浏览型号PFS122-1J16A的Datasheet PDF文件第81页浏览型号PFS122-1J16A的Datasheet PDF文件第82页浏览型号PFS122-1J16A的Datasheet PDF文件第83页浏览型号PFS122-1J16A的Datasheet PDF文件第84页浏览型号PFS122-1J16A的Datasheet PDF文件第86页浏览型号PFS122-1J16A的Datasheet PDF文件第87页浏览型号PFS122-1J16A的Datasheet PDF文件第88页浏览型号PFS122-1J16A的Datasheet PDF文件第89页  
PFS122  
8bit MTP MCU with 12-bit R-Type ADC  
pcadd  
a
Next program counter is current program counter plus ACC.  
Example: pcadd a;  
Result: pc ← pc + a  
Affected flags: NZ NC NAC NOV  
Application Example:  
------------------------------------------------------------------------------------------------------------------------  
mov  
pcadd  
goto  
goto  
goto  
goto  
a, 0x02 ;  
a ;  
// PC <- PC+2  
// jump here  
err1 ;  
correct ;  
err2 ;  
err3 ;  
correct:  
// jump here  
------------------------------------------------------------------------------------------------------------------------  
Enable global interrupt enable  
engint  
Example: engint;  
Result: Interrupt request can be sent to CPU  
Affected flags: NZ NC NAC NOV  
Disable global interrupt enable  
disgint  
stopsys  
stopexe  
Example: disgint ;  
Result: Interrupt request is blocked from CPU  
Affected flags: NZ NC NAC NOV  
System halt.  
Example: stopsys;  
Result: Stop the system clocks and halt the system  
Affected flags: NZ NC NAC NOV  
CPU halt. The oscillator module is still active to output clock, however, system clock is disabled  
to save power.  
Example: stopexe;  
Result: Stop the system clocks and keep oscillator modules active.  
Affected flags: NZ NC NAC NOV  
Reset the whole chip, its operation will be same as hardware reset.  
Example: reset;  
reset  
Result: Reset the whole chip.  
Affected flags: NZ NC NAC NOV  
7.8. Summary of Instructions Execution Cycle  
goto, call, idxm, pcadd, ret, reti  
2T  
2T  
1T  
1T  
Condition is fulfilled.  
ceqsn, cneqsn,t0sn, t1sn, dzsn, izsn  
Condition is not fulfilled.  
Others  
©Copyright 2020, PADAUK Technology Co. Ltd  
Page 85 of 93  
PDK-DS-PFS122-EN_V000-May 28, 2020  
 
 复制成功!