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

SAN3010 参数 Datasheet PDF下载

SAN3010图片预览
型号: SAN3010
PDF下载: 下载PDF文件 查看货源
内容描述: 单芯片电话接口,键盘输入VIA的uC [SINGLE CHIP TELEPHONE INTERFACE FOR KEYBOARD ENTRY VIA uC]
分类和应用: 电话
文件页数/大小: 13 页 / 73 K
品牌: SAMES [ SAMES ]
 浏览型号SAN3010的Datasheet PDF文件第3页浏览型号SAN3010的Datasheet PDF文件第4页浏览型号SAN3010的Datasheet PDF文件第5页浏览型号SAN3010的Datasheet PDF文件第6页浏览型号SAN3010的Datasheet PDF文件第8页浏览型号SAN3010的Datasheet PDF文件第9页浏览型号SAN3010的Datasheet PDF文件第10页浏览型号SAN3010的Datasheet PDF文件第11页  
SAN3010
13 Appendix C: Sample Software listing
MCS-51 MACRO ASSEMBLER
09/09/96
PAGE
1
LOC OBJ
LINE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0000
41
0001
42
0002
43
0003
44
0004
45
0005
46
0006
47
0007
48
0090
49
0080
50
KEY
SOURCE
; (c) Austria Mikro Systeme International AG AMS
; J.Janisch / telecom applications
; Program name:
KEY.ASM
; Version:
A01
; Date:
1996-09-09
; Author:
J.Janisch / Telecom Applications
;
; User program for 8051 interface to SA253x for key entry via
; microcontroller
; Application Note AN3010
; Program code is at Address 4000 HEX
;
; Reference for calculations:
; Clock Frequency of Microcontroller (80C31) = 11.0592 MHz
;
--> 1 machine cycle = 12 clock cycles = 1.085 us
;
; Decoder Logic:
; Port1:
; P1.7 : active low input; detects rising edge of C1 OR C2
;
should be set high by any output command to port 1
; P1.6 : not used
; P1.5 : not used
; P1.4 : forces selected row/column high or low
; P1.3 : when high, disables all rows/columns (high Z)
; P1.2 : row / column selector MSB
; P1.1 : row / column selector
; P1.0 : row / column selector LSB
;
;
P1.2 P1.1 P1.0
select:
;
0
0
0
row 1
;
0
0
1
row 2
;
0
1
0
row 3
;
0
1
1
row 4
;
1
0
0
column 1
;
1
0
1
column 2
;
1
1
0
column 3
;
1
1
1
column 4
;
Row1
Row2
Row3
Row4
Col1
Col2
Col3
Col4
ForceHi
ForceLo
equ
equ
equ
equ
equ
equ
equ
equ
equ
equ
0
1
2
3
4
5
6
7
90H
80H
7/13
sames