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

ST2202A 参数 Datasheet PDF下载

ST2202A图片预览
型号: ST2202A
PDF下载: 下载PDF文件 查看货源
内容描述: 8位集成微控制器256K字节ROM [8 BIT Integrated Microcontroller with 256K Bytes ROM]
分类和应用: 微控制器
文件页数/大小: 75 页 / 2179 K
品牌: SITRONIX [ SITRONIX TECHNOLOGY CO., LTD. ]
 浏览型号ST2202A的Datasheet PDF文件第13页浏览型号ST2202A的Datasheet PDF文件第14页浏览型号ST2202A的Datasheet PDF文件第15页浏览型号ST2202A的Datasheet PDF文件第16页浏览型号ST2202A的Datasheet PDF文件第18页浏览型号ST2202A的Datasheet PDF文件第19页浏览型号ST2202A的Datasheet PDF文件第20页浏览型号ST2202A的Datasheet PDF文件第21页  
ST2202A  
9.1 Port-A Transistion Interrupt  
PortꢁAꢀisꢀdesignedꢀforꢀtheꢀreturnꢀlineꢀinputsꢀofꢀkeyboardꢀscanꢀ  
withꢀtransitionꢀtriggeredꢀinterruptꢀandꢀdeꢁbounceꢀoption.ꢀ  
Differenceꢀbetweenꢀcurrentꢀvalueꢀandꢀtheꢀdataꢀkeptꢀpreviouslyꢀ  
ofꢀPortꢁAꢀwillꢀgenerateꢀanꢀinterruptꢀrequest.ꢀTheꢀlastꢀstateꢀofꢀ  
PortꢁAꢀmustꢀbeꢀlatchedꢀbeforeꢀtransition,ꢀandꢀthisꢀcanꢀbeꢀdoneꢀ  
byꢀoneꢀreadꢀinstructionꢀtoꢀPortꢁA.ꢀStepsꢀandꢀprogramꢀexampleꢀ  
areꢀshownꢀbelow.ꢀ  
Operate Port-A interrupt steps:  
Example:  
.
.
1. Setꢀinputꢀmode.  
2. ReadꢀPortꢁA.  
STZꢀ ꢀ <PCAꢀ  
;ꢀSetꢀinputꢀmode.ꢀ  
3. Clearꢀinterruptꢀrequestꢀflagꢀ(IRPT).  
4. Setꢀinterruptꢀenableꢀflagꢀ(IEPT).  
5. ClearꢀCPUꢀinterruptꢀdisableꢀflagꢀ(I).  
6. ReadꢀPortꢁAꢀbeforeꢀ‘RTI’ꢀinstructionꢀinꢀISR  
LDAꢀ  
STAꢀ  
LDAꢀ ꢀ <PAꢀ  
RMB4ꢀ <IREQꢀ  
SMB4ꢀ <IENAꢀ  
#$FFꢀ  
<PAꢀ  
;ꢀPAꢀbeꢀPULLꢁUP.ꢀ  
;ꢀKeepꢀlastꢀstate.ꢀ  
;ꢀClearꢀIRQꢀflag.ꢀ  
;ꢀEnableꢀINT.ꢀ  
CLIꢀ  
.
.
Interrupt subroutine  
.
.
LDAꢀ ꢀ <PAꢀ  
RTI  
;ꢀKeepꢀlastꢀstate.ꢀ  
Verꢀ2.5ꢀ  
17  
/75  
9/16/2008ꢀ  
 复制成功!