4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
GENERAL DESCRIPTION
EM73201 is an advanced single chip CMOS 4-bit micro-controller. It contains 2K-byte ROM, 52-nibble RAM,
4-bit ALU, 13-level subroutine nesting, 22-stage time base, one 12-bit timer/counter for the kernel function.
EM73201 also contains 5 interrupt sources, 4 I/O ports (including 1 input port, 1 output port for LED driving,
2 bidirection I/O ports) built-in watch-dog-time counter and one high frequency clock output for modulating
infrared signal.
Except low-power consumption and high speed, EM73201 also have a sleep and hold mode operation for the
power saving function.
EM73201 is suitable for application in family appliance, consumer products and toy controller.
FEATURES
Operation voltage: 2.4V to 6.0V (clock frequency: 32 KHz to 5 MHz)
Clock source: Single clock system for RC , Crystal and external clock source, available by
Instruction set: 109 powerful instructions.
Instruction cycle time: Up to 2µs for 4.19MHz .
ROM capacity: 2048 x 8 bits.
RAM capacity: 52 x 4 bits.
Input port: 1 port (P0).
Output port: 1 port (P1).
Bidirection I/O port: 2 ports (P7,P8).
12-bit timer/counter: One 12-bit timer/counter is programmable for timer, even counter and pulse
Built-in time base counter : 22 stages.
Subroutine nesting: Up to 13 levels.
The built-in watch-dog-timer counter is available by mask option.
Low voltage reset is available by mask option.
High frequency clockout: Programmable high frequency clock output for modulating infrared signal.
Power saving function: Sleep mode and Hold mode.
Package type: EM73201HChip form 22 pins.
* This specification are subject to be changed without notice.
7.20.1999
2
Page 3
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
PIN DESCRIPTIONS
SymbolPin- TypeFunction
V
DDPower supply (+)
VssPower supply (-)
RESETRESET-ASystem reset input signal, low active
XIN/CLKOSC-A/OSC-CCrystal/RC or external clock source connecting pin
XOUT/NCOSC-ACrystal connecting pin or NC for RC osc. type
P(0..3)/WAKEUP0..3INPUT-C4-bit input port with Sleep/Hold releaseing func tion
P1.0/CLKOUT
P1(1..3)
P7(0..3)I/O-U4-bit bidirection I/O port
P8.0/INT1,P8.2/INT0I/O-W2-bit bidirection I/O pins with external interrupt sources input
P8.3/TRGAI/O-V1-bit bidirection I/O pin with timer/counter A external input
P8.1I/O-W1-bit bidirection I/O pin
OUTPUT-B1-bit high current output pin for LED driving or clock output for
OUTPUT-A3-bit high current output pin for LED driving
Preliminary
mask option:none
pull-up
mask option :none
pull-up
pull-down
infrared signal
mask option :open-drain, normal sink
open-drain, high sink
normal source, normal sink
normal source, high sink
mask option :open-drain, normal sink
open-drain, high sink
normal source, normal sink
normal source, high sink
mask option :open-drain, normal sink
low source, normal sink
normal source, normal sink
normal source, high sink
high source, high sink
mask option :open-drain, normal sink
low source, normal sink
normal source, normal sink
normal source, high sink
high source, high sink
mask option :open-drain, normal sink
low source, normal sink
normal source, normal sink
normal source, high sink
high source, high sink
mask option :open-drain, normal sink
low source, normal sink
normal source, normal sink
normal source, high sink
high source, high sink
7.20.1999
3* This specification are subject to be changed without notice.
Page 4
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
FUNCTION DESCRIPTIONS
Preliminary
PROGRAM ROM ( 2K X 8 bits )
2 K x 8 bits program ROM contains user's program and some fixed data .
The basic structure of program ROM can be divided into 5 parts.
1. Address 000h: Reset start address.
2. Address 002h - 00Ch: 4 kinds of interrupt service rountine entry addresses .
3. Address 00Eh-086h : SCALL subroutine entry address, only available at 00Eh,016h,01Eh,026h, 02Eh,
036h, 03Eh, 046h, 04Eh, 056h, 05Eh, 066h, 06Eh, 076h ,07Eh, 086h .
5. Address 7E0h - 7FFh : The data region for 5-to-8 bits data conversion table .
6. Address 000h - 7FFh : Except used as above function, the other region can be used as user's program region.
address 2048 x 8 bits
000hReset start address
002hINT0; External interrupt service routine entry address
004h
006hTRGA, Timer/counterA interrupt service routine entry address
008h
00AhTBI; Time base interrupt service routine entry address
00ChINT1; External interrupt service routine entry address
00Eh
086h
.
.
.
7FFh
User's program and fixed data are stored in the program ROM. User's program is according the PC value
to send next executed instruction code. Fixed data can be read out by two ways.
SCALL, subroutine call entry address
.
.
.
(1) Table-look-up instruction:
Table-look-up instruction is depended on the Data Pointer ( DP ) to indicate to ROM address, then to get
the ROM code data.
LDAXAcc
LDAXIAcc
←←
← ROM[DP]
←←
←←
← ROM[DP]
←←
L
,DP+1
H
DP is a 12-bit data register which can store the program ROM address to be the pointer for the ROM
code data. First, user load ROM address into DP by instruction "STADPL, STADPM, STADPH",
then user can get the lower nibble of ROM code data by instruction "LDAX" and higher nibble by
instruction "LDAXI".
PROGRAM EXAMPLE: Read out the ROM code of address 777h by table-look-up instruction.
* This specification are subject to be changed without notice.
7.20.1999
4
Page 5
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
STAMI; RAM[30] ← 6h
Preliminary
LDAXI; ACC ← 5h
STAM; RAM[31] ← 5h
:
ORG 777h
DATA 56h;
:
DATA RAM ( 52-nibble )
There is total 52 - nibble data RAM from address 00 to 33h
Data RAM includes 3 parts: zero page region, stacks and data area.
Increment
Address
00h - 0Fh
10h - 1Fh
20h - 2Fh
30h - 33h
Level 0
Level 4
Level 8
Level 12
Level 1
Level 5
Level 9
StackZero-page
Level 2
Level 6
Level 10
Level 3
Increment
Level 7
Level 11
ZERO- PAGE:
From 00h to 0Fh is the location of zero-page. It is used as the pointer in zero-page addressing mode for the
instruction of "STD #k,y; ADD #k,y; CLR y,b; CMP k,y".
PROGRAM EXAMPLE:
To wirte immediate data "07h" to address "03h" of RAM and to clear bit 2 of RAM.
STD #07h, 03h ; RAM[03] ← 07h
CLR 0Eh,2 ; RAM[0Eh]
← 0
2
STACK:
There are 13 - level (maximum) stack for user using for subroutine (including interrupt and CALL). User
can assign any level be the starting stack by giving the level number to stack pointer (SP).
When user using any instruction of CALL or subroutine, before entry the subroutine, the previous PC address
will be saved into stack until return from those subroutines, the PC value will be restored by the data saved
in stack.
DATA AREA:
Except the special area used by user, the whole RAM can be used as data area for storing and loading general
data.
ADDRESSING MODE
(1) Indirect addressing mode:
Indirect addressing mode indicates the RAM address by specified HL register.
For example:
LDAM ; Acc ← RAM[HL]
STAM ; RAM[HL] ← Acc
(2) Direct addressing mode:
Direct addressing mode indicates the RAM address by immediate data.
7.20.1999
5* This specification are subject to be changed without notice.
Page 6
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
For example: LDA x ; Acc← RAM[x]
STA x ; RAM[x] ← Acc
(3) Zero-page addressing mode
For zero-page region, user can using direct addressing to write or do any arithematic, comparsion
or bit manupulated operation directly.
For example:
PROGRAM COUNTER (2K ROM)
Program counter ( PC ) is composed by a 12-bit counter, which indicates the next executed address for the
instruction of program ROM.
For a 2 K - byte size ROM, PC can indicate address form 000h - 7FFh, for BRANCH and CALL instrcutions,
PC is changed by instruction indicating.
Object code: 1100 aaaa aaaa aaaa
Condition: SF=1; PC ← a ( branch condition satisified)
PC 0 a a a a a a a a a a a
SF=0 ; PC ← PC + 2 ( branch condition not satisified )
PCOriginal PC value + 2
(2) Subroutine instruction:
( branch condition satisified )
11-6.a
SCALL a
Object code: 1110 nnnn
Condition : PC ← a ; a=8n+6 ; n=1..15 ; a=86h, n=0
PC 0 0 0 0 a a a a a a a a
LCALL a
Object code: 0100 0 aaa aaaa aaaa
Condition: PC ← a
* This specification are subject to be changed without notice.
7.20.1999
6
Page 7
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
PC0aaaaaaaaaaa
RET
Object code: 01 00 1 1 1 1
Condition: PC ← STACK[SP]; SP + 1
PCThe return address stored in stack
RT I
Object code: 0100 1101
Condition : FLAG. PC ← STACK[SP]; EI ← 1; SP + 1
PCThe return address stored in stack
(3) Interrupt acceptance operation:
When an interrupt is accepted, the original PC is pushed into stack and interrupt vector will be loaded into
PC,The interrupt vectors are as following:
INT0 (External interrupt from P8.2)
PC000000000010
TRGA (Timer A overflow interrupt)
PC000000000110
TBI (Time base interrupt)
PC000000001010
INT1 (External interrupt from P8.0)
PC000000001100
(4) Reset operation:
PC000000000000
(5) Other operations:
For 1-byte instruction execution: PC + 1
For 2-byte instruction execution: PC + 2
ACCUMULATOR
Accumulator is a 4-bit data register for temporary data . For the arithematic, logic and comparative opertion
.., ACC plays a role which holds the source data and result .
FLAGS
7.20.1999
7* This specification are subject to be changed without notice.
Page 8
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
There are four kinds of flag, CF ( Carry flag ), ZF ( Zero flag ), SF ( Status flag ) and GF ( General flag ),
these 4 1-bit flags are affected by the arithematic, logic and comparative .... operation .
All flags will be put into stack when an interrupt subroutine is served, and the flags will be restored after
RTI instruction executed .
(1) Carry Flag ( CF )
The carry flag is affected by following operation:
a. Addition : CF as a carry out indicator, when the addition operation has a carry-out, CF will be "1",
in another word, if the operation has no carry-out, CF will be "0".
b. Subtraction : CF as a borrow-in indicator, when the subtraction operation must has a borrow, in the CF
will be "0", in another word, if no borrow-in, CF will be "1".
c. Comparision: CF is as a borrow-in indicator for Comparision operation as the same as subtraction
operation.
d. Rotation: CF shifts into the empty bit of accumulator for the rotation and holds the shift out data after
rotation.
e. CF test instruction : For TFCFC instruction, the content of CF sends into SF then clear itself "0".
For TTSFC instruction, the content of CF sends into SF then set itself "1".
(2) Zero Flag ( ZF )
ZF is affected by the result of ALU, if the ALU operation generate a "0" result, the ZF will be "1",
otherwise, the ZF will be "0".
(3) Status Flag ( SF )
The SF is affected by instruction operation and system status .
a. SF is initiated to "1" for reset condition .
b. Branch instruction is decided by SF, when SF=1, branch condition will be satisified, otherwise,
branch condition will not be satisified by SF = 0 .
(4) General Flag ( GF )
GF is a one bit general purpose register which can be set, clear, test by instruction SGF, CGF and TGS.
PROGRAM EXAMPLE:
Check following arithematic operation for CF, ZF, SF
* This specification are subject to be changed without notice.
7.20.1999
8
Page 9
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
ALU
Preliminary
The arithematic operation of 4 - bit data is performed in ALU unit . There are 2 flags can be affected by
the result of ALU operation, ZF and SF . The operation of ALU can be affected by GF only .
ALU STRUCTURE
ALU supported user arithematic operation function, including : addition, subtraction and rotaion.
DATA BUS
ALU
ZF CF SF GF
ALU FUNCTION
(1) Addition:
For instruction ADDAM, ADCAM, ADDM #k, ADD #k,y .... ALU supports addition function.
The addition operation can affect CF and ZF. For addition operation, if the result is "0", ZF will be "1",
otherwise, not equal "0", ZF will be "0", When the addition operation has a carry-out. CF will be "1",
otherwise, CF will be "0".
For instruction SUBM #k, SUBA #k, SBCAM, DECM... ALU supports user subtraction function . The
subtraction operation can affect CF and ZF, For subtraction operation, if the result is negative, CF will
be "0", it means a borrow out, otherwise, if the result is positive, CF will be "1". For ZF, if the result
of subtraction operation is "0", the ZF will be "1", otherwise, ZF will be "0".
9* This specification are subject to be changed without notice.
Page 10
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
(3) Rotation:
There are two kinds of rotation operation, one is rotation left, the other is rotation right.
RLCA instruction rotates Acc value to left, shift the CF value into the LSB bit of Acc and the shift out data
will be hold in CF.
Preliminary
MSBLSB
ACC
CF
RRCA instruction operation rotates Acc value to right, shift the CF value into the MSB bit of Acc and the
shift out data will be hold in CF.
MSBLSB
ACC
CF
PROGRAM EXAMPLE: To rotate Acc right and shift a "1" into the MSB bit of Acc .
TTCFS; CF ← 1
RRCA; rotate Acc right and shift CF=1 into MSB.
HL REGISTER
HL register are two 4-bit registers, they are used as a pair of pointer for the address of RAM memory and also
2 independent temporary 4-bit data registers. For some instruction, L register can be a pointer to indicate the
pin number ( Port7 ) .
HL REGISTER STRUCTURE
3 2 1 0
H REGISTER
HL REGISTER FUNCTION
(1) For instruction : LDL #k, LDH #k, THA, THL, INCL, DECL, EXAL, EXAH, HL register used as a
temporary register .
PROGRAM EXAMPLE: Load immediate data "5h" into L register, "Dh" into H register.
LDL #05h;
LDH #0Dh;
(2) For instruction LDAM, STAM, STAMI .., HL register used as a pointer for the address of RAM memory.
3 2 1 0
L REGISTER
PROGRAM EXAMPLE: Store immediate data #Ah into RAM of address 35h.
* This specification are subject to be changed without notice.
7.20.1999
10
Page 11
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
LDL #5h;
LDH #3h;
STDMI #0Ah; RAM[35] ← Ah
(3) For instruction : SELP, CLPL, TFPL, L regieter be a pointer to indicate the bit of I/O port.
When LR = C - F, indicate P7.0 - P7.3
PROGRAM EXAMPLE: To set bit 2 of Port7 to "1"
LDL #0Eh;
SEPL ; P7.2 ← 1
STACK POINTER (SP)
Stack pointer is a 4-bit register which stores the present stack level number.
Before using stack, user must set the SP value first, CPU will not initiate the SP value after reset condition
. When a new subroutine is accepted, the SP will be decreased one automatically, in another word, if
returning from a subroutine, the SP will be increased one .
The data transfer between ACC and SP is by instruction of "LDASP" and "STASP".
DATA POINTER (DP)
Data pointer is a 12-bit register which stores the address of ROM can indicate the ROM code data
specified by user (refer to data ROM).
CLOCK AND TIMING GENERATOR
The clock generator is supported by a single clock system, the clock source comes from crystal (resonator
or RC oscillation is decided by mask option . the working frequency range is 32 K Hz to 5 MHz depending
on the working voltage.
CLOCK AND TIMING GENERATOR STRUCTURE
The clock generator connects outside compoments ( crystal or resonator by XIN and XOUT pin for crystal
osc type, Resistor and capacitor by CLK pin for RC osc type, these two type is decided by mask option ).
the clock generator generates a basic system clock "fc".
When CPU sleeping, the clock generator will be stoped until the sleep condition released.
The system clock control generates 4 basic phase signals ( S1, S2, S3, S4 ) and system clock .
Mask option
sleep
Mask option for choose Crystal or RC oscillation
XIN/CLK
XOUT
clock generatorSystem clock control
fc
S1S2S3S4
System clock
7.20.1999
11* This specification are subject to be changed without notice.
Page 12
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
XIN/CLK
XIN/CLK
XOUT
Crystal connection
RC connection
XOUT
CLOCK AND TIMING GENERATOR FUNCTION
The frequency of fc is the oscillation frequency for XIN, XOUT by crystal ( resonator) or for CLK by RC
osc.
When CPU sleeps, the XOUT pin will be in "high" state .
When user chooses RC osc, XOUT pin is no used .
The instruction cycle equal 8 basic clock fc.
1 instructure cycle = 8 / fc
TIMING GENERATOR AND TIME BASE
The timing generator produces the system clock from basic clock pulse which can be normal mode or slow
mode clock.
1 instruction cycle = 8 basic clock pulses
There are 22 stages time base .
PrescalerBinary counter
fc
1 23 4567891011121322212019 181716 15 14
When working in the single clock mode, the timebase clock source is come from fc that is RC oscillation.
Time base provides basic frequency for following function:
1. TBI (time base interrupt) .
2. Timer/counter, internal clock source.
3. Warm-up time for sleep - mode releasing.
TIME BASE INTERRUPT (TBI )
The time base can be used to generate a fixed frequency interrupt . There are 8 kinds of frequencies can be
selected by setting "25"
Single clock mode
P25 3210
( initial value 0000 )
0 0 x x: Interrupt disable
0 1 0 0: Interrupt frequency XIN / 2
0 1 0 1: Interrupt frequency XIN / 2
0 1 1 0: Interrupt frequency XIN / 2
0 1 1 1: Interrupt frequency XIN / 2
1 1 0 0: Interrupt frequency XIN / 29 Hz
1 1 0 1: Interrupt frequency XIN / 28 Hz
1 1 1 0: Interrupt frequency XIN / 2
1 1 1 1: Interrupt frequency XIN / 2
1 0 x x: Reserved
10
Hz
11
Hz
12
Hz
13
Hz
15
Hz
17
Hz
* This specification are subject to be changed without notice.
7.20.1999
12
Page 13
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
TIMER / COUNTER ( TIMERA)
Timer/counters can support user three special functions:
1. Even counter
2. Timer.
3. Pulse-width measurement.
These three functions can be executed by timer/counter.
For timerA, the counter data is saved in timer register TAH, TAM, TAL, which user can set counter
initial value and read the counter value by W/B instruction "LDATAH (B,L), STATAH (B,L)".
The counter can be set initial value and send counter value to timer register. P28 is the command port
for timerA , user can choose different operation mode and different internal clock rate by setting the
port. When timer/counter overflow, it will generate a TRGA interrupt request to interrupt control unit.
INTERRUPT CONTROL
TRGA request
DATA BUS
12 BIT COUNTER
P8.3/
TRGA
internal clock
EVENT COUNTER CONTROL
TIMER CONTROL
PULSE-WIDTH MEASUREMENT
P28
CONTROL
TMSAIPSA
TIMER/COUNTER CONTROL
P8.3/TRGA is the external timer inputs for timerA, it used in event counter and pulse-width
measurement mode.
Timer/counter command port: P28 is the command port for timer/counterA.
Port 28
3 2 1 0
TMSA IPSA
Initial state: 0000
TIMER/COUNTER MODE SELECTION
TMSA Function description
0 0 Stop
0 1 Event counter mode
1 0 Timer mode
1 1
Pulse width measurement mode
7.20.1999
13* This specification are subject to be changed without notice.
Page 14
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
INTERNAL PULSE-RATE SELECTION
IPSA Function description
0 0XIN/2 Hz
0 1XIN/2 Hz
1 0XIN/2 Hz
1 1XIN/2 Hz
TIMER/COUNTER FUNCTION
EVENT COUNTER MODE
For event counter mode, timer/counter increases one at any rising edge of P8.3/TRGA for timerA. When
timerA counts overflow, it will give interrupt control an interrupt request TOFIA.
10
14
18
22
P8.3/TRGA
TimerA valuenn+1n+2n+3n+4n+5n+6
PROGRAM EXAMPLE: Enable timerA with P28.
LDIA #0100B;
OUTA P28; Enable timerA with event counter mode
TIMER MODE
For timer mode ,timer/counter increase one at any rising edge of internal pulse . User can choose 4 kinds
of internal pulse rate by setting IPSA for timerA.
When timer/counter counts overflow, TRGA will be generated to interrupt control unit.
Internal pulse
TimerA value
nn+1n+2n+3n+4n+5n+6
n+7
PROGRAM EXAMPLE: To generate TRGA interrupt request after 60 ms with system clock XlN=4MHz
LDIA #0100B;
EXAE; enable mask 2
EICIL 110111B; interrupt latch ←0, enable EI
LDIA #06H;
STATAL;
* This specification are subject to be changed without notice.
7.20.1999
14
Page 15
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
NOTE:The preset value of timer/counter register is calculated as following procedure.
Internal pulse rate: XIN/2
The time of timer counter count one = 2
10
; XIN = 4MHz
10
/XIN = 1024/4000=0.256ms
The number of internal pulse to get timer overflow = 60 ms/ 0.256ms = 234.375 = 0EAH
The preset value of timer/counter register = 1000H - 0EAH = 0F16H
PULSE WIDTH MEASUREMENT MODE
For the pulse width measurement mode, the counter only incresed by the rising edge of internal pulse rate as
external timer/counter input (P8.3/TRGA ), interrupt request will be generated as soon as timer/counter
overflow.
P8.3/TRGA
Internal pulse
TimerA value
nn+1n+2n+3n+4n+5
PROGRAM EXAMPLE: Enable timerA by pulse width measurement mode .
* This specification are subject to be changed without notice.
7.20.1999
16
Page 17
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
During sleep and hold condition, CPU holds the system's internal status with a low power consumption, for
the sleep mode, the system clock will be stoped in the sleep condition and system need a warm up time for
the stability of system clock running after wakeup . In the other way, for the hold mode, the system clock
does not stop at all and it does not need a warm-up time any way.
The sleep and hold mode is controlled by Port 16 and released by P0(0..3)/WAKEUP0-3.
P16 3 2 1 0
WM SE SWWT
SWWT Set wake-up warm-up time
18
0 0
0 1
1 0
1 1
2 /XIN
14
2 /XIN
16
2 /XIN
Hold mode
Sleep and hold condition:
1. Osc stop ( sleep only ) and CPU internal status held .
2. Internal time base clear to"0"
3. CPU internal memory ,flags, register, I/O held original states.
4. Program counter hold the executed address after sleep release.
initial value :0000
WM Set wake-up release mode
01Wake-up in edge release mode
Reserved
SE Enable sleep/hold
0 Reserved
1 Enable sleep / hold rnode
Release condition:
1. Osc start to oscillating.(sleep only)
2. Warm-up time passing ( sleep only ).
3. According PC to execute the following program.
There is one kind of sleep/hold release mode .
1.Edge release mode:
Release sleep/hold condition by the falling edge of any one of P0(0..3)/WAKEUP0-3.
Note : There is only one mask option for weakeup function in EM73201. So,the weakeup function of
P0(0..3)/WAKEUP0..3 are enabled or disabled together.
INFRARED SIGNAL
The infrared signal generator supports user different frequencies and duties clock signal by P1.0/CLKOUT
pin.
The basic structure of infrared signal generator is composed by a frequency divider and a duty controller,
these two parts generate differen frequencies and dutyies according to the command port, Port4 and Port5,
assigned . When the CPU is reseted, the CPU is reseted, the P1.0/CLKOUT pin will keep high.
PORT5PORT4
E
32 10 32 10
initial state : 0 x x x initial state : 0 0 0 0
ABCD
7.20.1999
17* This specification are subject to be changed without notice.
Page 18
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
To disable CLKOUT before sleep.To enable a CLKOUT signal with frequency
LDIA #0000B;fc/16, 3/4 duty .
OUTA P5;LDIA #0000B;
OUTA P4; set clkout pin in high stateOUTA P5;
LDIA #0100B;LDIA #1111B;
OUTA P16; SleepOUTA P4;
::
WATCH-DOG-TIMER
Watch-dog-timer (WDT) can help user to detect the malfunction (runaway) of CPU and give system a time
up signal every certain time. User can use the time up signal to give system a reset signal when system is fail.
The watch-dog-timer is enabled or disabed by mask option. If the mask option of WDT is enabled and the
CPU is reseted or waked up, the WDT will be cleared and counting. When the CPU is sleeping, the WDT
will be disabled.
The basic structure of watch-dog-timer control is composed by a 4-stage binary counter and a control unit.
The WDT counter counts for a certain time to check the CPU status, if there is no malfunction happened, the
counter will be cleared and counting. Otherwise, if there is a malfunction happened, the WDT control will
send a signal (low active) to reset CPU. The WDT checking period is assign by P21 (WDT command port).
* This specification are subject to be changed without notice.
7.20.1999
18
Page 19
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
17
fc/2
counter clear request
P21 is the control port of watch-dog-timer, and the WDT time up signal is connected to reset pin, user can
use this time up signal (active low) to reset CPU and initialize system.
WDT counter
0123
WDT control
P21
WDT
command port
system reset
R
S
F/F
Q
RESET pin
P21 3 2 1 0
CWC * * WDT
CWC Clear watch-dog-timer counter
Clear counter then return to 1
0
1
Nothing
WDT Set watch-dog-timer
detect time
0
1
17
3 x 2
7 x 217 /fc
/fc
initial value :0000
System clock frequency
4MHz 32KHz
98ms
229ms
12sec
28sec
Program example:
To clear WDT with 7 x 217/fc detection time.
LDIA#0001B;
OUTA P21; set WDT detection time and clear WDT counter
::
RESETTING FUNCTION
When CPU in normal working condition and RESET pin holds in low level for three instruction cycles
at least, then CPU begins to initialize the whole internal states, and when RESET pin changes to high
level, CPU begins to work in normal condition.
The CPU internal state during reset condition is as following table :
Hardware condition in RESET stateInitial value
Program counter000h
Status flag01h
Interrupt enable flip-flop ( EI )00h
MASK0 ,1, 2, 300h
Interrupt latch(IL)00h
P4, P5, P16, P25, P2800h
P1, P7, P80Fh
XINStart oscillation
7.20.1999
19* This specification are subject to be changed without notice.
Page 20
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
The RESET pin is a hysteresis input pin and has a pull-up resistor avavailable by mask option.
The simplest RESET circuit is connect RESET pin with a capacitor to V
RESET
EM73201 I/O PORT DESCRIPTION :
PortInput functionOutput functionNote
0EInput port , wakeup function
1--Ewith LED driving, P1.0 is shared with CLKOUT
2---3---4--IInfrared signal control register
5--IInfrared signal control register
6---7EInput portEOutput port
8EInput port, external interrupt inputEOutput port
9---10---11---12---13---14---15---16ISleep/Hold mode control register
17-18-19-20-21IWDT control register
22-23-24-25ITimebase control register
26-27-28ITimer/counter A control register
29-30-31--
and a diode to VDD.
SS
* This specification are subject to be changed without notice.
7.20.1999
20
Page 21
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
DC ELECTRICAL CHARACTERISTICS (VDD=5±0.5V, VSS=0V, T
2.4V to 6.0V
0.90xVDD to V
0V to 0.10xV
DD
DD
32K to 4MHzCLK (RC osc)
32K to 5MHzXIN,XOUT (crystal osc)
=25oC)
OPR
Parameters Sym.Min. Typ. Max.UnitConditions
Supply currentI
DD
-0.72mAVDD=5.5V,no load Fc=4.19MHz (crystal osc)
-60110µAV
=5.5V,no load
DD
sleep mode, low voltage reset enable
-0.11µAV
Hysteresis voltageV
Input currentI
V
HYS+
HYS-
IH
0.50V
0.20V
DD
DD
-0.75V
-0.40V
VRESET, P0, P8
DD
V
DD
--±1µARESET , P0, VDD=5.5V,VIH=5.5/0V
--±1µAOpen-drain:V
Output currentI
(Port 1)I
OH
OL
5--mAP1 normal source, VDD=4.5V ,VOH=3.5V
5--mAP1 normal sink, VDD=4.5V ,VOL=1.0V
20--mAP1 high sink, V
Output voltageV
OH
2.4--VP7,P8 low source,VDD=4.5V, IOH=-250µA
(Port 7 Port8)3.5--VP7,P8 normal source,V
3.0--VP7,P8 high source,V
V
OL
--1VP7,P8 normal sink,VDD=4.5V,IOL=5mA
--1.5VP7,P8 high sink,V
Leakage currentI
Input resistorR
OL
IN
--1µAOpen drain,VDD=5.5V,VO =5.5V
3090150KΩ P0
=5.5V, sleep mode, low voltage reset disable
DD
=5.5V,VIH=5.5/0V
DD
=4.5V ,VOL=1.0V
DD
=4.5V,IOH=-5mA
DD
=4.5V,IOH=-20mA
DD
=4.5V,IOL=20mA
DD
100300450KΩRESET
Frequency stability-10-%Fc=4MHz, RC osc (R=7.5kΩ, C=20pF)
[Fc=(4.5V)-F(3.6V)]/F(4.5V)
Frequency variation-20-%Fc=4MHz, V
=4.5V, RC osc
OL
[F(typical)-F(worse case)]/F(typical)
Low voltage reset level3. 3-4.0V
7.20.1999
21* This specification are subject to be changed without notice.
Page 22
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
RESET PIN TYPE
TYPE RESET-A
RESET
OSCILLATION PIN TYPE
TYPE OSC-ATYPE OSC-C
XIN
XOUT
Preliminary
mask option
Crystal
Osc.
CLK
RC Osc.
(comparator)
INPUT PIN TYPE
TYPE INPUT-ATYPE INPUT-C
OUTPUT PIN TYPE
TYPE OUTPUTTYPE OUTPUT-C
: mask option
P0.0/WAKEUP0
P0.1/WAKEUP1
P0.2/WAKEUP2
P0.3/WAKEUP3
TYPE
OUTPUT
WAKEUP function mask option
TYPE INPUT-A
TYPE INPUT-A
TYPE INPUT-A
TYPE INPUT-A
Input
data
Output
data
latch
Output
data
: mask option
: mask option
* This specification are subject to be changed without notice.
7.20.1999
22
Page 23
TYPE OUTPUT-B
I/O PIN TYPE
TYPE I/O_TTYPE I/O-U
TYPE
OUTPUT
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
Input
data
Output
MUX
data
latch
Special function
control output
Output
data
: mask option
TYPE I/O_T
path B
path A
Output
data
latch
Input
data
Output
data
TYPE I/O-VTYPE I/O-W
TYPE I/O_T
path B
path A
Output
data
latch
Input
data
Output
data
TYPE I/O_T
path B
path A
SEL
Output
data
latch
Special function
control input
Input data
Output
data
Path A :For set and clear bit of port instructions, data goes through path A from output data latch to CPU.
Path B :For input and test instructions, data from output pin go through path B to CPU and the output data latch
will be set to high.
7.20.1999
23* This specification are subject to be changed without notice.
Page 24
APPLICATION CIRCUIT
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT
Preliminary
V
P0.3
P0.2
P0.1
P0.0
P7.3
P7.2
P7.1
P7.0
RESET
DD
EM73201
P1.1
P1.2
P1.3
P8.0
P8.1
P8.2
P8.3
RC OSC
CRYSTAL OSC
C
C
(4MHz)
C=20pF
NC/XOUT
CLK/XIN
XOUT/NC
XIN/CLK
INFRARED SIGNAL
P1.0
V
SS
CRYSTAL OSC
C
C
Recommended values :
C = 100~150pF
R = 10KΩ
(32KHz)
R
XOUT
XIN
* This specification are subject to be changed without notice.
7.20.1999
24
Page 25
PAD DIAGRAM
EM73201
4-BIT MICRO-CONTROLLER FOR GENERAL PURPOSE PRODUCT