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

GMS37140 参数 Datasheet PDF下载

GMS37140图片预览
型号: GMS37140
PDF下载: 下载PDF文件 查看货源
内容描述: 4位单芯片微型计算机 [4-BIT SINGLE CHIP MICROCOMPUTERS]
分类和应用: 计算机
文件页数/大小: 109 页 / 782 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS37140的Datasheet PDF文件第61页浏览型号GMS37140的Datasheet PDF文件第62页浏览型号GMS37140的Datasheet PDF文件第63页浏览型号GMS37140的Datasheet PDF文件第64页浏览型号GMS37140的Datasheet PDF文件第66页浏览型号GMS37140的Datasheet PDF文件第67页浏览型号GMS37140的Datasheet PDF文件第68页浏览型号GMS37140的Datasheet PDF文件第69页  
Chapter 6. Application  
Guideline for S/W  
1. All rams need to be initialized to zero in reset address for proper design.  
2. Make the output ports `H` after reset.  
3. Do not use WDTR instruction in subroutine.  
4. Before reading the input port the waiting time should be more than 200uS.  
5. To decrease current consumption, make the output port as high in normal routine except  
for key scan strobe and STOP mode.  
6. We recommend you do not use all 64 bytes in a page. You had better write ` BR $` in  
unused area. This will help you prevent unusual operation of MCU.  
7. Be careful not to use long call or branch (CALL,BL) with arithmetic manipulation.  
If you want to use branch right after arithmetic manipulation, the long call or branch will be  
against your intention.  
ex)  
LAR  
; The value of R ports -> Accumulator  
14 : S = 0  
ALEI 14 ; A 14 : S = 1,  
A
BL TRUE ; S is always 1 because BL is composed of LPBI and BR.  
-------------- Fail  
LAR  
ALEI 14 ; A 14 : S = 1,  
BR TRUE ; When S is 1 Branch will occur. Otherwise Branch will not occur and  
LAK ; next instruction will be operated.  
-------------- Right  
; The value of R ports -> Accumulator  
A
14 : S = 0  
6-1  
 复制成功!