COP8CBE9/CCE9/CDE9
8-Bit CMOS Flash Microcontroller with 8k Memory,
Virtual EEPROM, 10-Bit A/D and Brownout Reset
General Description
The COP8CBE9/CCE9/CDE9 Flash microcontrollers are
highly integrated COP8
Flash memory and advanced features including Virtual EEPROM, A/D, High Speed Timers, USART, and Brownout
Reset. This single-chip CMOS device is suited for applica-
Devices included in this datasheet:
Device
COP8CBE98k2562.7V to 2.9V37,39
COP8CCE98k2564.17V to 4.5V37,39
COP8CDE98k256No Brownout37,39
™
Feature core devices, with 8k
Flash Program
Memory (bytes)
RAM
(bytes)
Brownout
Voltage
tions requiring a full featured, in-system reprogrammable
controller with large memory and low EMI. The same device
is used for development, pre-production and volume production with a range of COP8 software and hardware development tools.
I/O
Pins
PackagesTemperature
44 LLP, 44PLCC,
48 TSSOP
44 LLP, 44PLCC,
48 TSSOP
44 LLP,
44 PLCC,
48 TSSOP
0˚C to +70˚C
0˚C to +70˚C
−40˚C to +125˚C
0˚C to +70˚C
−40˚C to +125˚C
April 2002
COP8CBE9/CCE9/CDE9 8-Bit CMOS Flash Based Microcontroller with 8k Memory, Virtual
EEPROM, 10-Bit A/D and Brownout Reset
Features
KEY FEATURES
n 8k bytes Flash Program Memory with Security Feature
n Virtual EEPROM using Flash Program Memory
n 256byte volatile RAM
n 10-bit Successive Approximation Analog to Digital
Converter (up to 16 channels)
n 100% Precise Analog Emulation
n USART with onchip baud generator
n 2.7V – 5.5V In-System Programmability of Flash
n High endurance -100k Read/Write Cycles
n Superior Data Retention - 100 years
n Dual Clock Operation with HALT/IDLE Power Save
n Brown-out Reset (COP8CBE9/CCE9)
n High Current I/Os
— B0– B3: 10 mA
— All others: 10 mA
OTHER FEATURES
n Single supply operation:
— 2.7V–5.5V (0˚C to +70˚C)
— 4.5V–5.5V (−40˚C to +125˚C)
@
0.3V
@
1.0V
n Quiet Design (low radiated emissions)
n Multi-Input Wake-up with optional interrupts
n MICROWIRE/PLUS (Serial Peripheral Interface
Compatible)
n Clock Doubler for 20 MHz operation from 10 MHz
Oscillator, with 0.5 µs Instruction Cycle
n Eleven multi-source vectored interrupts servicing:
— External Interrupt
— USART (2)
— Idle Timer T0
— Two Timers (each with 2 interrupts)
— MICROWIRE/PLUS Serial peripheral interface
— Multi-Input Wake-up
— Software Trap
n Idle Timer with programmable interrupt interval
n 8-bit Stack Pointer SP (stack in RAM)
n Two 8-bit Register Indirect Data Memory Pointers
n True bit manipulation
n WATCHDOG and Clock Monitor logic
n Software selectable I/O options
a. G1 operation as WDOUT is controlled by Option Register bit 2.
IRESET611
48-Pin
TSSOP
www.national.com4
Page 5
1.0 General Description
1.1 EMI REDUCTION
The COP8CBE9/CCE9/CDE9 devices incorporate circuitry
that guards against electromagnetic interference - an increasing problem in today’s microcontroller board designs.
National’s patented EMI reduction technology offers low EMI
clock circuitry, gradual turn-on output drivers (GTOs) and
internal Icc smoothing filters, to help circumvent many of the
EMI issues influencing embedded control designs. National
has achieved 15 dB–20 dB reduction in EMI transmissions
when designs have incorporated its patented EMI reducing
circuitry.
1.2 IN-SYSTEM PROGRAMMING AND VIRTUAL
EEPROM
The device includes a program in a boot ROM that provides
the capability, through the MICROWIRE/PLUS serial interface, to erase, program and read the contents of the Flash
memory.
Additional routines are included in the boot ROM, which can
be called by the user program, to enable the user to customize in system software update capability if MICROWIRE/
PLUS is not desired.
Additional functions will copy blocks of data between the
RAM and the Flash Memory. These functions provide a
virtual EEPROM capability by allowing the user to emulate a
variable amount of EEPROM by initializing nonvolatile variables from the Flash Memory and occasionally restoring
these variables to the Flash Memory.
The contents of the boot ROM have been defined by National. Execution of code from the boot ROM is dependent
on the state of the FLEX bit in the Option Register on exit
from RESET. If the FLEX bit is a zero, the Flash Memory is
assumed to be empty and execution from the boot ROM
begins. For further information on the FLEX bit, refer to
Section 4.5, Option Register.
1.3 DUAL CLOCK AND CLOCK DOUBLER
The device includes a versatile clocking system and two
oscillator circuits designed to drive a crystal or ceramic
resonator. The primary oscillator operates at high speed up
to 10 MHz. The secondary oscillator is optimized for operation at 32.768 kHz.
The user can, through specified transition sequences
(please refer to
tion between the high speed and low speed oscillators. The
unused oscillator can then be turned off to minimize power
dissipation. If the low speed oscillator is not used, the pins
are available as general purpose bidirectional ports.
The operation of the CPU will use a clock at twice the
frequency of the selected oscillator (up to 20 MHz for high
speed operation and 65.536 kHz for low speed operation).
This doubled clock will be referred to in this document as
‘MCLK’. The frequency of the selected oscillator will be
referred to as CKI. Instruction execution occurs at one tenth
the selected MCLK rate.
1.4 TRUE IN-SYSTEM EMULATION
On-chip emulation capability has been added which allows
the user to perform true in-system emulation using final
production boards and devices. This simplifies testing and
evaluation of software in real environmental conditions. The
user,merely by providing fora standard connectorwhich can
7.0 Power Saving Features
), switch execu-
COP8CBE9/CCE9/CDE9
be bypassed by jumpers on the final application board, can
provide for software and hardware debugging using actual
production units.
1.5 ARCHITECTURE
The COP8 family is based on a modified Harvard architecture, which allows data tables to be accessed directly from
program memory. This is very important with modern
microcontroller-based applications, since program memory
is usually ROM or EPROM, while data memory is usually
RAM. Consequently constant data tables need to be contained in non-volatile memory, so they are not lost when the
microcontroller is powered down. In a modified Harvard architecture, instruction fetch and memory data transfers can
be overlapped with a two stage pipeline, which allows the
next instruction to be fetched from program memory while
the current instruction is being executed using data memory.
This is not possible with a Von Neumann single-address bus
architecture.
The COP8 family supports a software stack scheme that
allows the user to incorporate many subroutine calls. This
capability is important when using High Level Languages.
With a hardware stack, the user is limited to a small fixed
number of stack levels.
1.6 INSTRUCTION SET
In today’s 8-bit microcontroller application arena cost/
performance, flexibility and time to market are several of the
key issues that system designers face in attempting to build
well-engineered products that compete in the marketplace.
Many of these issues can be addressed through the manner
in which a microcontroller’s instruction set handles processing tasks. And that’s why the COP8 family offers a unique
and code-efficient instruction set - one that provides the
flexibility,functionality, reduced costs and faster time to market that today’s microcontroller based products require.
Code efficiency is important because it enables designers to
pack more on-chip functionality into less program memory
space (ROM, OTP or Flash).Selecting amicrocontroller with
less program memory size translates into lower system
costs, and the added securityof knowingthat more code can
be packed into the available program memory space.
1.6.1 Key Instruction Set Features
The COP8 family incorporates a unique combination of instruction set features, which provide designers with optimum
code efficiency and program memory utilization.
1.6.2 Single Byte/Single Cycle Code Execution
The efficiency is due to the fact that the majority of instructions are of the single byte variety, resulting in minimum
program space. Because compact code does not occupy a
substantial amount of program memory space, designers
can integrate additional features and functionality into the
microcontroller program memory space. Also, the majority
instructions executed by the device are single cycle, resulting in minimum program execution time. In fact, 77% of the
instructions are single byte single cycle, providing greater
code and I/O efficiency, and faster code execution.
1.6.3 Many Single-Byte, Multi-Function Instructions
The COP8 instruction set utilizes many single-byte, multifunction instructions. This enables a single instruction to
accomplish multiple functions, such as DRSZ, DCOR, JID,
LD (Load) and X (Exchange) instructions with postincrementing and post-decrementing, to name just a few
www.national.com5
Page 6
1.0 General Description (Continued)
examples. In many cases, the instruction set can simultaneously execute as many as three functions with the same
single-byte instruction.
JID: (Jump Indirect); Single byte instruction decodes external events and jumps to corresponding service routines
(analogous to “DO CASE” statements in higher level languages).
LAID: (Load Accumulator-Indirect); Single byte look up table
COP8CBE9/CCE9/CDE9
instruction provides efficient data path from the program
memory to the CPU. This instruction can be used for table
lookup and to read the entire program memory for checksum
calculations.
RETSK: (Return Skip); Single byte instruction allows return
from subroutine and skips next instruction. Decision to
branch can be made in the subroutine itself, saving code.
AUTOINC/DEC: (Auto-Increment/Auto-Decrement); These
instructions use the two memory pointers B and X to efficiently process a block of data (simplifying “FOR NEXT” or
other loop structures in higher level languages).
1.6.4 Bit-Level Control
Bit-level control over many of the microcontroller’s I/O ports
provides a flexible means to ease layout concerns and save
board space. All members of the COP8 family provide the
ability to set, reset and test any individual bit in the data
memory address space, including memory-mapped I/O ports
and associated registers.
1.6.5 Register Set
Three memory-mapped pointers handle register indirect addressing and software stack pointer functions. The memory
data pointers allow the option of post-incrementing or postdecrementing with the data movement instructions (LOAD/
EXCHANGE). And 15 memory-mapped registers allow designers to optimize the precise implementation of certain
specific instructions.
1.7 PACKAGING/PIN EFFICIENCY
Real estate and board configuration considerations demand
maximum space and pin efficiency,particularly given today’s
high integration and small product form factors. Microcontroller users try to avoid using large packages to get the I/O
needed. Large packages take valuable board space and
increase device cost, two trade-offs that microcontroller designs can ill afford.
The COP8 family offers a wide range of packages and does
not waste pins.
www.national.com6
Page 7
COP8CBE9/CCE9/CDE9
Absolute Maximum Ratings (Note 1)
If Military/Aerospace specified devices are required,
please contact the National SemiconductorSales Office/
Distributors for availability and specifications.
Supply Voltage (V
Voltage at Any Pin−0.3V to V
Total Current into V
)7V
CC
+0.3V
CC
Pin (Source)200 mA
CC
Total Current out of GND Pin (Sink)200 mA
Storage Temperature Range−65˚C to +140˚C
ESD Protection Level2 kV (Human Body
Model)
Note 1:
Absolute maximum ratings indicate limits beyond which damage to
the device may occur. DC and AC electrical specifications are not ensured
when operating the device at absolute maximum ratings.
2.0 Electrical Characteristics
TABLE 1. DC Electrical Characteristics (0˚C ≤ TA≤ +70˚C)
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
ParameterConditionsMinTypMaxUnits
Operating Voltage2.75.5V
Power Supply Rise Time1050 x 10
Power Supply Ripple (Note 2)Peak-to-Peak0.1 V
Supply Current (Note 3)
High Speed Mode
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
TABLE 1. DC Electrical Characteristics (0˚C ≤ T
ParameterConditionsMinTypMaxUnits
Output Current Levels
B0-B3 Outputs
Source (Weak Pull-Up Mode)V
COP8CBE9/CCE9/CDE9
Source (Push-Pull Mode) (Note 7)V
Sink (Push-Pull Mode) (Note 7)V
= 4.5V, VOH= 3.8V−10µA
CC
V
= 2.7V, VOH= 1.8V-5µA
CC
= 4.5V, VOH= 4.2V−10mA
CC
V
= 2.7V, VOH= 2.4V−6mA
CC
= 4.5V, VOL= 0.3V10mA
CC
V
= 2.7V, VOL= 0.3V6mA
CC
Allowable Sink and Source Current per Pin20mA
All Others
Source (Weak Pull-Up Mode)V
Source (Push-Pull Mode)V
Sink (Push-Pull Mode) (Note 7)V
= 4.5V, VOH= 3.8V−10µA
CC
V
= 2.7V, VOH= 1.8V−5µA
CC
= 4.5V, VOH= 3.8V−7mA
CC
V
= 2.7V, VOH= 1.8V−4mA
CC
= 4.5V, VOL= 1.0V10mA
CC
V
= 2.7V, VOL= 0.4V3.5mA
CC
Allowable Sink and Source Current per Pin15mA
TRI-STATE LeakageV
= 5.5V−0.5+0.5µA
CC
Maximum Input Current without Latchup (Note 5)
RAM Retention Voltage, V
(in HALT Mode)2.0V
R
Input Capacitance7pF
Voltage on G6 to Force Execution from Boot
ROM(Note 8)
G6 rise time must be slower
than 100 ns
G6 Rise Time to Force Execution from Boot ROM100nS
Input Current on G6 when Input
>
V
CC
VIN=11V,VCC= 5.5V500µA
Flash Memory Data Retention25˚C100yrs
Flash Memory Number of Erase/Write CyclesSee
Table 14,Typical Flash
Memory Endurance
≤ +70˚C) (Continued)
A
2xV
CC
10
5
±
200mA
VCC+7V
cycles
AC Electrical Characteristics (0˚C ≤ T
≤ +70˚C)
A
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
ParameterConditionsMinTypMaxUnits
Instruction Cycle Time (t
Crystal/Resonator4.5V ≤ V
Flash Memory Page Erase TimeSee
)
C
≤ 5.5V0.5DCµs
CC
2.7V ≤ V
<
4.5V1.5DCµs
CC
Table 14,Typical
Flash Memory
1ms
Endurance
Flash Memory Mass Erase Time8ms
Frequency of MICROWIRE/PLUS in
Slave Mode
MICROWIRE/PLUS Setup Time (t
MICROWIRE/PLUS Hold Time (t
)20ns
UWS
)20ns
UWH
MICROWIRE/PLUS Output Propagation
Delay (t
www.national.com8
UPD
)
2MHz
150ns
Page 9
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
AC Electrical Characteristics (0˚C ≤ TA≤ +70˚C) (Continued)
ParameterConditionsMinTypMaxUnits
Input Pulse Width
Interrupt Input High Time1t
Interrupt Input Low Time1t
Timer 1 Input High Time1t
Timer 1 Input Low Time1t
C
C
C
C
Timer 2 Input High Time (Note 6)1MCLK or t
Timer 2 Input Low Time (Note 6)1MCLK or t
Output Pulse Width
Timer 2 Output High Time150ns
Timer 2 Output Low Time150ns
USART Bit Time when using External
CKX
USART CKX Frequency when being
Driven by Internal Baud Rate Generator
Reset Pulse Width1t
tC= instruction cycle time.
Note 2: Maximum rate of voltage change must be
Note 3: Supply and IDLE currents are measured with CKI driven with a square wave Oscillator, CKO driven 180˚ out of phase with CKI, inputs connected to V
and outputs driven low but not connected to a load.
Note 4: The HALT mode will stop CKI from oscillating. Measurement of I
H and L programmed as low outputs and not driving a load; all inputs tied to V
mode entered via setting bit 7 of the G Port data register.
Note 5: Pins G6 and RESET are designed with a high voltage input network. These pins allow input voltages
biased at voltages>VCC(the pins do not have source current when biased at a voltage below VCC). These two pins will not latch up. The voltage at the pins must
be limited to
Note 6: If timer is in high speed mode, the minimum time is 1 MCLK. If timer is not in high speed mode, the minimum time is 1 t
Note 7: Absolute Maximum Ratings should not be exceeded.
Note 8: V
<
14V. WARNING: Voltages in excess of 14V will cause damage to the pins. This warning excludes ESD transients.
must be valid and stable before G6 is raised to a high voltage.
cc
<
0.5 V/ms.
HALT is done with device neither sourcing nor sinking current; withA. B, G0, G2–G5,
DD
; A/D converter and clock monitor and BOR disabled. Parameter refers to HALT
Allowable Sink and Source Current per Pin12mA
TRI-STATE LeakageV
Maximum Input Current without Latchup (Note 5)
= 5.5V−3+3µA
CC
±
200mA
6
ns
V
V
V
V
www.national.com10
Page 11
COP8CBE9/CCE9/CDE9
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
ParameterConditionsMinTypMaxUnits
RAM Retention Voltage, V
Input Capacitance7pF
Voltage on G6 to Force Execution from Boot
ROM(Note 8)
G6 Rise Time to Force Execution from Boot ROM100nS
Input Current on G6 when Input
DC Electrical Characteristics (−40˚C ≤ TA≤ +125˚C) (Continued)
(in HALT Mode)2.0V
R
G6 rise time must be slower
than 100 ns
>
V
CC
VIN=11V,VCC= 5.5V500µA
2xV
CC
VCC+7V
AC Electrical Characteristics (−40˚C ≤ T
≤ +125˚C)
A
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
ParameterConditionsMinTypMaxUnits
Instruction Cycle Time (t
Crystal/Resonator4.5V ≤ V
Output Propagation DelayR
Frequency of MICROWIRE/PLUS in Slave
Mode
MICROWIRE/PLUS Setup Time (t
MICROWIRE/PLUS Hold Time (t
MICROWIRE/PLUS Output Propagation Delay
(t
)
UPD
)
C
≤ 5.5V0.5DCµs
CC
=2.2k, CL= 100 pF
L
2MHz
)20ns
UWS
)20ns
UWH
150ns
Input Pulse Width
Interrupt Input High Time1t
Interrupt Input Low Time1t
Timer 1 Input High Time1t
Timer 1 Input Low Time1t
C
C
C
C
Timer 2, 3 Input High Time (Note 6)1MCLK or t
Timer 2, 3 Input Low Time (Note 6)1MCLK or t
Output Pulse Width
Timer 2, 3 Output High Time150ns
Timer 2, 3 Output Low Time150ns
USART Bit Time when using External CKX6 CKI
periods
USART CKX Frequency when being Driven by
Internal Baud Rate Generator
Reset Pulse Width0.5t
tC= instruction cycle time.
Note 10: Maximum rate of voltage change must be
Note 11: Supply and IDLE currents are measured with CKI driven with a square wave Oscillator, CKO driven 180˚ out of phase with CKI, inputs connected to V
and outputs driven low but not connected to a load.
Note 12: The HALT mode will stop CKI from oscillating. Measurement of I
G0, and G2–G5 programmed as low outputs and not driving a load; all D outputs programmed low and not driving a load; all inputs tied to V
clock monitor and BOR disabled. Parameter refers to HALT mode entered via setting bit 7 of the G Port data register.
Note 13: Pins G6 and RESET are designed with a high voltage input network. These pins allow input voltages
when biased at voltages>VCC(the pins do not have source current when biased at a voltage below VCC). These two pins will not latch up. The voltage at the pins
must be limited to
Note 14: If timer is in high speed mode, the minimum time is 1 MCLK. If timer is not in high speed mode, the minimum time is 1 t
Note 15: Absolute Maximum Ratings should not be exceeded.
Note 16: V
<
(VCC+7V.WARNING: Voltages in excess of 14V will cause damage to the pins. This warning excludes ESD transients.
must be valid and stable before G6 is raised to a high voltage.
cc
<
0.5 V/ms.
HALT is done with device neither sourcing nor sinking current; with L. A. B, C, E, F,
Datasheet min/max specification limits are guaranteed by design, test, or statistical analysis.
ParameterConditionsMinTypMaxUnits
Resolution10Bits
DNLV
INLV
Offset ErrorV
Gain ErrorV
COP8CBE9/CCE9/CDE9
Input Voltage Range4.5V ≤ V
=5V
CC
=5V
CC
=5V
CC
=5V
CC
<
5.5V0V
CC
±
1LSB
±
2LSB
±
1.5LSB
±
1.5LSB
CC
V
Analog Input Leakage Current0.5µA
Analog Input Resistance (Note 9)6kΩ
Analog Input Capacitance7pF
Conversion Clock Period4.5V ≤ V
<
5.5V0.830µs
CC
Conversion Time (including S/H Time)15A/D
Conversion
Clock
Cycles
Operating Current on AV
Note 17: Resistance between the device input and the internal sample and hold capacitance.
CC
AVCC= 5.5V0.20.66mA
FIGURE 1. MICROWIRE/PLUS Timing
3.0 Pin Descriptions
The COP8CBE/CCE/CDE I/O structure enables designers to
reconfigure the microcontroller’s I/O functions with a single
instruction. Each individual I/O pin can be independently
configured as output pin low, output high, input with high
impedance or input with weak pull-up device. A typical example is the use of I/O pins as the keyboard matrix input
lines. The input lines can be programmed with internal weak
pull-ups so that the input lines read logic high when the keys
are all open. With a key closure, the corresponding input line
will read a logic zero since the weak pull-up can easily be
overdriven. When the key is released, the internal weak
pull-up will pull the input line back to logic high. This eliminates the need for external pull-up resistors. The high current options are available for driving LEDs, motors and
speakers. This flexibility helps to ensure a cleaner design,
with less external components and lower costs. Below is the
general description of all available pins.
V
and GND are the power supply pins. All VCCand GND
CC
pins must be connected.
20022505
Users of the LLP package arecautioned tobe aware that the
central metal area and the pin 1 index mark on the bottom of
the package may be connected to GND. See figure below:
20022570
FIGURE 2.
www.national.com12
Page 13
3.0 Pin Descriptions (Continued)
CKI is the clock input. This can be connected (in conjunction
with CKO) to an external crystal circuit to form a crystal
oscillator. See Oscillator Description section.
RESET is the master reset input. See Reset description
section.
AV
is the Analog Supply for A/D converter. It should be
CC
connected to V
resistor ladder D/A converter used within the A/D converter.
AGND is the ground pin for the A/D converter. It should be
connected to GND externally. This is also the bottom of the
resistor ladder D/A converter used within the A/D converter.
The device contains up to six bidirectional 8-bit I/O ports (A,
B, G, H and L), where each individual bit may be independently configured as an input (Schmitt trigger inputs on ports
Land G),output orTRI-STATE under programcontrol. Three
data memory address locations are allocated for each of
these I/O ports. Each I/O port has three associated 8-bit
memory mapped registers, the CONFIGURATION register,
the output DATA register and the Pin input register. (See the
memory map for the various addresses associated with the
I/O ports.)
Figure 3
DATAand CONFIGURATION registers allow for each port bit
to be individually configured under software control as
shown below:
CONFIGURATION
Register
00Hi-Z Input
01Input with Weak Pull-Up
10Push-Pull Zero Output
11Push-Pull One Output
Port A is an 8-bit I/O port. All A pins have Schmitt triggers on
the inputs. The 44-pin packagedoes not have a full 8-bitport
and contains some unbonded, floating pads internally on the
chip. The binary value read from these bits is undetermined.
The application software should mask out these unknown
bits when reading the Port A register, or use only bit-access
program instructions when accessing Port A. These unconnected bits draw power only when they are addressed (i.e.,
in brief spikes). Additionally,if Port A is being used withsome
combination of digital inputs and analog inputs, the analog
inputs will read as undetermined values and should be
masked out by software.
Port A supports the analog inputs for theA/D converter. Port
A has the following alternate pin functions:
A7 Analog Channel 7
A6 Analog Channel 6
A5 Analog Channel 5
A4 Analog Channel 4
A3 Analog Channel 3
A2 Analog Channel 2
A1 Analog Channel 1
A0 Analog Channel 0
Port B is an 8-bit I/O port.All B pins have Schmitt triggers on
the inputs. If Port B is being used with some combination of
digital inputs and analog inputs, the analog inputs will read
as undetermined values. The application software should
mask out these unknown bits when reading the Port B
register, or use only bit-access program instructions when
accessing Port B.
externally. This is also the top of the
CC
shows the I/O port configurations. The
DATA
Register
Port Set-Up
(TRI-STATE Output)
COP8CBE9/CCE9/CDE9
Port B supports the analog inputs for the A/D converter. Port
B has the following alternate pin functions:
B7 Analog Channel 15 or A/D Input
B6 Analog Channel 14 or Analog Multiplexor Output
B5 Analog Channel 13 or Analog Multiplexor Output
B4 Analog Channel 12
B3 Analog Channel 11
B2 Analog Channel 10
B1 Analog Channel 9
B0 Analog Channel 8
Port G is an 8-bit port. Pin G0, G2–G5 are bi-directional I/O
ports. Pin G6 is always a general purposeHi-Z input.All pins
have Schmitt Triggerson their inputs. Pin G1 serves as the
dedicated WATCHDOG output with weak pull-up if the
WATCHDOG feature is selected by the Option register.
The pin is a generalpurpose I/O if WATCHDOGfeature is
not selected. If WATCHDOG feature is selected, bit 1 of the
Port G configuration and data register does not have any
effect on Pin G1 setup. G7 serves as the dedicated output
pin for the CKO clock output.
Since G6 is an input only pin and G7 is the dedicated CKO
clock output pin, the associated bits in the data and configuration registers for G6 and G7 are used for special purpose
functions as outlined below. Reading the G6 and G7 data
bits will return zeros.
The device will be placed in the HALT mode by writing a “1”
to bit 7 of the Port G Data Register. Similarly the device will
be placed in the IDLE mode by writing a “1” to bit 6 of the
Port G Data Register.
Writing a “1” to bit 6 of the Port G Configuration Register
enables the MICROWIRE/PLUS to operate with the alternate phase of the SK clock. The G7 configuration bit, if set
high, enables the clock start up delay after HALT when the
R/C clock configuration is used.
Config. Reg.Data Reg.
G7CLKDLYHALT
G6Alternate SKIDLE
Port G has the following alternate features:
G7 CKO Oscillator dedicated output
G6 SI (MICROWIRE/PLUS Serial Data Input)
G5 SK (MICROWIRE/PLUS Serial Clock)
G4 SO (MICROWIRE/PLUS Serial Data Output)
G3 T1A (Timer T1 I/O)
G2 T1B (Timer T1 Capture Input)
G1 WDOUT WATCHDOG and/or Clock Monitor if WATCH-
DOG enabled, otherwise it is a general purpose I/O
G0 INTR (External Interrupt Input)
G0 through G3 are also used for In-System Emulation.
Port H is an 8-bit I/O port. All H pins have Schmitt triggers on
the inputs.
Port L is an 8-bit I/O port. All L-pins have Schmitt triggers on
the inputs.
Port L supports the Multi-Input Wake-up feature on all eight
pins. Port L has the following alternate pin functions:
L7 Multi-Input Wake-up
L6 Multi-Input Wake-up
L5 Multi-Input Wake-up or T2B (Timer T2B Input)
L4 Multi-input Wake-up or T2A (Timer T2A Input)
Connection to the emulation system is made viaa2x7
connector which interrupts the continuity of the RESET, G0,
G1, G2 and G3 signals between the COP8 device and the
rest of the target system (as shown in
Figure 6
). This connector can be designed intothe productionpc board and can
be replaced by jumpers or signal traces when emulation is
no longer necessary. The emulator will replicate all functions
of G0 - G3 and RESET. For proper operation, no connection
should be made on the device side of the emulator connector.
20022561
FIGURE 4. I/O Port Configurations—Output Mode
20022562
FIGURE 5. I/O Port Configurations—Input Mode
20022509
FIGURE 6. Emulation Connection
4.0 Functional Description
The architecture of the device is a modified Harvard architecture. With the Harvard architecture, the program memory
(Flash) is separate from the data store memory (RAM). Both
Program Memory and Data Memory havetheir own separate
addressing space with separate address buses. The architecture, though based on the Harvard architecture, permits
transfer of data from Flash Memory to RAM.
4.1 CPU REGISTERS
The CPU can do an8-bit addition,subtraction, logical or shift
operation in one instruction (t
There are six CPU registers:
A is the 8-bit Accumulator Register
PC is the 15-bit Program Counter Register
PU is the upper 7 bits of the program counter (PC)
PL is the lower 8 bits of the program counter (PC)
B is an 8-bit RAM address pointer, which can be optionally
post auto incremented or decremented.
X is an 8-bit alternate RAM address pointer, which can be
optionally post auto incremented or decremented.
S is the 8-bit Data SegmentAddress Register used to extend
the lower half of the address range (00 to 7F) into 256 data
segments of 128 bytes each.
SP is the 8-bit stack pointer, which points to the subroutine/
interrupt stack (in RAM). With reset the SP is initialized to
) cycle time.
C
www.national.com14
Page 15
4.0 Functional Description (Continued)
RAM address 06F Hex.The SPis decremented as items are
pushed onto the stack. SP points to the next available location on the stack.
All the CPU registers are memory mapped with the exception of the Accumulator (A) and the Program Counter (PC).
4.2 PROGRAM MEMORY
The program memory consists of 8192 bytes of Flash
Memory.These bytes may hold program instructions or constant data (data tables for the LAID instruction, jump vectors
for the JID instruction, and interrupt vectors for the VIS
instruction). The program memory is addressed by the 15-bit
TABLE 2. Available Memory Address Ranges
Device
COP8CBE9
COP8CDE9
Program
Memory
Size (Flash)
8192641FFF2560-1017FCOP8CCE9
Flash Memory
Page Size
(Bytes)
Option Register
Address (Hex)
program counter (PC). All interrupts in the device vector to
program memory location 00FF Hex. The program memory
reads 00 Hex in the erased state. Program execution starts
at location 0 after RESET.
If a Return instruction is executed when the SP contains 6F
(hex), instruction execution will continue from Program
Memory location 7FFF (hex). Iflocation 7FFF isaccessed by
an instruction fetch, the Flash Memory will return a value of
00. This is the opcode for the INTR instruction and will cause
a Software Trap.
For the purpose of erasing and rewriting the Flash Memory,
it is organized in pages of 64 bytes as show in
Data Memory
Size (RAM)
Segments
Available
Table 2
Maximum
RAM
Address
(HEX)
.
COP8CBE9/CCE9/CDE9
4.3 DATA MEMORY
The data memory address space includes the on-chip RAM
and data registers, the I/Oregisters (Configuration,Data and
Pin), the control registers, the MICROWIRE/PLUS SIO shift
register, and the various registers, and counters associated
with the timers and the USART (with the exception of the
IDLE timer). Data memory is addressed directly by the instruction or indirectly by the B, X and SP pointers.
The data memory consists of 256 bytes of RAM. Sixteen
bytes of RAM aremapped as “registers” at addresses 0F0to
0FF Hex. These registers can be loaded immediately, and
also decremented and tested with the DRSZ (decrement
register and skip if zero) instruction. The memory pointer
registers X, SP,B and S are memory mapped into this space
at address locations 0FC to 0FF Hex respectively, with the
other registers being available for general usage.
The instruction set permits any bit inmemory to be set, reset
or tested. All I/O and registers (except A and PC) are
memory mapped; therefore, I/O bits and register bits can be
directly and individually set, reset and tested. The accumulator (A) bits can also be directly and individually tested.
Note: RAM contents are undefined upon power-up.
4.4 DATA MEMORY SEGMENT RAM EXTENSION
Data memory address 0FF is used as a memory mapped
location for the Data Segment Address Register (S).
The data store memory is either addressed directly by a
single byte address within the instruction, or indirectly relative to the reference of the B, X, or SP pointers (each
contains a single-byte address). This single-byte address
allows an addressing range of 256 locations from 00 to FF
hex. The upper bit of this single-byte address divides the
data store memory into two separate sections as outlined
previously. With the exception of the RAM register memory
from address locations 00F0 – 00FF, all RAM memory is
memory mapped with the upper bit of the single-byte address being equal to zero. This allows the upper bit of the
single-byte address to determine whether or not the base
address range (from 0000 – 00FF) is extended. If this upper
bit equals one (representing address range 0080 – 00FF),
then address extension does not take place. Alternatively, if
this upper bit equals zero, then the data segment extension
register S is used to extend the base address range from
0000 – 007F to XX00 – XX7F, where XX represents the 8
bits from the S register. Thus the 128-byte data segment
extensions are located fromaddresses 0100 – 017F for data
segment 1, 0200 – 027F for data segment 2, etc., up to FF00
– FF7F for data segment 255. The base address range from
0000 – 007F represents data segment 0.
Refer to
this device.
Figure 7
sion is used in extending the lower half of the base address
range (00 to 7F hex) into 256 data segments of 128 bytes
each, with a total addressing range of 32 kbytes from XX00
to XX7F. This organization allows a total of 256 data segments of 128 bytes each with an additional upper base
segment of 128 bytes. Furthermore, all addressing modes
are available for all data segments. The S register must be
changed under program control to move from one data
segment (128 bytes) to another. However, the upper base
segment (containing the 16 memory registers, I/O registers,
control registers, etc.) is always available regardless of the
contents of the S register, since the upper base segment
(address range 0080 to 00FF) is independent of data segment extension.
The instructions that utilize the stack pointer (SP) always
reference the stack as part of the base segment (Segment
0), regardless of the contents of the Sregister. The S register
is not changed by these instructions. Consequently, the
stack (used with subroutine linkage and interrupts) is always
located in the base segment. The stack pointer will be initialized to point at data memory location 006F as a result of
reset.
The 128 bytes of RAM contained in the base segment are
split between the lower and upper base segments. The first
112bytes of RAM are resident from address 0000 to 006F in
the lower base segment, while the remaining 16 bytes of
RAM represent the 16 data memory registers located at
Table 2
, to determine available RAM segments for
illustrates how the S register data memory exten-
www.national.com15
Page 16
4.0 Functional Description (Continued)
addresses 00F0 to 00FF of the upper base segment. No
RAM is located at the upper sixteen addresses (0070 to
007F) of the lower base segment.
Additional RAM beyond these initial 128 bytes, however, will
always be memory mapped in groups of 128 bytes (or less)
COP8CBE9/CCE9/CDE9
at the data segment address extensions (XX00 to XX7F) of
the lower base segment. The additional 128 bytes of RAM in
this device are memory mapped at address locations 0100
through 017F.
FIGURE 7. RAM Organization
4.4.1 Virtual EEPROM
The Flash memory and the User ISP functions (see Section
5.7), provide the user with the capability to use the flash
program memory to back up user defined sections of RAM.
This effectively provides the user with the same nonvolatile
data storage as EEPROM. Management, and even the
amount of memory used, are the responsibility of the user,
however the flash memory read and write functions have
been provided in the boot ROM.
One typical method of using the Virtual EEPROM feature
would be for the user to copy the data to RAM during system
initialization, periodically, and if necessary, erase the page of
Flash and copy the contents of the RAM back to the Flash.
4.5 OPTION REGISTER
The Option register, located at address 0x3FFF (hex) in the
Flash Program Memory, is used to configure the user selectable security, WATCHDOG, and HALT options. The register
can be programmed only in externalFlash Memory programming or ISP Programming modes. Therefore, the register
must be programmed at the same time as the program
memory. The contents of the Option register shipped from
the factory read 00 Hex.
The format of the Option register is as follows:
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
ReservedSECURITYReserved
WATCH
DOG
HALTFLEX
20022510
Bits 7, 6 These bits are reserved and must be 0.
Bit 5
= 1Security enabled. Flash Memory read and write
are not allowed except in User ISP/Virtual E
mands. Mass Erase is allowed.
= 0Security disabled. Flash Memory read and write
are allowed.
Bits 4, 3 These bits are reserved and must be 0.
Bit 2
= 1WATCHDOG feature disabled. G1 is a general
purpose I/O.
= 0WATCHDOGfeatureenabled. G1pinis
WATCHDOG output with weak pullup.
Bit 1
= 1HALT mode disabled.
= 0HALT mode enabled.
Bit 0
= 1Execution following RESET will be from Flash
Memory.
= 0Flash Memory is erased. Execution following RE-
SET will be from Boot ROM with the MICROWIRE/
PLUS ISP routines.
2
com-
www.national.com16
Page 17
4.0 Functional Description (Continued)
The COP8 assembler defines a special ROM section type,
CONF, into which the Option Register data may be coded.
The Option Register is programmed automatically by programmers that are certified by National.
The user needs to ensure that the FLEX bit will be set when
the device is programmed.
The following examples illustrate the declaration of the Option Register.
Syntax:
[label:].sectconfig, conf
.dbvalue;1 byte,
;configures
;options
.endsect
Example: The following sets a value in the Option Register
and User Identification for a COP8CBE9HVA7. The Option
Register bit values shown select options: Security disabled,
WATCHDOG enabled HALT mode enabled and execution
will commence from Flash Memory.
Note: All programmers certified for programming this family
of parts will support programming of the Option Register.
Please contact National or your device programmer supplier
for more information.
4.6 SECURITY
The device has a security feature which, when enabled,
prevents external reading of theFlash program memory. The
security bit in the Option Register determines, whether security is enabled or disabled. If the security feature is disabled, the contents of the internal Flash Memory may be
read by external programmers or by the built in
MICROWIRE/PLUS serial interface ISP. Security must be
enforced by the user when the contents of the Flash
Memory are accessed via the user ISP or Virtual EEPROM capability.
If the security feature is enabled, then any attempt to externally read the contents of the Flash Memory will result in the
value FF (hex) being read from all program locations (except
the Option Register). In addition, with the security feature
enabled, the write operation to the Flash program memory
and Option Register is inhibited. Page Erases are also inhibited when the security feature is enabled. The Option Register is readable regardless of the state of the security bit by
accessing location FFFF (hex). Mass Erase Operations are
possible regardless of the state of the security bit.
The security bit can be erased only by a Mass Erase of the
entire contents of the Flash unless Flash operation is under
the control of User ISP functions.
Note: The actual memory address of the Option Register is
0x3FFF (hex), however the MICROWIRE/PLUS ISP routines
require the address FFFF (hex) to be used to read the
Option Register when the Flash Memory is secured.
The entire Option Register must be programmed at one time
and cannot be rewritten without first erasing the entire last
page of Flash Memory.
COP8CBE9/CCE9/CDE9
4.7 RESET
The device is initialized when the RESET pin is pulled low or
the On-chip Brownout Reset is activated. The Brownout
Reset feature is not available on the COP8CDE9.
20022511
FIGURE 8. Reset Logic
The following occurs upon initialization:
Port A: TRI-STATE (High Impedance Input)
Port B: TRI-STATE (High Impedance Input)
Port G: TRI-STATE (High Impedance Input). Exceptions:If
Watchdog is enabled, then G1 is Watchdog output. G0
and G2 have their weak pull-up enabled during RESET.
Port H: TRI-STATE (High Impedance Input)
Port L: TRI-STATE (High Impedance Input)
PC: CLEARED to 0000
PSW, CNTRL and ICNTRL registers: CLEARED
SIOR:
UNAFFECTED after RESET withpower already applied
RANDOM after RESET at power-on
T2CNTRL: CLEARED
HSTCR: CLEARED
ITMR: Cleared except Bit 6 (HSON) = 1
Accumulator, Timer 1 and Timer 2:
RANDOM after RESET
WKEN, WKEDG: CLEARED
WKPND: RANDOM
SP (Stack Pointer):
Initialized to RAM address 06F Hex
B and X Pointers:
UNAFFECTED after RESET withpower already applied
RANDOM after RESET at power-on
S Register: CLEARED
RAM:
UNAFFECTED after RESET withpower already applied
RANDOM after RESET at power-on
USART:
PSR, ENU, ENUR, ENUI: Cleared except the TBMT bit
which is set to one.
ANALOG TO DIGITAL CONVERTER:
ENAD: CLEARED
ADRSTH: RANDOM
ADRSTL: RANDOM
ISP CONTROL:
ISPADLO: CLEARED
ISPADHI: CLEARED
PGMTIM: PRESET TO VALUE FOR 10 MHz CKI
WATCHDOG (if enabled):
The device comes out of reset with both the WATCHDOG
logic and the Clock Monitor detector armed, with the
www.national.com17
Page 18
4.0 Functional Description (Continued)
WATCHDOG service window bits set and the Clock Monitor bit set. The WATCHDOG and Clock Monitor circuits
are inhibited during reset. The WATCHDOG service window bits being initialized high default to the maximum
WATCHDOG service window of 64k T0 clock cycles. The
Clock Monitor bit being initialized high will cause a Clock
Monitor error following reset if the clock has not reached
COP8CBE9/CCE9/CDE9
the minimum specified frequency at the termination of
reset. A Clock Monitor error will cause an active low error
output on pin G1. This error output will continue until
16–32 T0 clock cycles following the clock frequency
reaching the minimum specified value, at which time the
G1 output will go high.
20022512
FIGURE 9. Reset Circuit Using External Reset
4.7.1 External Reset
The RESET input when pulled low initializes the device. The
RESET pin must be held low for a minimum of one instruction cycle to guarantee a valid reset. During Power-Up initialization, the user must ensure that the RESET pin of a
device without the Brownout Reset feature is held low until
the device is within the specified V
voltage. An R/C circuit
CC
on the RESET pin with a delay 5 times (5x) greater than the
power supply rise time is recommended. Reset should also
be wide enough to ensure crystal start-up upon Power-Up.
RESET may also be used to cause an exit from the HALT
mode.
A recommended reset circuit for this device is shown in
Figure 9
.
4.7.2 On-Chip Brownout Reset
When enabled, the device generates an internal reset as
rises. While VCCis less than the specified brownout
V
CC
voltage (V
the Idle Timer is preset with 00Fx (240–256 t
reaches a value greater than V
), the device is held in the reset condition and
bor
, the Idle Timer starts
bor
). When V
C
CC
counting down. Upon underflow ofthe Idle Timer, the internal
reset is released and the device will start executing instructions. This internal reset will perform the same functions as
external reset. Once V
is above the V
CC
and this initial Idle
bor
Timer time-out takes place, instruction execution begins and
the Idle Timer can be used normally. If, however, V
below the selected V
, an internal reset is generated, and
bor
CC
drops
the Idle Timer is preset with00Fx. Thedevice now waits until
V
is greater than V
CC
and the countdown starts over.
bor
When enabled, the functional operation of the device, at
frequency, is guaranteed down to the V
level.
bor
FIGURE 10. Brownout Reset Operation
One exception to the above is that the brownout circuit will
insert a delay of approximately 3ms onpower upor anytime
the V
drops below a voltage of about 1.8V. The device will
CC
be held in Reset for the duration of this delay before the Idle
www.national.com18
Timer starts counting the 240 to 256 t
soon as the V
rises above the trigger voltage (approxi-
CC
C
mately 1.8V). This behavior is shown in
20022513
. This delay starts as
Figure 10
.
Page 19
4.0 Functional Description (Continued)
In Case 1, V
undefined until the supply is greater than approximately
1.0V. At this time the brownout circuit becomes active and
holds the device in RESET. As the supply passes a level of
about 1.8V, a delay of about 3 ms (t
Timer is preset to a value between 00F0 and 00FF (hex).
Once V
CC
Timer is allowed to count down (t
Case 2 shows a subsequent dip in the supply voltage which
goes below the approximate 1.8V level. As V
V
, the internal RESET signal is asserted. When VCCrises
bor
back above the 1.8V level, t
supply rise time is longer for this case, t
V
rises above V
CC
greater than V
Case 3 shows a dip in the supply where V
V
, but not below 1.8V. On-chip RESET is asserted when
bor
V
goes below V
CC
goes back above V
If the Brownout Reset feature is enabled, the internal reset
will not be turned off until the Idle Timer underflows. The
internal reset will perform the same functions as external
reset. The device is guaranteed to operate at the specified
frequency down to the specified brownout voltage. After the
underflow, the logic is designed such that no additional
internal resets occur as long as V
brownout voltage.
The device is relatively immune to short duration negativegoing V
CC
filtering of V
works correctly. Power supply decoupling is vital even in
battery powered systems.
There are two optional brownout voltages. The part numbers
for the three versions of this device are:
COP8CBE, V
COP8CCE, V
COP8CDE, BOR is disabled.
Refer to the device specifications for the actual V
ages.
High brownout voltage devices are guaranteed to operate at
10MHz down to the high brownout voltage. Low brownout
voltage devices are guaranteedto operate at 3.33MHz down
to the low brownout voltage. Low brownout voltage de-
vices are not guaranteed to operate at 10MHz down to
the low brownout voltage.
Under no circumstances should the RESET pin be allowed
to float. If the on-chip Brownout Reset feature is being used,
rises from 0V and the on-chip RESET is
CC
) is started and the Idle
d
is greater than V
and tidstarts immediately when VCCis
bor
.
bor
and tidstarts as soon as the supply
bor
.
bor
and tdhas expired, the Idle
bor
).
id
drops below
CC
is started. Since the power
d
has expired before
d
drops below
CC
remains above the
CC
transients (glitches). It is essential that good
be done to ensure that the brownout feature
CC
= low voltage range
bor
= high voltage range
bor
volt-
bor
the RESET pin should be connected directly to V
CC
. The
RESET input may also be connected to an external pull-up
resistor or to other external circuitry.The output of thebrownout reset detector will always preset theIdle Timerto a value
between 00F0 and 00FF (240 to 256 t
). At this time, the
C
internal reset will be generated.
If the BOR feature is disabled, then no internal resets are
generated and the Idle Timer will power-up with an unknown
value. In this case,the external RESET must be used. When
BOR is disabled, this on-chip circuitry is disabled and draws
no DC current.
The contents of data registers and RAM are unknown following the on-chip reset.
20022514
FIGURE 11. Reset Circuit Using Power-On Reset
4.8 OSCILLATOR CIRCUITS
The device has two crystal oscillators to facilitate low power
operation while maintaining throughput when required. Further information on the use of the two oscillators is found in
Section 7.0 Power Saving Features. The low speed oscillator
utilizes the L0 and L1 port pins. References in the following
text to CKI will also apply to L0 and references to G7/CKO
will also apply to L1.
4.8.1 Oscillator
CKI is the clock input while G7/CKO is the clock generator
output to the crystal. An on-chip bias resistor connected
between CKI and CKO is provided to reduce system part
count. The value of the resistor is in the range of 0.5M to 2M
(typically 1.0M).
Table 3
shows the component values required for various standard crystal values. Resistor R2 is
on-chip, for the high speed oscillator, and is shown for
reference.
Figure 12
shows the crystal oscillator connection
diagram. A ceramic resonator of the required frequency may
be used in place ofa crystalif theaccuracy requirementsare
not quite as strict.
COP8CBE9/CCE9/CDE9
www.national.com19
Page 20
4.0 Functional Description (Continued)
High Speed OscillatorLow Speed Oscillator
COP8CBE9/CCE9/CDE9
20022515
20022516
FIGURE 12. Crystal Oscillator
TABLE 3. Crystal Oscillator Configuration,
T
= 25˚C, VCC=5V
A
R1 (kΩ)R2(MΩ)C1 (pF)C2 (pF)
CKI Freq.
(MHz)
0On Chip181810
0On Chip18185
0On Chip18–3618–361
5.6On Chip100100–1560.455
020
*
Applies to connection to low speed oscillator on port pins L0 and L1 only.
**
See Note below.
****
32.768
*
kHz
The crystal and other oscillator components should be
placed in close proximity to the CKI and CKO pins to minimize printed circuit trace length.
The values for the external capacitors should be chosen to
obtain the manufacturer’s specified load capacitance for the
crystal when combined with the parasitic capacitance of the
trace, socket, and package (which can vary from 0 to 8 pF).
The guideline in choosing these capacitors is:
Manufacturer’s specified load cap = (C
C
parasitic
)/(C1+C2)+
1*C2
C2can be trimmed to obtain the desired frequency. C
should be less than or equal to C1.
Note: The low power design of the low speed oscillator
makes it extremely sensitive to board layout and load capacitance. The user should place the crystal and load capacitors within 1cm. of the device and must ensure that the
above equation for load capacitance is strictly followed. If
these conditions are not met, the application may have
problems with startup of the low speed oscillator.
TABLE 4. Startup Times
CKI FrequencyStartup Time
10 MHz1–10 ms
3.33 MHz3–10 ms
1 MHz3–20 ms
455 kHz10–30 ms
32 kHz (low speed oscillator)2–5 sec
4.8.2 Clock Doubler
This device contains a frequency doubler that doubles the
frequency of the oscillator selected to operate the main
microcontroller core. The details of how to select either the
high speed oscillator or low speed oscillatorare described in,
Power Saving Features. When the high speed oscillator
connected to CKI operates at 10 MHz, the internal clock
frequency is 20 MHz, resulting in an instruction cycle time of
0.5 µs. When the32 kHz oscillator connected to L0 and L1 is
selected, the internal clock frequency is 64 kHz, resulting in
an instruction cycle of 152.6 µs. The output of the clock
doubler is called MCLK and is referenced in many places
within this document.
4.9 CONTROL REGISTERS
CNTRL Register (Address X'00EE)
T1C3T1C2T1C1T1C0MSELIEDGSL1SL0
Bit 7Bit 0
The Timer1 (T1) and MICROWIRE/PLUS control register
contains the following bits:
T1C3Timer T1 mode control bit
T1C2Timer T1 mode control bit
2
T1C1Timer T1 mode control bit
T1C0Timer T1 Start/Stopcontrol in timer
modes 1 and 2. T1 Underflow Interrupt
Pending Flag in timer mode 3
MSELSelects G5 and G4 as MICROWIRE/PLUS
signals SK and SO respectively
IEDGExternal interrupt edge polarity select
(0 = Rising edge, 1 = Falling edge)
SL1 & SL0 Select the MICROWIRE/PLUS clock divide
by (00 = 2, 01 = 4, 1x = 8)
PSW Register (Address X'00EF)
HCC T1PNDAT1ENAEXPNDBUSY EXENGIE
Bit 7Bit 0
The PSW register contains the following select bits:
HCHalf Carry Flag
CCarry Flag
T1PNDA TimerT1 Interrupt Pending Flag (Autoreload RA
www.national.com20
Page 21
4.0 Functional Description (Continued)
in mode 1, T1 Underflow in Mode 2, T1A capture
edge in mode 3)
T1ENA Timer T1 Interrupt Enable forTimer Underflow or
The Half-Carry flag is alsoaffected by allthe instructionsthat
affect the Carry flag. The SC (Set Carry) and R/C (Reset
Carry) instructions will respectively set or clearboth the carry
flags. In addition to the SC and R/C instructions, ADC,
SUBC, RRC and RLC instructions affect the Carry and Half
Carry flags.
edge
T1ENBTimer T1 Interrupt Enable for T1B Input capture
edge
T2CNTRL Register (Address X'00C6)
T2C3T2C2T2C1T2C0 T2PNDA T2ENA T2PNDB T2ENB
Bit 7Bit 0
ITMR Register (Address X'00CF)
LSON HSON DCEN
Bit 7Bit 0
CCKS
RSVDITSEL2 ITSEL1 ITSEL0
EL
The ITMR register contains the following bits:
LSONTurns the low speed oscillator on or off.
HSONTurns the high speed oscillator on or off.
DCENSelects the high speed oscillator or the low
speed oscillator as the Idle Timer Clock.
CCKSEL Selects the high speed oscillator or the low
speed oscillator as the primary CPU clock.
RSVDThis bit is reserved and must be 0.
ITSEL2 Idle Timer period select bit.
ITSEL1 Idle Timer period select bit.
ITSEL0 Idle Timer period select bit.
ENAD Register (Address X'00CB)
ADCH3 ADCH2 ADCH1 ADCH0 ADMODMUXPSCADBSY
Channel SelectMode
Bit 7Bit 0
Mux Out PrescaleBusy
Select
The ENAD register contains the following bits:
ADCH3 ADC channel select bit
ADCH2 ADC channel select bit
ADCH1 ADC channel select bit
ADCH0 ADC channel select bit
ADMOD Places the ADC in single-ended or differential
mode.
MUXEnables the ADC multiplexor output.
PSCSwitches theADC clockbetween a divideby one
or a divide by sixteen of MCLK.
ADBSY Signifies that theADC is currently busy perform-
ing a conversion. When set by the user, starts a
conversion.
COP8CBE9/CCE9/CDE9
The T2CNTRL register contains the following bits:
T2C3Timer T2 mode control bit
T2C2Timer T2 mode control bit
T2C1Timer T2 mode control bit
T2C0Timer T2Start/Stopcontrolintimer
modes 1 and 2, Timer T2 Underflow Interrupt
Pending Flag in timer mode 3
T2PNDA Timer T2 Interrupt Pending Flag (Autoreload
RA in mode 1, T2 Underflow in mode 2, T2A
capture edge in mode 3)
T2ENATimer T2 Interrupt Enable for Timer Underflow
or T2A Input capture edge
T2PNDB Timer T2 Interrupt Pending Flag for T2B cap-
ture edge
T2ENBTimer T2 Interrupt Enable for T2B Inputcapture
edge
HSTCR Register (Address X'00AF)
ReservedT2HS
Bit 7Bit 0
The HSTCR register contains the following bits:
T2HS Places Timer T2 in High Speed Mode.
5.0 In-System Programming
5.1 INTRODUCTION
This device provides the capability to program the program
memory while installed in an application board. This feature
is called In System Programming (ISP). It provides a means
of ISP by using the MICROWIRE/PLUS, or the user can
provide his own, customized ISP routine. The factory installed ISP uses the MICROWIRE/PLUS port. The user can
provide his own ISP routine that uses any of the capabilities
of the device, such as USART, parallel port, etc.
5.2 FUNCTIONAL DESCRIPTION
The organization of the ISP feature consists of the user flash
program memory, the factory boot ROM, and some registers
dedicated to performing the ISP function. See
a simplified block diagram. The factory installed ISP that
uses MICROWIRE/PLUS is located in the Boot ROM. The
size of the Boot ROM is 1k bytes and also contains code to
facilitate in system emulation capability. If a user chooses to
write his own ISP routine, it must be located in the flash
program memory.
Figure 13
www.national.com21
for
Page 22
5.0 In-System Programming (Continued)
COP8CBE9/CCE9/CDE9
FIGURE 13. Block Diagram of ISP
20022517
As described in
4.5 OPTION REGISTER
, there is a bit,
FLEX, that controls whether the device exits RESET executing from the flash memory or the Boot ROM. The user must
program the FLEX bit as appropriate for the application. In
the erased state, the FLEX bit = 0 and the device will
power-up executing from Boot ROM. When FLEX = 0, this
assumes that either the MICROWIRE/PLUS ISP routine or
external programming is being used to programthe device. If
using the MICROWIRE/PLUS ISP routine, the software in
the boot ROM will monitor the MICROWIRE/PLUS for commands to program the flash memory. When programming
the flash program memory is complete, the FLEX bit will
have to be programmed to a 1 and the device will have to be
reset, either by pulling external Reset to ground or by a
MICROWIRE/PLUS ISP EXIT command, before execution
from flash program memory will occur.
If FLEX = 1, upon exiting Reset, the device will begin executing from location 0000 in theflash programmemory.The
assumption, here, is that either the application is not using
ISP, is using MICROWIRE/PLUS ISP by jumping to it within
the application code, or is using a customized ISP routine. If
a customized ISP routine is being used, then it must be
programmed into the flash memory by means of the
MICROWIRE/PLUS ISP or external programming as described in the preceding paragraph.
5.3 REGISTERS
There are six registers required to support ISP: Address
Register Hi byte (ISPADHI), Address Register Low byte
(ISPADLO), Read Data Register (ISPRD), Write Data Register (ISPWR), Write Timing Register (PGMTIM), and the
Control Register (ISPCNTRL). The ISPCNTRL Register is
not available to the user.
5.3.1 ISP Address Registers
The address registers (ISPADHI & ISPADLO) are used to
specify the address of the byte of data being written or read.
For page erase operations, the address of the beginning of
the page should be loaded. For mass erase operations,
0000 must be placed into the address registers. When reading the Optionregister, FFFF (hex) should be placed into the
address registers. Registers ISPADHI and ISPADLO are
cleared to 00 on Reset. These registers can be loaded from
either flash program memory or Boot ROM and must be
maintained for the entire duration of the operation.
Note: The actual memory address of the Option Register is
0x3FFF (hex), however the MICROWIRE/PLUS ISP routines
require the address FFFF (hex) to be used to read the
Option Register when the Flash Memory is secured.
The Read Data Register (ISPRD) contains the value read
back from a read operation. This register can be accessed
from either flash program memory or Boot ROM. This register is undefined on Reset.
TABLE 7. ISP Read Data Register
ISPRD
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
Bit7Bit6Bit5Bit4Bit3Bit2Bit1Bit0
5.3.3 ISP Write Data Register
The Write Data Register (ISPWR) contains the data to be
written into the specified address. This register is undetermined on Reset. This register can be accessed from either
flash program memory or Boot ROM. The Write Data register
must be maintained for the entire duration of the operation.
www.national.com22
Page 23
Table 9
5.0 In-System Programming
(Continued)
TABLE 8. ISP Write Data Register
ISPWR
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
Bit7Bit6Bit5Bit4Bit3Bit2Bit1Bit0
5.3.4 ISP Write Timing Register
The Write Timing Register (PGMTIM) is used to control the
width of the timing pulses for writeand erase operations.The
frequency of CKI and is shown in
be written before any write or erase operation can take
place. It only needs to be loaded once, for each value of CKI
frequency. This register can be loaded from either flash
program memory or Boot ROM and must be maintained for
the entire duration of the operation.The MICROWIRE/PLUS
ISP routine that is resident inthe boot ROM requires that this
Register be defined prior toany access tothe Flashmemory.
Refer to
5.7 MICROWIRE/PLUS ISP
available ISP commands. On Reset, the PGMTIM register is
loaded with the value that corresponds to 10 MHz frequency
for CKI.
. This register must
for more information on
value to be written into this register is dependent on the
5.4 MANEUVERING BACK AND FORTH BETWEEN
FLASH MEMORY AND BOOT ROM
When using ISP, at some point, it will be necessary to
maneuver between the flash program memory and the Boot
ROM, even when using customized ISP routines. This is
because it’s not possible to execute from the flash program
memory while it’s being programmed.
Two instructions are available to perform the jumping back
and forth: Jump to Boot (JSRB) and Return to Flash (RETF).
The JSRB instruction is used to jump from flash memory to
Boot ROM, and the RETF is used to return from the Boot
ROM back to the flash program memory. See
tion Set
for specific details on the operation of these instruc-
14.0 Instruc-
tions.
The JSRB instruction must be used in conjunction with the
Key register. This is to prevent jumping to the Boot ROM in
the event of run-away software. For the JSRB instruction to
actually jump to the Boot ROM, the Key bit must be set.This
is done by writing the value shown in
Table 10
to the Key
register. The Key is a 6 bit key and if the key matches, the
KEY bit will be set for 8 instruction cycles. The JSRB instruction must be executed while the KEY bit is set. If the KEY
does not match, then the KEY bit will not be set and the
JSRB will jump to the specified location in the flash memory.
In emulation mode, if a breakpoint is encountered while the
KEY is set, the counter that counts the instruction cycles will
be frozen until the breakpoint condition is cleared. If an
interrupt occurs while the key is set, the key will expire
www.national.com23
Page 24
5.0 In-System Programming
(Continued)
before interrupt service is complete. It is recommended
that the software globally disable interrupts before setting the key and re-enable interrupts on completion of
Boot ROM execution. The Key register is a memory
mapped register. Its format when writing is shown in
10
.
COP8CBE9/CCE9/CDE9
TABLE 10. KEY Register Write Format
KEY When Writing
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
10 0 1 1 0 X X
Bits 7–2: Key value that must be written to set the KEY bit.
Bits 1–0: Don’t care.
5.5 FORCED EXECUTION FROM BOOT ROM
When the useris developing a customized ISP routine, code
lockups due to software errors may be encountered. The
normal, and preferred, method to recover from these conditions is to reprogram the device with the corrected code by
either an external parallel programmer or the emulation
tools. As a last resort, when this equipment is not available,
there is a hardware method to get out of these lockups and
force execution from the Boot ROM MICROWIRE/PLUS
routine. The customer will then be able to erase the Flash
Memory code and start over.
The method to force this condition is to drive the G6 pin to
high voltage (2 x V
condition on G6 must not be applied before V
stable, and must be held for at least 3 instruction cycles
longer than Reset is active. This special condition will bypass checking the state of the Flex bit in the Option Register
and will start execution from location 0000 in the Boot ROM.
In this state, the user can input the appropriate commands,
using MICROWIRE/PLUS, to erase the flash program
memory and reprogram it. If the device is subsequently reset
before the Flex bit has been erased by specific Page Erase
or Mass Erase ISP commands, execution will start from
location 0000 in the Flash program memory. The high voltage (2 x V
CC
Security bit in the Option Register. The Security bit, if set,
can only be erasedby a Mass Erase of the entire contents of
the Flash Memory unless under the control of User ISP
routines in the Application Program.
While the G6 pin is at high voltage, the Load Clock will be
output onto G5, which will look like an SK clock to the
MICROWIRE/PLUS routine executing in slave mode. However, when G6 is at high voltage, the G6 input will also look
like a logic 1. The MICROWIRE/PLUS routine in Boot ROM
monitors the G6 input, waits for it to go low, debounces it,
and then enables the ISP routine. CAUTION:The Load clock
on G5 could be in conflict with the user’s external SK.It is up
to the user to resolve this conflict, as this condition is considered a minor issue that’s only encountered during software development. The user should also be cautious of
the high voltage applied to the G6 pin. This high voltage
could damage other circuitry connected to the G6 pin
(e.g. the parallel port of a PC). The user may wish to
disconnect other circuitry while G6 is connected to the high
voltage.
V
must be valid and stable before high voltage is applied
CC
to G6.
) and activate Reset. The high voltage
CC
CC
) on G6 will not erase either the Flex or the
Table
is valid and
The correct sequence to be used to force execution from
Boot ROM is :
1. Disconnect G6 from the source of datafor MICROWIRE/
PLUS ISP.
2. Apply V
to the device.
CC
3. Pull RESET Low.
4. After V
2xV
is valid and stable, connect a voltage between
CC
and VCC+7V to the G6 pin. Ensure that the rise
CC
time of the high voltage on G6 is slower than the minimum in the Electrical Specifications.
possible circuit dliagram for implementing the2xV
Figure 14
shows a
CC
Be aware of the typical input current on the G6 pin when
the high voltage is applied. The resistor used in the RC
network, and the high voltage used, should be chosen to
keep the high voltage at theG6 pin between2xV
V
+7V.
CC
and
CC
5. Pull RESET High.
6. After a delay of at least three instruction cycles, remove
the high voltage from G6.
20022566
FIGURE 14. Circuit Diagram for Implementing the 2 x
V
CC
5.6 RETURN TO FLASH MEMORY WITHOUT
HARDWARE RESET
After programming the entire program memory, including
options, it is necessary to exit the Boot ROM and return to
the flash program memory for program execution. Upon
receipt and completion of the EXIT command through the
MICROWIRE/PLUS ISP, the ISP code will reset the part and
begin execution from the flash program memory as described in the Reset section. This assumes that the FLEX bit
in the Option register was programmed to 1.
5.7 MICROWIRE/PLUS ISP
National Semiconductor provides a program, which is available from our web site at www.national.com/cop8, that is
capable of programming a device from the parallel port of a
PC. The software accepts manually input commands and is
capable of downloading standard Intel HEX Format files.
Users who wish to write their own MICROWIRE/PLUS ISP
host software should refer to the COP8 FLASH ISP User
Manual, available from the same web site. This document
includes details of command format and delays necessary
between command bytes.
The MICROWIRE/PLUS ISP supports the following features
and commands:
Write a value to the ISP Write Timing Register. NOTE:
•
This must be the first command after entering
MICROWIRE/PLUS ISP mode.
Erase the entire flash program memory (mass erase).
•
Erase a page at a specified address.
•
.
www.national.com24
Page 25
Write multiple bytes starting at a specified address.
5.0 In-System Programming
(Continued)
Read Option register.
•
Read a byte from a specified address.
•
Write a byte to a specified address.
•
Read multiple bytes starting at a specified address.
•
•
Exit ISP and return execution to flash program memory.
•
The following table lists the MICROWIRE/PLUS ISP commands and provides information on requiredparameters and
return values.
TABLE 11. MICROWIRE/PLUS ISP Commands
CommandFunction
PGMTIM_SETWrite Pulse Timing
Command
Value (Hex)
ParametersReturn Data
0x3BValueN/A
Register
PAGE_ERASEPage Erase0xB3Starting Address of
N/A
Page
MASS_ERASEMass Erase0xBFConfirmation CodeN/A (The entire Flash
Memory will be erased)
READ_BYTERead Byte0x1DAddress High, Address
Low
Data Byte if Security not
set. 0xFF if Security set.
Option Register if address
= 0xFFFF, regardless of
Security
BLOCKRBlock Read0xA3Address High, Address
Low, Byte Count (n)
High, Byte Count (n)
Low
n Data Bytes if Security
not set.
n Bytes of 0xFF if
Security set.
0 ≤ n ≤ 32767
WRITE_BYTEWrite Byte0x71Address High, Address
N/A
Low, Data Byte
BLOCKWBlock Write0x8FAddress High, Address
N/A
Low, Byte Count (0 ≤ n
≤ 16), n Data Bytes
EXITEXIT0xD3N/AN/A (Device will Reset)
INVALIDN/AAny other invalid
N/A
command will be
ignored
Note: The user must ensure that Block Writes do not cross a 64 byte boundary within one operation.
5.8 USER ISP AND VIRTUAL E
The following commands will support transferring blocks of
data from RAM to flash program memory, and vice-versa.
The user is expected to enforce application security in this
case.
Erase the entire flash program memory (mass erase).
•
NOTE: Execution of this command will force the device
into the MICROWIRE/PLUS ISP mode.
Erase a page of flash memory at a specified address.
•
Read a byte from a specified address.
•
Write a byte to a specified address.
•
2
Copy a block of data from RAM into flash program
•
memory.
Copy a block of data from program flash memoryto RAM.
•
The following table lists the User ISP/Virtual E
2
commands,
required parameters and return data, if applicable. The command entry point is used as an argument to the JSRB
instruction.
Registers, used for User ISP and Virtual E
Table 13
lists the Ram locations and Peripheral
2
, and their expected contents. Please refer to the COP8 FLASH ISP User
Manual for additional information and programming examples on the use of User ISP and Virtual E
2
.
COP8CBE9/CCE9/CDE9
www.national.com25
Page 26
5.0 In-System Programming (Continued)
TABLE 12. User ISP/Virtual E
Command/
Label
cpgerasePage Erase0x17Register ISPADHI is loaded by the user
Function
COP8CBE9/CCE9/CDE9
cmseraseMass Erase0x1AAccumulator A contains the
creadbfRead Byte0x11Register ISPADHI is loaded by the user
cblockrBlock Read0x26Register ISPADHI is loaded by the user
cwritebfWrite Byte0x14Register ISPADHI is loaded by the user
cblockwBlock Write0x23Register ISPADHI is loaded by the user
exitEXIT0x62N/AN/A (Device will Reset)
uwispMICROWIRE/
PLUS
ISP Start
Command
Entry Point
with the high byte of the address.
Register ISPADLO is loaded by the
user with the low byte of the address.
confirmation key 0x55.
with the high byte of the address.
Register ISPADLO is loaded by the
user with the low byte of the address.
with the high byte of the address.
Register ISPADLO is loaded by the
user with the low byte of the address.
X pointer contains the beginning RAM
address where the result(s) will be
returned.
Register BYTECOUNTLO contains the
number of n bytes to read
(0 ≤ n ≤ 255). It is up to the user to
setup the segment register.
with the high byte of the address.
Register ISPADLO is loaded by the
user with the low byte of the address.
Register ISPWR contains the Data
Byte to be written.
with the high byte of the address.
Register ISPADLO is loaded by the
user with the low byte of the address.
Register BYTECOUNTLO contains the
number of n bytes to write (0 ≤ n ≤ 16).
The combination of the
BYTECOUNTLO and the ISPADLO
registers must be set such that the
operation will not cross a 64 byte
boundary.
X pointer contains the beginning RAM
address of the data to be written.
It is up to the user to setup the
segment register.
0x00N/AN/A (Device will be in
ParametersReturn Data
2
Entry Points
N/A (A page of memory beginning at
ISPADHI, ISPADLO will be erased)
N/A (The entire Flash Memory will be
erased)
Data Byte in Register ISPRD.
n Data Bytes, Data will be returned
beginning at a location pointed to by
the RAM address in X.
N/A
N/A
MICROWIRE/PLUS ISP Mode. Must be
terminated by MICROWIRE/PLUS ISP
EXIT command which will Reset the
device)
www.national.com26
Page 27
5.0 In-System Programming (Continued)
TABLE 13. Register and Bit Name Definitions
Register
Name
ISPADHIHigh byte of Flash Memory Address0xA9
ISPADLOLow byte of Flash Memory Address0xA8
ISPWRThe user must store the byte to be written into this register before jumping into the
write byte routine.
ISPRDData will be returned to this register after the read byte routine execution.0xAA
ISPKEYThe ISPKEY Register is required to validate the JSRB instruction and must be loaded
within 6 instruction cycles before the JSRB.
BYTECOUNTLOHolds the count of the number of bytes to be read or written in block operations.0xF1
PGMTIMWrite Timing Register. This register must be loaded, by the user, with the proper value
before execution of any USER ISP Write or Erase operation. Refer to
correct value.
Confirmation CodeThe user must place this code in the accumulator before execution of a Flash Memory
Mass Erase command.
KEYMust be transferred to the ISPKEY register before execution of a JSRB instruction.0x98
Purpose
Table 9
for the
RAM
Location
0xAB
0xE2
0xE1
A
COP8CBE9/CCE9/CDE9
5.9 RESTRICTIONS ON SOFTWARE WHEN CALLING
ISP ROUTINES IN BOOT ROM
1. The hardware will disable interrupts from occurring. The
hardware will leave the GIE bit in its current state, and if
set, the hardware interrupts will occur when execution is
returned to Flash Memory. Subsequent interrupts, during ISP operation, from the same interrupt source will be
lost. Interrupts may occur between setting the KEY
and executing the JSRB instruction. In this case, the
KEY will expire before the JSRB is executed. It is,
therefore, recommended that the software globally
disable interrupts before setting the Key.
2. The security feature in the MICROWIRE/PLUS ISP is
guaranteed by software and not hardware. When executing the MICROWIRE/PLUS ISProutine, the security
bit is checked prior to performing all instructions. Only
the mass erase command, write PGMTIM register, and
reading the Option register is permitted within the
MICROWIRE/PLUS ISP routine. When the user is performing his own ISP, all commands are permitted. The
entry points from the user’s ISP code do not check for
security.It is theburden ofthe userto guaranteehis own
security. See the Security bit description in
REGISTER
3. When using any of the ISP functions in Boot ROM, the
ISP routines will service the WATCHDOG within the
selected upper window. Upon return to flash memory,
the WATCHDOG is serviced, the lower window is enabled, and the user can service the WATCHDOG anytime following exit from Boot ROM, but must service it
within the selected upper window to avoid a WATCHDOG error.
4. Block Writes can start anywhere in the page of Flash
memory, but cannot cross half page or full page boundaries.
5. The user must ensure that a page erase or a mass
erase is executed between two consecutive writes to
for more details on security.
4.5 OPTION
the same location in Flash memory. Two writes to
the same location without an intervening erase will
produce unpredicatable results including possible
disturbance of unassociated locations.
5.10 FLASH MEMORY DURABILITY CONSIDERATIONS
The endurance of the Flash Memory (number of possible
Erase/Write cycles) is a function of the erase time and the
lowest temperature at which the erasure occurs.If the device
is to be used at low temperature, additional erase operations
can be used to extend the erase time. The user can determine how many times to erase a page based on what
endurance is desired for the application (e.g. four page
erase cycles, each time a page erase is done, may be
required to achievethe typical 100k Erase/Write cycles in an
application which may be operating down to 0˚C). Also, the
customer can verify that the entire page is erased, with
software, and request additional erase operations if desired.
The device contains a very versatile set oftimers (T0, T1 and
T2). Timers T1 and T2 and associated autoreload/capture
registers power up containing random data.
6.1 TIMER T0 (IDLE TIMER)
The device supports applications that require maintaining
real time and low power with the IDLE mode. This IDLE
mode support is furnished by the IDLE Timer T0, which is a
COP8CBE9/CCE9/CDE9
16-bit timer. The user cannot read or write to the IDLE Timer
T0, which is a count down timer.
As described in
IDLE Timer depends on which mode the device is in. If the
device is in High Speed mode, the clock to the IDLE Timer is
the instruction cycle clock (one-fifth of the CKI frequency). If
the device is in Dual Clock mode or Low Speed mode, the
clock to the IDLE Timer is the 32 kHz clock. For the remainder of this section, the term “selected clock” will refer to the
clock selected by the Power Save mode of the device.
During Dual Clock and Low Speed modes, the divide by 10
that creates the instruction cycle clock is disabled, to minimize power consumption.
In addition to its time base function, the Timer T0 supports
the following functions:
Exit out of the Idle Mode (See Idle Mode description)
•
7.0 Power Saving Features
, the clock to the
WATCHDOG logic (See WATCHDOG description)
•
Start up delay out of the HALT mode
•
Start up delay from BOR
•
Figure 15
is a functional block diagramshowing the structure
of the IDLE Timer and its associated interrupt logic.
Bits 11 through 15 of the ITMR register can be selected for
triggering the IDLE Timer interrupt. Each time the selected
bit underflows (every 4k, 8k, 16k, 32k or 64k selected
clocks), the IDLE Timer interrupt pending bit T0PND is set,
thus generating an interrupt (if enabled), andbit 6 of the Port
G data register is reset, thus causing an exit from the IDLE
mode if the device is in that mode.
In order for an interrupt to be generated, the IDLE Timer
interrupt enable bit T0EN must be set, and the GIE (Global
Interrupt Enable) bit must also be set. The T0PND flag and
T0EN bit are bits 5 and 4 of the ICNTRL register, respectively.The interrupt can be used for any purpose. Typically, it
is used to perform a task upon exit from the IDLE mode. For
more information on the IDLE mode, refer to
Saving Features
.
7.0 Power
The Idle Timer period is selected by bits 0–2 of the ITMR
register Bit 3 of the ITMR Register is reserved and should
not be used as a software flag. Bits 4 through 7 of the ITMR
Register are used by the dual clock and are described in
Power Saving Features
.
7.0
FIGURE 15. Functional Block Diagram for Idle Timer T0
The ITSEL bits of the ITMR register are cleared on Reset
and the Idle Timer period is reset to 4,096 instruction cycles.
ITMR Register
LSON HSON DCEN
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
Bits 7–4: Described in
CCK
RSVD ITSEL2 ITSEL1 ITSEL0
SEL
7.0 Power Saving Features
.
Note: Documentation for previous COP8 devices, which included the Programmable Idle Timer,recommended the user
write zero to the high order bits of the ITMR Register. If
existing programs are updated to use this device, writing
zero to these bits will cause the device to reset (see
Power Saving Features
).
7.0
Page 29
6.0 Timers (Continued)
RSVD: This bit is reserved and must be set to 0.
ITSEL2:0: Selects the Idle Timer period as described in
Table 15, Idle Timer Window Length.
Any time the IDLE Timer period is changed there is the
possibility of generating a spurious IDLE Timer interrupt by
setting the T0PND bit. The user is advised to disable IDLE
Timer interrupts prior to changing the value of the ITSEL bits
of the ITMR Register and then clear the T0PND bit before
attempting to synchronize operation to the IDLE Timer.
6.2 TIMER T1 and TIMER T2
The device has a set of two powerful timer/counter blocks,
T1 and T2. SinceT1 andT2 are identical, except for the high
speed operation of T2, all comments are equally applicable
to either of the two timer blocks which will be referred to as
Tx. Differences between the timers will be specifically noted.
Each timer block consists of a 16-bit timer, Tx, and two
supporting 16-bit autoreload/capture registers, RxA and
RxB. Each timer block has two pins associated with it, TxA
and TxB. The pin TxA supports I/O required by the timer
block, while the pin TxB is an input to the timer block. The
timer block has three operating modes: Processor Independent PWM mode, External Event Counter mode, and Input
Capture mode.
The control bits TxC3, TxC2,and TxC1 allow selection of the
different modes of operation.
6.2.1 Timer Operating Speeds
Each of the Tx timers, except T1, have the ability to operate
at either the instruction cycle frequency (low speed) or the
internal clock frequency (MCLK). For 10 MHz CKI, the instruction cycle frequency is 2 MHz and the internal clock
frequency is 20 MHz. This feature is controlled by the High
Speed Timer Control Register, HSTCR. Its format is shown
below. To place a timer, Tx, in high speed mode, set the
appropriate TxHS bit to 1. For low speed operation, clear the
appropriate TxHS bit to 0. This register is cleared to 00 on
Reset.
HSTCR
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
0000000T2HS
the PWM outputs are useful in controlling motors, triacs, the
intensity of displays, and in providing inputs for data acquisition and sine wave generators.
In this mode, the timer Tx counts down at a fixed rate of t
(T2 may be selected to operate from MCLK). Upon every
underflow the timer is alternately reloaded with the contents
of supporting registers, RxA and RxB. The very first underflow of the timer causes the timer to reload from the register
RxA. Subsequent underflows cause the timer to be reloaded
from the registers alternately beginning with the register
RxB.
Figure 16
shows a block diagram of the timerin PWM mode.
The underflows can be programmedto togglethe TxA output
pin. The underflows can also be programmed to generate
interrupts.
Underflows from the timer are alternately latched into two
pending flags, TxPNDA and TxPNDB. The user must reset
these pending flags under software control. Two control
enable flags, TxENA and TxENB, allow the interrupts from
the timer underflow to be enabled or disabled. Setting the
timer enable flagTxENA will cause an interrupt when a timer
underflow causes the RxA register to be reloaded into the
timer. Setting the timer enable flag TxENB will cause an
interrupt when a timer underflow causes the RxB register to
be reloaded into the timer. Resetting the timer enable flags
will disable the associated interrupts.
Either or both of the timer underflow interrupts may be
enabled. This gives the user the flexibility of interrupting
once per PWM period on either the rising or falling edge of
the PWM output. Alternatively, the user may choose to interrupt on both edges of the PWM output.
COP8CBE9/CCE9/CDE9
C
6.2.2 Mode 1. Processor Independent PWM Mode
One of the timer’s operating modes is the Processor Independent PWM mode. In this mode, the timers generate a
“Processor Independent” PWM signal because once the
timer is set up, no more action is required from the CPU
which translates to less software overhead and greater
throughput. The user software services the timer block only
when the PWM parameters require updating. This capability
is provided by the fact that the timer has two separate 16-bit
reload registers. One of the reload registers contains the
“ON” time while the other holds the “OFF” time. By contrast,
a microcontroller that has only a single reload register requires an additional software to update the reload value
(alternate between the on-time/off-time).
The timer can generate the PWM output with the width and
duty cycle controlled by the values stored in the reload
registers. The reload registers control the countdown values
and the reload values are automatically written into the timer
when it counts down through 0, generating interrupt on each
reload. Under software control and with minimal overhead,
20022519
FIGURE 16. Timer in PWM Mode
6.2.3 Mode 2. External Event Counter Mode
This mode is quite similar to the processor independent
PWM mode described above.The main difference is that the
timer,Tx, is clocked by the input signal from the TxApin after
synchronization to the appropriate internal clock (t
C
MCLK). The Tx timer control bits, TxC3, TxC2 and TxC1
allow the timer to be clocked either on a positive or negative
edge from the TxApin. Underflowsfrom the timerare latched
into the TxPNDApending flag. Setting theTxENA control flag
will cause an interrupt when the timer underflows.
www.national.com29
or
Page 30
6.0 Timers (Continued)
In this mode the input pin TxB can be used as an independent positive edge sensitive interrupt input if the TxENB
control flag is set. The occurrence of a positive edge on the
TxB input pin is latched into the TxPNDB flag.
Figure 17
Event Counter mode.
Note: The PWM output is not availablein thismode sincethe
TxA pin is being used as the counter input clock.
COP8CBE9/CCE9/CDE9
shows a block diagram of the timer in External
generated when the selected trigger condition occurs on the
TxA pin. Similarly, the flag TxENB controls the interrupts
from the TxB pin.
Underflows from the timer can also be programmed to generate interrupts. Underflows are latched into the timer TxC0
pending flag (the TxC0 control bit serves as the timer underflow interrupt pending flag in the Input Capture mode). Consequently, the TxC0 control bit should be reset when entering the Input Capture mode. The timer underflow interrupt is
enabled with the TxENA control flag. When a TxA interrupt
occurs in the Input Capture mode, the user must check both
the TxPNDA and TxC0 pending flags in order to determine
whether a TxA input capture or a timer underflow (or both)
caused the interrupt.
Figure 18
shows a block diagram of the timer T1 in Input
Capture mode. T2 is identical to T1.
20022520
FIGURE 17. Timer in External Event Counter Mode
6.2.4 Mode 3. Input Capture Mode
The device can precisely measure external frequencies or
time external events by placing the timer block, Tx, in the
input capture mode. In this mode, the reload registers serve
as independent capture registers, capturing the contents of
the timer when an external event occurs (transition on the
timer input pin). The capture registers can be read while
maintaining count, a feature that lets the user measure
elapsed time and time between events. By saving the timer
value when the external event occurs, the time of the external event is recorded. Most microcontrollers have a latency
time because they cannot determine the timer value when
the external event occurs. The capture register eliminates
the latency time, thereby allowing the applications program
to retrieve the timer value stored in the capture register.
In this mode, the timerTx isconstantly runningat the fixed t
or MCLK rate. The two registers, RxA and RxB, act as
capture registers. Each register also acts in conjunction with
a pin. The register RxA acts in conjunction with the TxA pin
and the register RxB acts in conjunction with the TxB pin.
The timer value gets copied over into the register when a
trigger event occurs on its corresponding pin after synchronization to the appropriate internal clock (t
or MCLK). Con-
C
trol bits, TxC3, TxC2 and TxC1, allow the trigger eventsto be
specified either as a positive or a negative edge. The trigger
condition for each input pin can be specified independently.
The trigger conditions can also be programmed to generate
interrupts. The occurrence of the specified trigger condition
on the TxAand TxB pins will be respectively latched into the
pending flags, TxPNDA and TxPNDB. The control flag
TxENA allows the interrupt on TxA to be either enabled or
disabled. Setting the TxENA flag enables interrupts to be
20022521
FIGURE 18. Timer in Input Capture Mode
6.3 TIMER CONTROL FLAGS
The control bits and their functions are summarized below.
TxC3Timer mode control
TxC2Timer mode control
TxC1Timer mode control
TxC0Timer Start/Stop control in Modes 1 and 2 (Pro-
cessor Independent PWM and External Event
Counter), where 1 = Start, 0 = Stop
Timer Underflow Interrupt Pending Flag in Mode
C
3 (Input Capture)
TxPNDA Timer Interrupt Pending Flag
TxENATimer Interrupt Enable Flag
1 = Timer Interrupt Enabled
0 = Timer Interrupt Disabled
TxPNDB Timer Interrupt Pending Flag
TxENBTimer Interrupt Enable Flag
1 = Timer Interrupt Enabled
0 = Timer Interrupt Disabled
The timer mode control bits (TxC3, TxC2 and TxC1) are
detailed in
Table 16, Timer Operating Modes.
When the high speed timers are counting in high speed
mode, directly altering the contents of the timer upper or
lower registers, the PWM outputs or the reload registers is
not recommended. Bit operations can be particularly prob-
www.national.com30
Page 31
6.0 Timers (Continued)
lematic. Since any of these six registers or the PWM outputs
can change as many as ten times in a single instruction
cycle, performing an SBIT or RBIT operation with the timer
running can produce unpredictable results. The recommended procedure is to stop the timer, perform any changes
TxA Pos. EdgeEdge or TimerEdge
TxB Neg. EdgeUnderflow
011Captures:Neg. TxAPos. TxBt
TxA Neg. EdgeEdge or TimerEdge
TxB Pos. EdgeUnderflow
111Captures:Neg. TxANeg. TxBt
TxA Neg. EdgeEdge or TimerEdge
TxB Neg. EdgeUnderflow
to the timer, the PWM outputs or reload register values, and
then re-start the timer. This warning does not apply to the
timer control register. Any type of read/write operation, including SBIT and RBIT may be performed on this register in
any operating mode.
Interrupt A
Source
Interrupt B
Source
Timer Counts
On
or MCLK
C
or MCLK
C
Pos. TxB EdgeTxA Pos. Edge
Underflow
Pos. TxB EdgeTxA Neg. Edge
Underflow
or MCLK
C
or MCLK
C
or MCLK
C
or MCLK
C
COP8CBE9/CCE9/CDE9
7.0 Power Saving Features
Today, the proliferation of battery-operated applications has
placed new demands on designers to drive power consumption down. Battery operated systems are not the only type of
applications demanding low power. The power budget constraints are also imposed on those consumer/industrial applications where well regulated and expensive power supply
costs cannot be tolerated. Such applications rely on low cost
and low power supply voltage derived directly from the
“mains” by using voltage rectifier and passive components.
Low power is demanded even in automotive applications,
due to increased vehicle electronics content. This is required
to ease the burden from the car battery. Low power 8-bit
microcontrollers supply the smarts to control batteryoperated, consumer/industrial, and automotive applications.
The device offers system designers a variety of low-power
consumption features that enablethem to meet the demanding requirements of today’s increasing range of low-power
applications. These features include low voltage operation,
low current drain, and power saving features such as HALT,
IDLE, and Multi-Input Wake-Up (MIWU).
This device supports three operating modes, each of which
have two power save modes of operation. The three operat-
ing modes are: High Speed, Dual Clock, and Low Speed.
Within each operating mode, thetwo power savemodes are:
HALT and IDLE. In the HALT mode of operation, all microcontroller activities are stopped and power consumption is
reduced to a very low level. In this device, the HALT mode is
enabled and disabled by a bit in the Option register. The
IDLE mode is similar to the HALT mode, except that certain
sections of the device continue to operate, such as: the
on-board oscillator,the IDLE Timer (Timer T0), and the Clock
Monitor. This allows real time to be maintained. During
power save modes of operation,all on boardRAM, registers,
I/O states and timers (with the exception of T0) are unaltered.
Two oscillators are used to support the three different operating modes. The high speed oscillator refers tothe oscillator
connected to CKI and the low speed oscillator refers to the
32 kHz oscillator connected to pins L0 & L1. When using L0
and L1 for the low speedoscillator, the user must ensure that
the L0 and L1 pins are configured for hi-Z input, L1 is not
using CKX on the USART, and Multi-InputWake-up for these
pins is disabled.
A diagram of the three modes is shown in
Figure 19
.
www.national.com31
Page 32
7.0 Power Saving Features (Continued)
COP8CBE9/CCE9/CDE9
FIGURE 19. Diagram of Power Save Modes
20022522
7.1 POWER SAVE MODE CONTROL REGISTER
The ITMR control register allows for navigation between the
three different modes of operation. It is also used for the Idle
Timer. The register bit assignments are shown below. This
register is cleared to 40 (hex) by Reset as shown below.
LSON HSONDCENCCK
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
RSVD ITSEL2 ITSEL1 ITSEL0
SEL
LSON:This bit is used to turn-on the low-speed oscilla-
tor. When LSON = 0, the low speed oscillator is
off. When LSON = 1, the low speed oscillator is
on. There is a startup time associated with this
oscillator. See the Oscillator Circuits section.
HSON:This bit is used to turn-on the high speed oscil-
lator. When HSON = 0, the high speed oscillator
is off. When HSON = 1, the high speed oscillator
is on. There is a startuptime associatedwith this
oscillator. See the startup time table in the Oscillator Circuits section.
DCEN:This bit selects the clock source for the Idle
Timer. If this bit = 0, then the high speed clock is
the clock source for the Idle Timer. If this bit = 1,
then the low speed clock is the clock source for
the Idle Timer. The low speed oscillator must be
started and stabilized before setting this bit to a
1.
CCKSEL: This bit selects whether the high speed clock or
low speed clock is gated to the microcontroller
core. When this bit = 0,the Coreclock willbe the
high speed clock. When this bit = 1, then the
Core clock will be the low speed clock. Before
switching this bit to either state, the appropriate
clock should be turned on and stabilized.
DCEN CCKSEL
00High Speed Mode. Core and Idle Timer
Clock = High Speed
10Dual Clock Mode. Core clock = High
Speed; Idle Timer = Low Speed
11Low Speed Mode. Core and Idle Timer
Clock = Low Speed
01Invalid. If this is detected, the Low
Speed Mode will be forced.
RSVD:This bit is reserved and must be 0.
Bits 2–0: These are bits used to control the Idle Timer.See
6.1 TIMER T0 (IDLE TIMER)
for the description
of these bits.
Table 17
lists the valid contents for the four most significant
bits of the ITMR Register. Any other value is illegal and will
result in an unrecoverable loss ofa clock tothe CPU core.To
prevent this condition, the device will automatically reset if
any illegal value is detected.
TABLE 17. Valid Contents of Dual Clock Control Bits
This internal reset presets the Idle Timer to 00Fx which
results in an internal reset of 240 to 256 t
. This delay is
C
independent of oscillator type and the state of BOR enable.
www.national.com32
Page 33
7.0 Power Saving Features (Continued)
7.2 OSCILLATOR STABILIZATION
Both the high speed oscillator and low speed oscillator have
a startup delay associated with them. When switching between the modes, the software must ensure that the appropriate oscillator is started up and stabilized before switching
to the new mode. See
mate startup times for both oscillators.
7.3 HIGH SPEED MODE OPERATION
This mode of operation allows high speed operation for both
the main Core clock and also for the Idle Timer. This is the
default mode of the device and will always be entered upon
any of the Resetconditions described in the Reset section.It
can also be entered from Dual Clock mode. It cannot be
directly entered from the Low Speed mode without passing
through the Dual Clock mode first.
To enter from the Dual Clock mode, the following sequence
must be followed using two separate instructions:
1. Software clears DCEN to 0.
2. Software clears LSON to 0.
7.3.1 High Speed Halt Mode
The fully static architecture of this device allows the state of
the microcontroller to be frozen. This is accomplished by
stopping the internal clock of the device during the HALT
mode. The controller also stops the CKI pin from oscillating
during the HALT mode. The processor can be forced to exit
the HALT mode and resume normal operation at any time.
During normal operation, the actual power consumption depends heavily on the clock speed and operating voltage
used in an application and is shown in the Electrical Specifications. In the HALT mode, the device only draws a small
leakage current, plus current for the BOR feature (if enabled), plus any current necessary for driving the outputs.
Since total power consumption is affected by the amount of
current required to drive the outputs, all I/Os should be
configured to draw minimal current prior to entering the
HALTmode, if possible. In order to reduce power consumption even further, the power supply (V
a very low level during the HALT mode, just high enough to
guarantee retention of data stored in RAM. The allowed
lower voltage level (V
section.
Entering The High Speed Halt Mode
The device enters the HALT mode under software control
when the Port G data register bit 7 is set to 1. All processor
action stops in the middle of the next instruction cycle, and
power consumption is reduced to a very low level.
Exiting The High Speed Halt Mode
There is a choice of methods for exiting the HALT mode: a
chip Reset using the RESET pin or a Multi-Input Wake-up.
Table 4, Startup Times
CC
) is specified in the Electrical Specs
R
for approxi-
) can be reduced to
COP8CBE9/CCE9/CDE9
HALT Exit Using Reset
Adevice Reset, which is invokedby a low-level signal on the
RESET input pin, takes the device out of the HALT mode
and starts execution from address 0000H. The initialization
software should determine what special action is needed, if
any,upon start-up of the device from HALT. The initialization
of all registers following a RESET exit from HALT is described in the Reset section of this manual.
HALT Exit Using Multi-Input Wake-up
The device can be brought out of the HALT mode by a
transition received on one of the available Wake-up pins.
The pins used and the types of transitions sensed on the
Multi-input pins are software programmable. For information
on programming and using the Multi-Input Wake-up feature,
refer to the Multi-Input Wake-up section.
Astart-up delay is required between the device wake-up and
the execution of program instructions,depending onthe type
of chip clock. The start-up delay is mandatory, and is implemented whether or not the CLKDLY bit is set. This is because all crystal oscillators and resonators require some
time to reach a stable frequency and full operating amplitude.
The IDLE Timer (Timer T0) provides a fixed delay from the
time the clock is enabled to the time the program execution
begins. Upon exit from the HALT mode, the IDLE Timer is
enabled with a startingvalue of 256 and is decrementedwith
each instruction cycle. (Theinstruction clock runs at one-fifth
the frequency of the high speed oscillator.) An internal
Schmitt trigger connected to the on-chip CKI inverter ensures that the IDLE Timer is clocked only when the oscillator
has a large enough amplitude. (The Schmitt trigger is not
part of the oscillator closed loop.) When the IDLE Timer
underflows, the clock signals are enabled on the chip, allowing program execution to proceed. Thus, the delay is equal
to 256 instruction cycles.
Note: To ensure accurate operation upon start-up of the
device using Multi-input Wake-up, the instruction in the application program used for entering the HALT mode should
be followed by two consecutive NOP (no-operation) instructions.
Options
This device has two optionsassociated with the HALTmode.
The first option enables the HALT mode feature, while the
second option disables HALT mode operation. Selecting the
disable HALT mode option will cause the microcontroller to
ignore any attempts to HALT the device under software
control. Note that this device can still be placed in the HALT
mode by stopping theclock input to the microcontroller, if the
program memory is masked ROM. See the Option section
for more details on this option bit.
www.national.com33
Page 34
7.0 Power Saving Features (Continued)
COP8CBE9/CCE9/CDE9
20022523
FIGURE 20. Wake-up from HALT
7.3.2 High Speed Idle Mode
In the IDLE mode, program execution stops and power
consumption is reduced to a very low level as with the HALT
mode. However,the high speedoscillator, IDLE Timer (Timer
T0), and Clock Monitor continue to operate, allowing real
time to be maintained. The deviceremains idlefor aselected
amount of time up to 65,536 instruction cycles, or 32.768
milliseconds with a 2 MHz instruction clock frequency, and
then automatically exits the IDLE mode and returns to normal program execution.
The device is placed in the IDLE mode under software
control by setting the IDLE bit (bit 6 of the Port G data
register).
The IDLE Timerwindow isselectable from one offive values,
4k, 8k, 16k, 32k or 64k instruction cycles. Selection of this
value is made through the ITMR register.
The IDLE mode uses the on-chip IDLE Timer (Timer T0) to
keep track of elapsedtime in the IDLE state. The IDLETimer
runs continuously at the instructionclock rate, whetheror not
the device is in the IDLE mode. Each time the bit of the timer
associated with the selected window toggles, the T0PND bit
is set, an interrupt is generated (if enabled), and the device
exits the IDLE mode if in that mode. If the IDLE Timer
interrupt is enabled, the interrupt is serviced before execution of the main program resumes. (However, the instruction
which was started as the part entered the IDLE mode is
completed before the interrupt is serviced. This instruction
should be a NOP which should follow the enter IDLE instruction.) The user must reset the IDLE Timer pending flag
(T0PND) before entering the IDLE mode.
As with the HALT mode, this device can also be returned to
normal operation with a reset, or with a Multi-Input Wake-up
input. Upon reset the ITMR register is cleared and the ITMR
register selects the 4,096 instruction cycle tap of the Idle
Timer.
The IDLE Timer cannot be started or stoppedunder software
control, and it is notmemory mapped, so it cannot be reador
written by the software. Its state upon Reset is unknown.
Therefore, if the device is put into the IDLE mode at an
arbitrary time, it will stay in the IDLE mode for somewhere
between 1 and the selected number of instruction cycles.
In order to precisely time theduration of theIDLE state, entry
into the IDLE mode must be synchronized to the state of the
IDLE Timer.The best way to do this is to use the IDLE Timer
interrupt, which occurs on every underflow of the bit of the
IDLE Timer which is associated with the selected window.
Another method is to poll the state of theIDLE Timer pending
bit T0PND, which is set on the same occurrence. The Idle
Timer interrupt is enabled by setting bit T0EN in the ICNTRL
register.
Any time the IDLE Timer window length is changed there is
the possibility of generating a spurious IDLE Timer interrupt
by setting the T0PND bit. The user is advised to disable
IDLE Timer interrupts prior to changing the value of the
ITSEL bits of the ITMR Register and then clear the TOPND
bit before attempting to synchronize operation to the IDLE
Timer.
Note:As with the HALT mode, it is necessary toprogram two
NOP’s to allow clock resynchronization upon return from the
IDLE mode. The NOP’s are placed either at the beginning of
the IDLE Timerinterrupt routine or immediately following the
“enter IDLE mode” instruction.
For more information on the IDLE Timer and its associated
interrupt, see the description in the Timers section.
7.4 DUAL CLOCK MODE OPERATION
This mode of operation allows for high speed operation of
the Core clock and low speed operation of the Idle Timer.
This mode can be entered from either the High Speed mode
or the Low Speed mode.
To enter from the High Speed mode, the following sequence
must be followed:
1. Software sets the LSON bit to 1.
2. Software waits until the low speed oscillator has stabilized. See
3. Software sets the DCEN bit to 1.
To enter from the Low Speed mode, the following sequence
must be followed:
1. Software sets the HSON bit to 1.
2. Software waits until the high speed oscillator has stabilized. See
Table 4
.
Table 4, Startup Times.
www.national.com34
Page 35
7.0 Power Saving Features (Continued)
3. Software clears the CCKSEL bit to 0.
7.4.1 Dual Clock HALT Mode
The fully static architecture of this device allows the state of
the microcontroller to be frozen. This is accomplished by
stopping the high speed clock of the device during the HALT
mode. The processor can be forced to exit the HALT mode
and resume normal operation at any time. The low speed
clock remains on during HALT in the Dual Clock mode.
During normal operation, the actual power consumption depends heavily on the clock speed and operating voltage
used in an application and is shown in the Electrical Specifications. In the HALT mode, the device only draws a small
leakage current, plus current for the BOR feature (if enabled), plus the 32 kHz oscillator current, plus any current
necessary for driving the outputs. Since total power consumption is affected by the amount of current required to
drive the outputs, all I/Os should be configured to draw
minimal current prior to entering the HALT mode, if possible.
Entering The Dual Clock Halt Mode
The device enters the HALT mode under software control
when the Port G data register bit 7 is set to 1. All processor
action stops in the middle of the next instruction cycle, and
power consumption is reduced to a very low level. In order to
expedite exit from HALT, the low speed oscillator is left
running when the device is Halted in the Dual Clock mode.
However, the Idle Timer will not be clocked.
Exiting The Dual Clock Halt Mode
When the HALT mode is entered by setting bit 7 of the Port
G data register, there is a choice of methods for exiting the
HALT mode: a chip Reset using the RESET pin or a MultiInput Wake-up. The Reset method and Multi-Input Wake-up
method can be used with any clock option.
HALT Exit Using Reset
Adevice Reset, which is invokedby a low-level signal on the
RESET input pin, takes the device out of the Dual Clock
mode and puts it into the High Speed mode.
HALT Exit Using Multi-Input Wake-up
The device can be brought out of the HALT mode by a
transition received on one of the available Wake-up pins.
The pins used and the types of transitions sensed on the
Multi-input pins are software programmable. For information
on programming and using the Multi-Input Wake-up feature,
refer to
7.6 MULTI-INPUT WAKE-UP
Astart-up delay is required between the device wake-up and
the execution of program instructions. The start-up delay is
mandatory, and is implemented whether or not the CLKDLY
bit is set. This is because all crystal oscillators and resonators require some time to reach a stable frequency and full
operating amplitude.
If the start-up delay is used, the IDLE Timer (Timer T0)
provides a fixed delay from the time the clock is enabled to
the time the program execution begins. Upon exit from the
HALTmode, the IDLE Timer is enabled with a starting value
of 256 and is decremented with each instruction cycle using
the high speed clock. (The instruction clock runs at one-fifth
the frequency of the high speed oscillatory.) An internal
Schmitt trigger connected to the on-chip CKI inverter ensures that the IDLE Timer is clocked only when the high
speed oscillator has a large enough amplitude. (The Schmitt
.
trigger is not part of the oscillator closed loop.) When the
IDLE Timer underflows, the clock signals are enabled on the
chip, allowing program execution to proceed. Thus, the delay
is equal to 256 instruction cycles.After exiting HALT, the Idle
Timer will return to being clocked by the low speed clock.
Note: To ensure accurate operation upon start-up of the
device using Multi-input Wake-up, the instruction in the application program used for entering the HALT mode should
be followed by two consecutive NOP (no-operation) instructions.
Options
This device has two optionsassociated with the HALTmode.
The first option enables the HALT mode feature, while the
second option disables HALT mode operation. Selecting the
disable HALT mode option will cause the microcontroller to
ignore any attempts to HALT the device under software
control. See
option bit.
7.4.2 Dual Clock Idle Mode
In the IDLE mode, program execution stops and power
consumption is reduced to a very low level as with the HALT
mode. However, both oscillators, IDLE Timer (Timer T0), and
Clock Monitor continue to operate, allowing real time to be
maintained. The Idle Timer is clocked by the low speed
clock. The device remains idle for a selected amount of time
up to 2 seconds, andthen automaticallyexits the IDLE mode
and returns to normal program execution using the high
speed clock.
The device is placed in the IDLE mode under software
control by setting the IDLE bit (bit 6 of the Port G data
register).
The IDLE Timerwindow isselectable from one offive values,
0.125 seconds, 0.25 seconds, 0.5 seconds, 1 second and
2 seconds. Selection of this value is made through the ITMR
register.
The IDLE mode uses the on-chip IDLE Timer (Timer T0) to
keep track of elapsedtime in the IDLE state. The IDLETimer
runs continuously at thelow speed clock rate, whether ornot
the device is in the IDLE mode. Each time the bit of the timer
associated with the selected window toggles, the T0PND bit
is set, an interrupt is generated (if enabled), and the device
exits the IDLE mode if in that mode. If the IDLE Timer
interrupt is enabled, the interrupt is serviced before execution of the main program resumes. (However, the instruction
which was started as the part entered the IDLE mode is
completed before the interrupt is serviced. This instruction
should be a NOP which should follow the enter IDLE instruction.) The user must reset the IDLE Timer pending flag
(T0PND) before entering the IDLE mode.
As with the HALT mode, this device can also be returned to
normal operation with a Multi-Input Wake-up input.
The IDLE Timer cannot be started or stoppedunder software
control, and it is notmemory mapped, so it cannot be reador
written by the software. Its state upon Reset is unknown.
Therefore, if the device is put into the IDLE mode at an
arbitrary time, it will stay in the IDLE mode for somewhere
between 30 µs and the selected time period.
In order to precisely time theduration of theIDLE state, entry
into the IDLE mode must be ”synchronized to the state of the
IDLE Timer.The best way to do this is to use the IDLE Timer
interrupt, which occurs on every underflow of the bit of the
IDLE Timer which is associated with the selected window.
Another method is to poll the state of theIDLE Timer pending
4.5 OPTION REGISTER
for more details on this
COP8CBE9/CCE9/CDE9
www.national.com35
Page 36
7.0 Power Saving Features (Continued)
bit T0PND, which is set on the same occurrence. The Idle
Timer interrupt is enabled by setting bit T0EN in the ICNTRL
register.
Any time the IDLE Timer window length is changed there is
the possibility of generating a spurious IDLE Timer interrupt
by setting the T0PND bit. The user is advised to disable
IDLE Timer interrupts prior to changing the value of the
ITSEL bits of the ITMR Register and then clear the T0PND
COP8CBE9/CCE9/CDE9
bit before attempting to synchronize operation to the IDLE
Timer.
Note:As with the HALT mode, it is necessary toprogram two
NOP’s to allow clock resynchronization upon return from the
IDLE mode. The NOP’s are placed either at the beginning of
the IDLE Timerinterrupt routine or immediately following the
“enter IDLE mode” instruction.
For more information on the IDLE Timer and its associated
interrupt, see the description in the Timers section.
7.5 LOW SPEED MODE OPERATION
This mode ofoperation allows for low speed operation of the
core clock and low speed operation of the Idle Timer. Because the low speed oscillator draws very little operating
current, and also toexpedite restarting from HALTmode, the
low speed oscillator is left on at all times in this mode,
including HALT mode. This is the lowest power mode of
operation on the device. This mode canonly beentered from
the Dual Clock mode.
To enter the Low Speed mode, the following sequence must
be followed using two separate instructions:
1. Software sets the CCKSEL bit to 1.
2. Software clears the HSON bit to 0.
Since the low speed oscillator is already running, there is no
clock startup delay.
7.5.1 Low Speed HALT Mode
The fully static architecture of this device allows the state of
the microcontroller to be frozen. Because the low speed
oscillator draws very minimal operating current, it will be left
running in the low speed halt mode. However, the Idle Timer
will not be running. This also allows for a faster exit from
HALT. The processor can be forced to exit the HALT mode
and resume normal operation at any time.
During normal operation, the actual power consumption depends heavily on the clock speed and operating voltage
used in an application and is shown in the Electrical Specifications. In the HALT mode, the device only draws a small
leakage current, plus current for the BOR feature (if enabled), plus the 32 kHz oscillator current, plus any current
necessary for driving the outputs. Since total power consumption is affected by the amount of current required to
drive the outputs, all I/Os should be configured to draw
minimal current prior to entering the HALT mode, if possible.
Entering The Low Speed Halt Mode
The device enters the HALT mode under software control
when the Port G data register bit 7 is set to 1. All processor
action stops in the middle of the next instruction cycle, and
power consumption is reduced to a very low level. In order to
expedite exit from HALT, the low speed oscillator is left
running when the device is Halted in the Low Speed mode.
However, the Idle Timer will not be clocked.
Exiting The Low Speed Halt Mode
When the HALT mode is entered by setting bit 7 of the Port
G data register, there is a choice of methods for exiting the
HALT mode: a chip Reset using the RESET pin or a MultiInput Wake-up. The Reset method and Multi-Input Wake-up
method can be used with any clock option, but the availability of the G7 input is dependent on the clock option.
HALT Exit Using Reset
Adevice Reset, which is invokedby a low-level signal on the
RESET input pin, takes the device out of the Low Speed
mode and puts it into the High Speed mode.
HALT Exit Using Multi-Input Wake-up
The device can be brought out of the HALT mode by a
transition received on one of the available Wake-up pins.
The pins used and the types of transitions sensed on the
Multi-input pins are software programmable. For information
on programming and using the Multi-Input Wake-up feature,
refer to the Multi-Input Wake-up section.
As the low speedoscillator is left running, there isno start up
delay when exiting the low speed halt mode, regardless of
the state of the CLKDLY bit.
Note: To ensure accurate operation upon start-up of the
device using Multi-input Wake-up, the instruction in the application program used for entering the HALT mode should
be followed by two consecutive NOP (no-operation) instructions.
Options
This device has two optionsassociated with the HALTmode.
The first option enables the HALT mode feature, while the
second option disables HALT mode operation. Selecting the
disable HALT mode option will cause the microcontroller to
ignore any attempts to HALT the device under software
control. See the Option section for more details on this
option bit.
7.5.2 Low Speed Idle Mode
In the IDLE mode, program execution stops and power
consumption is reduced to a very low level as with the HALT
mode. However, the low speed oscillator, IDLE Timer (Timer
T0), and Clock Monitor continue to operate, allowing real
time to be maintained. The deviceremains idlefor aselected
amount of time upto 2 seconds, and then automaticallyexits
the IDLE mode and returns to normal program execution
using the low speed clock.
The device is placed in the IDLE mode under software
control by setting the IDLE bit (bit 6 of the Port G data
register).
The IDLE Timerwindow isselectable from one offive values,
0.125 seconds, 0.25 seconds, 0.5 seconds, 1 second, and
2 seconds. Selection of this value is made through the ITMR
register.
The IDLE mode uses the on-chip IDLE Timer (Timer T0) to
keep track of elapsedtime in the IDLE state. The IDLETimer
runs continuously at thelow speed clock rate, whether ornot
the device is in the IDLE mode. Each time the bit of the timer
associated with the selected window toggles, the T0PND bit
is set, an interrupt is generated (if enabled), and the device
exits the IDLE mode if in that mode. If the IDLE Timer
interrupt is enabled, the interrupt is serviced before execution of the main program resumes. (However, the instruction
which was started as the part entered the IDLE mode is
completed before the interrupt is serviced. This instruction
www.national.com36
Page 37
7.0 Power Saving Features (Continued)
should be a NOP which should follow the enter IDLE instruction.) The user must reset the IDLE Timer pending flag
(T0PND) before entering the IDLE mode.
As with the HALT mode, this device can also be returned to
normal operation with a Multi-Input Wake-up input.
The IDLE Timer cannot be started or stoppedunder software
control, and it is notmemory mapped, so it cannot be reador
written by the software. Its state upon Reset is unknown.
Therefore, if the device is put into the IDLE mode at an
arbitrary time, it will stay in the IDLE mode for somewhere
between 30 µs and the selected time period.
In order to precisely time theduration of theIDLE state, entry
into the IDLE mode must be synchronized to the state of the
IDLE Timer.The best way to do this is to use the IDLE Timer
interrupt, which occurs on every underflow of the bit of the
IDLE Timer which is associated with the selected window.
Another method is to poll the state of theIDLE Timer pending
COP8CBE9/CCE9/CDE9
bit T0PND, which is set on the same occurrence. The Idle
Timer interrupt is enabled by setting bit T0EN in the ICNTRL
register.
Any time the IDLE Timer window length is changed there is
the possibility of generating a spurious IDLE Timer interrupt
by setting the T0PND bit. The user is advised to disable
IDLE Timer interrupts prior to changing the value of the
ITSEL bits of the ITMR Register and then clear the T0PND
bit before attempting to synchronize operation to the IDLE
Timer.
As with the HALT mode, it is necessary to program two
NOP’s to allow clock resynchronization upon return from the
IDLE mode. The NOP’s are placed either at the beginning of
the IDLE Timerinterrupt routine or immediately following the
“enter IDLE mode” instruction.
For more information on the IDLE Timer and its associated
interrupt, see the description in the Section 6.1, Timer T0
(IDLE Timer).
FIGURE 21. Multi-Input Wake-Up Logic
7.6 MULTI-INPUT WAKE-UP
The Multi-Input Wake-up feature is used to return (wake-up)
the device from either the HALT or IDLE modes. Alternately
Multi-Input Wake-up/Interrupt feature may also be used to
generate up to 8 edge selectable external interrupts.
Figure 21
The Multi-Input Wake-up feature utilizes the LPort. The user
selects which particular L port bit (or combination of L Port
bits) will cause the device to exit the HALT or IDLE modes.
The selection is done through the register WKEN. The register WKEN is an 8-bit read/write register, which contains a
control bit for every L port bit. Setting a particular WKEN bit
enables a Wake-up from the associated L port pin.
The user can select whether the trigger condition on the
selected L Port pin is going to be either a positive edge (low
shows the Multi-Input Wake-up logic.
20022524
to high transition) or a negative edge (high to low transition).
This selection is made via the register WKEDG, which is an
8-bit control register with a bit assigned to each L Port pin.
Setting the control bit will select the trigger condition to be a
negative edge on that particular L Port pin. Resetting the bit
selects the trigger condition to be a positive edge. Changing
an edge select entails several steps in order to avoid a
Wake-up condition as a result of the edge change. First, the
associated WKEN bit should be reset, followed by the edge
select change in WKEDG. Next, the associated WKPND bit
should be cleared, followed by the associated WKEN bit
being re-enabled.
An example may serve to clarify this procedure. Suppose we
wish to change the edge select from positive(low going high)
www.national.com37
Page 38
7.0 Power Saving Features (Continued)
to negative (high going low) for L Port bit 5, where bit 5 has
previously been enabled for an input interrupt. The program
would be as follows:
If the L port bits have been used as outputs and then
COP8CBE9/CCE9/CDE9
changed to inputs with Multi-Input Wake-up/Interrupt, a
safety procedure should also be followed to avoid wake-up
conditions. After the selected Lport bits have been changed
from output to input but beforethe associated WKENbits are
enabled, the associated edge select bits in WKEDG should
be set or reset for the desired edge selects, followed by the
associated WKPND bits being cleared.
This same procedure should be used following reset, since
the L port inputs are left floating as a result of reset.
The occurrence of the selected trigger condition for MultiInput Wake-up is latched into a pending register called
WKPND. The respective bits of the WKPND register will be
set on the occurrence of the selected trigger edge on the
corresponding Port L pin. The user has the responsibility of
clearing these pending flags. Since WKPND is a pending
register for the occurrence of selected wake-up conditions,
the device will notenter the HALTmode if any Wake-upbit is
both enabled and pending. Consequently, the user must
clear the pending flags before attempting to enter the HALT
mode.
WKEN and WKEDG are all read/write registers, and are
cleared at reset. WKPND register contains random value
after reset.
8.0 USART
The device contains a full-duplex software programmable
USART. The USART (
register, a receive shift register and seven addressable registers, as follows: a transmit buffer register (TBUF), a receiver buffer register (RBUF), a USART control and status
register (ENU), a USART receive control and status register
(ENUR), a USART interrupt and clock source register
(ENUI), a prescaler select register (PSR) and baud (BAUD)
register. The ENU register contains flags for transmit and
receive functions; this register also determines the length of
the data frame (7, 8 or 9 bits), the value of the ninth bit in
transmission, and parity selection bits. The ENUR register
flags framing, data overrun, parity errors and line breaks
while the USART is receiving.
Other functions of the ENUR register include saving the
ninth bit receivedin the data frame, enabling or disabling the
USART’s attention mode of operation and providing additional receiver/transmitter status information via RCVG and
XMTG bits. The determination of an internal orexternal clock
source is done by the ENUI register, as well as selecting the
number of stop bits and enabling or disabling transmit and
receive interrupts. A control flag in this register can also
select the USART mode of operation: asynchronous or
synchronous.
Figure 22
) consists of a transmit shift
www.national.com38
Page 39
8.0 USART (Continued)
COP8CBE9/CCE9/CDE9
FIGURE 22. USART Block Diagram
8.1 USART CONTROL AND STATUS REGISTERS
The operation of the USART is programmed through three
registers: ENU, ENUR and ENUI.
8.2 DESCRIPTION OF USART REGISTER BITS
ENU—USART CONTROL AND STATUS REGISTER (Ad-
dress at 0BA)
PEN PSEL1 XBIT9/ CHL1 CHL0ERRRBFL TBMT
PSEL0
Bit 7Bit 0
20022525
PEN: This bit enables/disables Parity (7- and 8-bit modes
only). Read/Write, cleared on reset.
XBIT9/PSEL0: Programs the ninth bit for transmission when
the USART is operating with nine data bits per frame. For
seven or eight data bits per frame,this bit in conjunction with
PSEL1 selects parity. Read/Write, cleared on reset.
CHL1, CHL0: These bits select the character frame format.
Parity is not included and is generated/verified by hardware.
Read/Write, cleared on reset.
mitter output internally looped back
to receiver input. Nine bit framing
format is used.
ERR: This bit is a global USART error flag which gets set if
any or a combination of the errors (DOE, FE, PE, BD) occur.
Read only; it cannotbe written by software, cleared onreset.
RBFL: This bit is set when the USART has received a
complete character and has copied it into the RBUF register.
It is automatically reset when software reads the character
from RBUF. Read only; it cannot be written by software,
cleared on reset.
TBMT: This bit is set when the USART transfers a byte of
data from the TBUF register into the TSFT register for transmission. It is automatically reset when software writes into
the TBUF register. Read only, bit is set to “one” on reset; it
cannot be written by software.
ENUR—USART RECEIVE CONTROL AND STATUS REGISTER (Address at 0BB)
DOEFEPEBDRBIT9 ATTN XMTG RCVG
Bit 7Bit 0
DOE: Flags a Data Overrun Error. Read only, cleared on
read, cleared on reset.
DOE = 0Indicates no Data Overrun Error has been de-
tected since the last time the ENUR register
was read.
DOE = 1Indicates the occurrence of a Data Overrun
Error.
FE: Flags a Framing Error. Read only, cleared on read,
cleared on reset.
FE = 0Indicates no Framing Error has been detected
since the last time the ENUR register was read.
FE = 1Indicates the occurrence of a Framing Error.
PE: Flags a Parity Error.Read only, cleared on read, cleared
on reset.
PE = 0Indicates no Parity Error has been detected since
the last time the ENUR register was read.
PE = 1Indicates the occurrence of a Parity Error.
BD: Flags a line break.
BD = 0 Indicates no Line Break has been detected since
the last time the ENUR register was read.
BD = 1 Indicates the occurrence of a Line Break.
RBIT9: Contains the ninth data bit received when the
USART is operating with nine databits perframe. Readonly,
cleared on reset.
ATTN: ATTENTION Mode is enabled while this bit is set.
This bit is cleared automaticallyon receiving acharacter with
data bit nine set. Read/Write, cleared on reset.
XMTG: This bit is set to indicate that the USARTis transmitting. It gets reset at theend of thelast frame (endof lastStop
bit). Read only, cleared on reset.
RCVG: This bit is set high whenever a framing error or a
break detect occurs and goes low when RDX goes high.
Read only, cleared on reset.
ENUI—USART INTERRUPT AND CLOCK SOURCE REGISTER (Address at 0BC)
STP2 BRKETDXSSEL XRCLK XTCLK ERIETI
Bit 7Bit 0
STP2: This bit programs the number of Stop bits to be
transmitted. Read/Write, cleared on reset.
STP2 = 0One Stop bit transmitted.
STP2 = 1Two Stop bits transmitted.
BRK: Holds TDX (USART Transmit Pin) low to generate a
Line Break. Timing of the Line Break is under software
control.
ETDX: TDX (USART Transmit Pin) is the alternate function
assigned to Port L pin L2; it is selected by setting ETDX bit.
SSEL: USART mode select. Read only, cleared on reset.
SSEL = 0Asynchronous Mode.
SSEL = 1Synchronous Mode.
XRCLK: This bit selects the clock source for the receiver
section. Read/Write, cleared on reset.
XRCLK = 0The clock source is selected through the
PSR and BAUD registers.
XRCLK = 1Signal on CKX (L1) pin is used as the clock.
XTCLK: This bit selects the clock source for the transmitter
and BAUD registers.
XTCLK = 1Signal on CKX (L1) pin is used as the clock.
ERI: This bit enables/disables interrupt from the receiver
section. Read/Write, cleared on reset.
ERI = 0Interrupt from the receiver is disabled.
ERI = 1Interrupt from the receiver is enabled.
ETI: This bit enables/disables interrupt from the transmitter
section. Read/Write, cleared on reset.
ETI = 0Interrupt from the transmitter is disabled.
ETI = 1Interrupt from the transmitter is enabled.
8.3 ASSOCIATED I/O PINS
Data is transmitted on the TDX pin and received on the RDX
pin. TDX is the alternate function assigned to Port L pin L2;
it is selected by setting ETDX (in the ENUI register) to one.
RDX is an inherent function Port L pin L3, requiring nosetup.
Port L pin L2 must be configured as an output in the Port L
Configuration Register in order to be used as the TDX pin.
The baud rate clock for the USART can be generated onchip, or can be taken from an external source. Port L pin L1
(CKX) is the external clock I/O pin. The CKX pin can be
either an input or an output, as determined by Port L Configuration and Data registers (Bit 1).As an input, it accepts a
clock signal which may be selected to drive the transmitter
and/or receiver. As an output, it presents the internal Baud
Rate Generator output.
Note: The CKX pin is unavailable if Port L1 is used for the
Low Speed Oscillator.
www.national.com40
Page 41
8.0 USART (Continued)
8.4 USART OPERATION
The USART has two modes of operation: asynchronous
mode and synchronous mode.
COP8CBE9/CCE9/CDE9
If data transmit and receive are selectedwith the CKX pin as
clock output, the device generates the synchronous clock
output at the CKX pin. The internal baud rate generator is
used to produce the synchronous clock. Data transmit and
receive are performed synchronously with this clock.
8.4.1 Asynchronous Mode
This mode is selected by resetting the SSEL (in the ENUI
register) bit to zero. The input frequency to the USART is
16 times the baud rate.
The TSFT and TBUF registers double-buffer data for transmission. While TSFT is shifting out the current character on
the TDX pin, the TBUF register may be loaded by software
with the next byte to be transmitted. When TSFT finishes
transmitting the current character the contents of TBUF are
transferred to the TSFT register and the Transmit Buffer
Empty Flag (TBMT in the ENU register) is set. The TBMT
flag is automatically reset by the USART when software
loads a new character into the TBUF register. There is also
the XMTG bit which is set to indicate that the USART is
transmitting. This bit gets reset at the end of the last frame
(end of last Stop bit). TBUF is a read/write register.
The RSFT and RBUF registers double-buffer data being
received. The USART receiver continually monitors the signal on the RDX pin for a low level to detect the beginning of
a Start bit. Upon sensing this low level, it waits for half a bit
time and samples again. If the RDX pin is still low, the
receiver considers this to be a valid Start bit, and the remaining bits in the character frame are each sampled three times
around the center of the bit time. Serial data input on the
RDX pin is shifted into the RSFT register. Upon receiving the
complete character, the contents of the RSFT register are
copied into the RBUF register and the Received Buffer Full
Flag (RBFL) is set. RBFL is automatically reset when software reads the character from the RBUF register. RBUF is a
read only register. There is also the RCVG bit which is set
high when a framing error or abreak detect occurs and goes
low once RDX goes high.
8.4.2 Synchronous Mode
In this mode data is transferred synchronously with the
clock. Data is transmitted on the rising edge and received on
the falling edge of the synchronous clock.
This mode is selected by setting SSEL bit in the ENUI
register. The input frequency to the USART is the same as
the baud rate.
When an external clock input is selected at theCKX pin, data
transmit and receive are performed synchronously with this
clock through TDX/RDX pins.
8.5 FRAMING FORMATS
The USART supports several serial framing formats (
23
). The format is selected using control bits in the ENU,
ENUR and ENUI registers.
The first format (1, 1a, 1b, 1c) for data transmission (CHL0 =
1, CHL1 = 0) consists of Start bit, seven Data bits (excluding
parity) and one or two Stop bits. In applications using parity,
the parity bit is generated and verified by hardware.
The second format (CHL0 = 0, CHL1 = 0) consists of one
Start bit, eight Data bits (excluding parity) and one or two
Stop bits. Parity bit is generated and verified by hardware.
The third format for transmission (CHL0 = 0, CHL1 = 1)
consists of one Start bit, nine Data bits and one or two Stop
bits. This format also supports the USART “ATTENTION”
feature. When operating in this format, all eight bits of TBUF
and RBUF are used for data.The ninth databit istransmitted
and received using two bits in the ENU and ENUR registers,
called XBIT9 and RBIT9. RBIT9 is a read only bit. Parity is
not generated or verified in this mode.
The parity is enabled/disabled byPEN bitlocated in the ENU
register. Parity is selected for 7- and 8-bit modes only. If
parity is enabled (PEN = 1), the parity selection is then
performed by PSEL0 and PSEL1 bits located in the ENU
register.
Note that the XBIT9/PSEL0 bit located in the ENU register
serves two mutually exclusive functions. This bit programs
the ninth bit for transmission when the USART is operating
with nine data bits per frame. There is no parity selection in
this framing format. For other framing formats XBIT9 is not
needed and the bit is PSEL0used in conjunctionwith PSEL1
to select parity.
The frame formats for the receiver differ from the transmitter
in the number of Stop bits required. The receiver only requires one Stop bit in a frame,regardless of thesetting of the
Stop bit selection bits in the control register. Note that an
implicit assumption is made for full duplex USART operation
that the framingformats are the same for the transmitter and
receiver.
Figure
www.national.com41
Page 42
8.0 USART (Continued)
COP8CBE9/CCE9/CDE9
FIGURE 23. Framing Formats
8.6 USART INTERRUPTS
The USART is capable of generating interrupts. Interrupts
are generated on Receive Buffer Full and Transmit Buffer
Empty. Both interrupts have individual interrupt vectors. Two
bytes of program memory space are reserved for each interrupt vector. The two vectors are located at addresses
0xEC to 0xEF Hex in the program memory space. The
interrupts can be individually enabled or disabled using Enable Transmit Interrupt (ETI) and Enable Receive Interrupt
(ERI) bits in the ENUI register.
The interrupt from the Transmitter is set pending, and remains pending, as long as both the TBMT and ETI bits are
set. To remove this interrupt, software must either clear the
ETI bit or write to the TBUF register (thus clearing theTBMT
bit).
The interrupt from the receiver is set pending, and remains
pending, as long as both the RBFL and ERI bits are set. To
remove this interrupt, software must either clear the ERI bit
or read from the RBUF register (thus clearing the RBFL bit).
www.national.com42
20022526
8.7 BAUD CLOCK GENERATION
The clock inputs to the transmitter and receiver sections of
the USART can be individually selected to come either from
an external source at the CKX pin (port L, pin L1) or from a
source selected in the PSR and BAUD registers. Internally,
the basic baud clock is created from the MCLK through a
two-stage divider chain consisting of a 1-16 (increments of
0.5) prescaler and an 11-bit binary counter (
divide factors are specified through two read/write registers
shown in
spills over into the Prescaler Select Register (PSR). PSR is
cleared upon reset.
As shown in
NO CLOCK. This condition is the USART power down mode
where the USART clock is turned off for power saving purpose. The user must also turn the USART clock off when a
different baud rate is chosen.
The correspondences between the 5-bit Prescaler Select
and Prescaler factors are shown in
Figure 25
Table 19
. Note that the 11-bit Baud Rate Divisor
, a Prescaler Factor of 0 correspondsto
Figure 24
Table 19
). The
. There are
Page 43
COP8CBE9/CCE9/CDE9
8.0 USART (Continued)
many ways to calculate the two divisor factors, but one
particularly effective method would be to achieve a 1.8432
MHz frequency coming out of the first stage. The 1.8432
MHz prescaler output is then used to drive the software
programmable baud rate counter to create a 16x clock for
the following baud rates: 110, 134.5, 150, 300, 600, 1200,
1800, 2400, 3600, 4800, 7200, 9600, 19200 and 38400
(
Table 18
propriate divisors. The 16x clock is then divided by 16 to
provide the ratefor the serial shift registers of the transmitter
and receiver.
The divide by 16 is performed because in the asynchronous
mode, the input frequency to the USART is 16 times the
baud rate. The equation to calculate baud rates is given
below.
The actual Baud Rate may be found from:
BR=(F
x 2)/(16xNxP)
C
Where:
BR is the Baud Rate
F
is the crystal frequency
C
N is the Baud Rate Divisor (
Table 18
)
P is the Prescaler Divide Factor selected by the value in the
Prescaler Select Register (
Table 19
)
Note: In the Synchronous Mode, the divisor 16 is replaced
by two.
Example:
Asynchronous Mode:
Crystal Frequency=5MHz
Desired baud rate = 19200
www.national.com43
Page 44
8.0 USART (Continued)
Using the above equationNxPcanbecalculated first.
NxP=(5x10
Now 32.552 is divided by each Prescaler Factor (
obtain a value closest to an integer. This factor happens to
be 6.5 (P = 6.5).
COP8CBE9/CCE9/CDE9
6
x 2)/(16 x 19200) = 32.552
FIGURE 25. USART BAUD Clock Divisor Registers
Table 19
)to
N = 32.552/6.5 = 5.008 (N = 5)
The programmed value (from
Table 18
) should be 4 (N - 1).
Using the above values calculated for N and P:
BR=(5x10
6
x 2)/(16x5x6.5) = 19230.769
error = (19230.769 - 19200) x 100/19200 = 0.16%
20022528
8.8 EFFECT OF HALT/IDLE
The USART logic is reinitialized when either the HALT or
IDLE modes are entered. This reinitialization sets the TBMT
flag and resets all read only bits in the USART control and
status registers. Read/Write bits remain unchanged. The
Transmit Buffer (TBUF) is not affected,but theTransmit Shift
register (TSFT) bits are set to one. The receiver registers
RBUF and RSFT are not affected.
The device will exit from the HALT/IDLE modes when the
Start bit of a character is detected at the RDX (L3) pin. This
feature is obtained by usingthe Multi-Input Wake-upscheme
provided on the device.
Before entering the HALT or IDLE modes the user program
must select the Wake-up source to be on the RDX pin. This
selection is done bysetting bit 3 of WKEN (Wake-up Enable)
register.The Wake-up trigger condition isthen selectedto be
high to low transition. This is done via the WKEDG register
(Bit 3 is one).
If the device is halted and crystal oscillator is used, the
Wake-up signal will not start the chip running immediately
because of the finite start up time requirement of the crystal
oscillator.The idle timer (T0)generates afixed (256t
) delay
C
to ensure that the oscillator has indeed stabilized before
allowing the device to execute code. The user has to consider this delay when data transfer is expected immediately
after exiting the HALT mode.
8.9 DIAGNOSTIC
Bits CHL0 and CHL1 in the ENU register provide a loopback
feature for diagnostic testing of the USART. When both bits
are set to one, the following occurs: The receiver input pin
(RDX) is internally connected to the transmitter output pin
(TDX); the output of the TransmitterShift Register is “looped
back” into the Receive Shift Register input. In this mode,
data that is transmitted is immediately received. This feature
allows the processor to verify the transmit and receive data
paths of the USART.
Note that the framing format for this mode is the nine bit
format; one Start bit,nine data bits, and one or two Stop bits.
Parity is not generated or verified in this mode.
8.10 ATTENTION MODE
The USART Receiver section supports an alternate mode of
operation, referred to as ATTENTION Mode. This mode of
operation is selected by the ATTN bit in the ENUR register.
The data format for transmission must also be selected as
having nine Data bits and either one or two Stop bits.
The ATTENTION mode of operation is intended for use in
networking the device with other processors. Typically in
such environments the messages consists of device addresses, indicating which of several destinations should receive them, and the actual data. This Mode supports a
scheme in which addresses are flagged by having the ninth
bit of the data field set to a 1. If the ninth bit is reset to a zero
the byte is a Data byte.
While in ATTENTION mode, the USART monitors the communication flow, but ignores all characters until an address
character is received. Upon receiving an address character,
the USART signals that the character is ready by setting the
RBFL flag, which in turn interrupts the processor if USART
Receiver interrupts are enabled. TheATTN bit is also cleared
automatically at this point, so that data characters as well as
address characters are recognized. Software examines the
contents of the RBUF and responds by deciding either to
accept the subsequent data stream (by leaving the ATTN bit
reset) or to wait until the next address character is seen (by
setting the ATTN bit again).
Operation of the USART Transmitter is not affected by selection of this Mode. The value of the ninth bit to be transmitted is programmed by setting XBIT9 appropriately. The
value of the ninth bit received is obtained by reading RBIT9.
Since this bit is located in ENUR register where the error
flags reside, a bit operation on it will reset the error flags.
8.11 BREAK GENERATION
To generate a line break, the user software should set the
BRK bit in the ENUI register. This will force the TDX pin to 0
and hold it there until the BRK bit is reset.
9.0 A/D Converter
This device contains a 16-channel, multiplexed input, successive approximation, 10 bit Analog-to-Digital Converter.
Pins AV
and AGND are used for the voltage reference.
CC
www.national.com44
Page 45
9.0 A/D Converter (Continued)
9.1 OPERATING MODES
It supports both Single Ended and Differential modes of
operation.
AnA/D conversion is initiated by setting theADBSY bitin the
ENAD control register. The result of the conversion is available to the user in the A/D result registers, ADRSTH and
ADRSTL, when ADBSY is cleared by the hardware on
completion of the conversion.
Twospecific analog channel selection modes are supported.
These are as follows:
1. Allow any specific channel to be selected at one time.
The A/D Converter performs the specific conversion requested and stops.
Bit 7Bit 0
Channel SelectMode Select Mux/Out Prescale Busy
ADCH3 ADCH2 ADCH1 ADCH0ADMODMUXPSCADBSY
TABLE 20. ENAD
2. Allow any differential channel pair to be selected at one
time. The A/D Converter performs the specific differential conversion requested and stops.
In both Single Ended and Differential modes, there is the
capability to connect the analog multiplexor output and A/D
converter input to external pins. This provides the ability to
externally connect a common filter/signal conditioning circuit
for the A/D Converter.
The A/D Converter is supported by three memory mapped
registers: two result registers and the control register. When
the device is reset, the mode control register (ENAD) is
cleared, the A/D is powered down and the A/D result registers have unknown data.
CHANNEL SELECT
This 4-bit field selects one of sixteenchannels to bethe V
The mode selection and the mux output determine the V
IN+
IN-
input. When MUX = 0, all sixteen channels are available, as
shown in
are available, as shown in
Table 21
. When MUX = 1, only fourteen channels
Table 22
.
All port pins which are used, in the application, in A/D operations must be configured as high-impedance inputs. If the
ports are configured as outputs or inputs with weak pull-up
there will be a conflict between the analog signal and the
digitally driven output.
9.1.1 A/D Control Register
The control register, ENAD, contains 4 bits for channel selection, 1 bit for mode selection, 1 bit for the multiplexor
output selection, 1 bit for prescaler selection, and a Busy bit.
TABLE 21. A/D Converter Channel Selection when the Multiplexor Output is Disabled
Note 18: This Input Channel Selection should not be used when the Multiplexor Output is enabled.
Note 19: This Input Channel Selection should not be used in Differential Mode when the Multiplexor Output is enabled.
MULTIPLEXOR OUTPUT SELECT
This 1-bit field allows the output of the A/D multiplexor and
the input to the A/D to be connected directly to external pins.
This allows for an external, common filter/signal conditioning
circuit to be applied to all channels. The output of the external conditioning circuit can then be connected directly to the
input of the Sample and Hold input on the A/D Converter.
See
Figure 26
Multiplexor output is connected to ADCH14 and the A/D
input is connected to ADCH15. For Differential mode, the
differential multiplexor outputs are available and should be
converted to a single ended voltage for connectionto the A/D
Converter Input. See
The channel assignments for this mode are shown in
23
.
When using the Mux Output feature, the delay though the
internal multiplexor to the pin, plus the delay of the external
filter circuit, plus the internal delay to the Sample and Hold
will exceed the three clock cycles that’s allowed in the conversion. This adds the requirement that, whenever the MUX
bit = 1, that the channel selected by ADCH3:0 bits be enabled, even when ADBSY = 0, and gated to the mux output
pin. The input path to the A/D converter is also enabled. This
for the single ended mode diagram. The
Figure 27
.
Table
ADMOD = 0
Single Ended Mode
Mux Output
(Note 18)
A/D Input (Note 18)
allows the input channel to be selected and settled before
starting a conversion. The sequence to perform conversions
using the Mux Out featureis amultistep processand islisted
below.
1. Select the desired channel and operating modes and
load them into ENAD without setting ADBSY.
2. Wait the appropriate time until the analog input has
settled. This will depend on the application and the
response of the external circuit.
3. Select the same desired channel and operating modes
used in step 1 and load them into ENAD and also set
ADBSY or set ADBSY by using the SBIT instruction.
This will start the conversion.
4. Poll ADBSY until it is cleared by the hardware. This
indicates the completion of the conversion.
5. Obtain the results from the result registers.
The port pins used for the multiplexor output must be configured as high impedance inputs. If the port pins are configured as outputs, or as inputs with weak pull-up, there will
be a conflict between the analog signal output and the
digitally driven output.
Mode Select
ADMOD = 1
Differential Mode
Mux Output −
(Note 19)
ADCH14 is
Mux Output +
(Note 18)
ADCH15 is
A/D Input (Note 18)
Mux Output
Enabled
1
1
1
www.national.com46
Page 47
9.0 A/D Converter (Continued)
FIGURE 26. A/D with Single Ended Mux Output Feature Enabled
COP8CBE9/CCE9/CDE9
20022529
FIGURE 27. A/D with Differential Mux Output Feature Enabled
MODE SELECT
This 1-bit field is used to select the mode of operation (single
ended or differential) as shown in the following
Table 23
.
TABLE 23. A/D Conversion Mode Selection
ADMODMode
0Single Ended Mode
1Differential Mode
PRESCALER SELECT
This 1-bit field is used to select one of two prescaler clocks
for the A/D Converter. The following
Table 24
shows the
various prescaler options. Care must be taken, when selecting this bit, to keep the A/D clock frequency within the
specified range.
TABLE 24. A/D Converter Clock Prescale
PSCClock Select
0MCLK Divide by 1
1MCLK Divide by 16
20022530
values currently in the ENAD register. Normal completion of
anA/D conversion clears theADBSY bit and turns off the A/D
Converter.
If the user wishes to restart a conversion which is already in
progress, this can be accomplished only by writing a zero to
the ADBSY bit to stop the current conversion and then by
writing a one to ADBSY to start a new conversion. This can
be done in two consecutive instructions.
9.1.2 A/D Result Registers
There are two result registers for the A/D converter: the high
8 bits of the result and the low 2-bits of the result.The format
of these registers is shown in
Figures 27, 28
. Both registers
are read/write registers, but in normal operation, the hardware writes the value into the register whenthe conversion is
complete and the software reads the value. Both registers
are undefined upon Reset. They hold the previousvalue until
a new conversion overwrites them. When reading ADRSTL,
bits 5-0 will read as 0.
TABLE 25. ADRSTH
Bit 7Bit 0
Bit 9Bit 8Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2
BUSY BIT
The ADBSY bit of the ENAD register is used to control
starting and stopping ofthe A/D conversion. WhenADBSY is
cleared, the prescale logic is disabled and the A/D clock is
turned off, drawing minimal power. Setting the ADBSY bit
starts the A/D clock and initiates a conversion based on the
TABLE 26. ADRSTL
Bit 7Bit 0
Bit1Bit0000000
www.national.com47
Page 48
9.0 A/D Converter (Continued)
9.2 A/D OPERATION
TheA/D conversion is completed within fifteen A/D converter
clocks. TheA/D Converter interface works asfollows. Setting
the ADBSY bit in the A/D control register ENAD initiates an
A/D conversion. The conversion sequence starts at the beginning of the write to ENAD operation which sets ADBSY,
thus powering up the A/D. At the first edge of the Converter
clock following the write operation, the sample signal turns
COP8CBE9/CCE9/CDE9
on for three clock cycles. At the end of the conversion, the
internal conversion complete signal will clear the ADBSY bit
and power down the A/D. The A/D 10-bit result is immediately loaded into the A/D result registers (ADRSTH and
ADRSTL) upon completion.
Inadvertent changes to the ENAD register during conversion
are prevented by the control logic of theA/D. Any attempt to
write any bit of the ENAD Register except ADBSY, while
ADBSY is a one, is ignored. ADBSY must be cleared either
by completion of anA/D conversion or by the user beforethe
prescaler, conversion mode or channel select values can be
changed.After stopping the current conversion,the user can
load different values for the prescaler, conversion mode or
channel select and start a new conversion in one instruction.
PRESCALER
The A/D Converter (A/D) contains a prescaler option that
allows two different clock speed selections as shown in
Table 24
by the prescaler value. Note thatthe prescalervalue mustbe
chosen such that the A/D clock falls within the specified
range. The maximum A/D frequency is 1.25 MHz. This
equates to a 800 ns A/D clock cycle.
The A/D Converter takes 15 A/D clock cycles to complete a
conversion. Thus the minimum A/D conversion time is 12.0
µs when a prescaler of 16 has been selected with
MCLK = 20 MHz. The 15 A/D clock cycles needed for
conversion consist of 3 cycles for sampling, 1 cycle for
auto-zeroing the comparator, 10 cycles for converting, 1
. The A/D clock frequency is equal to MCLK divided
cycle for loading the result into the result registers, for stopping and for re-initializing. The ADBSY flag provides an A/D
clock inhibit function, which saves power by powering down
the A/D when it is not in use.
Note: The A/D Converter is also powered down when the
device is in either the HALT or IDLE modes. If the A/D is
running when the device enters the HALT or IDLE modes,
the A/D powers down and then restarts the conversion from
the beginning with a corrupted sampled voltage (and thus an
invalid result) when the device comes out of the HALT or
IDLE modes.
9.3 ANALOG INPUT AND SOURCE RESISTANCE
CONSIDERATIONS
Figure 28
shows the A/D pin model in single ended mode.
The differential mode has a similar A/D pin model. The leads
to the analog inputs should be kept as short as possible.
Both noise and digital clock coupling to an A/D input can
cause conversion errors. The clock lead should be kept
away from the analog input line to reduce coupling.
Source impedances greater than 3 kΩ on the analog input
lines will adversely affect the internal RC charging time
during input sampling. As shown in
Figure 28
, the analog
switch to the DAC array is closed only during the 3A/D cycle
sample time. Large source impedances on theanalog inputs
may result in the DAC array not being charged to the correct
voltage levels, causing scale errors.
If large source resistance is necessary, the recommended
solution is to slow down the A/D clock speed in proportion to
the source resistance. The A/D Converter may be operated
at the maximum speed for R
less than 3 kΩ. For RSgreater
S
than 3 kΩ, A/D clock speed needs to be reduced. For example, with R
=6kΩ, the A/D Converter may be operated
S
at half the maximum speed.A/D Converter clock speed may
be slowed down by either increasing the A/D prescaler
divide-by or decreasing the CKI clock frequency. The A/D
minimum clock speed is 65.536 kHz.
*
The analog switch is closed only during the sample time.
FIGURE 28. A/D Pin Model (Single Ended Mode)
www.national.com48
20022553
Page 49
10.0 Interrupts
10.1 INTRODUCTION
The device supports eleven vectored interrupts. Interrupt
sources include Timer 1, Timer 2, Timer T0, Port L Wake-up,
Software Trap, MICROWIRE/PLUS, USART and External
Input.
All interrupts force a branch to location 00FF Hex in program
memory. The VIS instruction may be used to vector to the
appropriate service routine from location 00FF Hex.
The Software trap has the highest priority while the default
VIS has the lowest priority.
Each of the 13 maskable inputs has a fixed arbitration ranking and vector.
Figure 29
shows the Interrupt block diagram.
COP8CBE9/CCE9/CDE9
FIGURE 29. Interrupt Block Diagram
10.2 MASKABLE INTERRUPTS
All interrupts other than the Software Trap are maskable.
Each maskable interrupt has an associated enable bit and
pending flag bit. The pending bit is setto 1when the interrupt
condition occurs. The state of the interrupt enable bit, combined with the GIE bit determines whether an active pending
flag actually triggers an interrupt. All of the maskable interrupt pending and enable bits are contained in mapped control registers, and thus can be controlled by the software.
Amaskable interruptcondition triggersan interruptunder the
following conditions:
1. The enable bit associated with that interrupt is set.
2. The GIE bit is set.
3. The device is not processing a non-maskable interrupt.
(If a non-maskable interrupt is being serviced, a
maskable interrupt must wait until that service routine is
completed.)
20022565
An interrupt is triggered only when all of these conditions are
met at the beginning of an instruction. If different maskable
interrupts meet these conditions simultaneously, the highestpriority interrupt will be serviced first, and the other pending
interrupts must wait.
Upon Reset, all pending bits, individual enable bits, and the
GIE bit are reset to zero. Thus, a maskable interrupt condition cannot trigger an interrupt until the programenables it by
setting both the GIE bit and the individual enable bit. When
enabling an interrupt, the user should consider whether or
not a previously activated (set) pending bit should be acknowledged. If, at the time an interrupt is enabled, any
previous occurrences of the interrupt should be ignored, the
associated pending bit must be reset to zero prior to enabling the interrupt. Otherwise, the interrupt may be simply
enabled; if the pending bit is already set, it will immediately
trigger an interrupt. A maskable interrupt is active if its associated enable and pending bits are set.
www.national.com49
Page 50
10.0 Interrupts (Continued)
An interrupt is an asychronous event which may occur before, during, or after an instruction cycle. Any interrupt which
occurs during the execution of an instruction is not acknowledged until the start of the next normally executed instruction. If the next normally executed instruction is to be
skipped, the skip is performed before the pending interrupt is
acknowledged.
At the start of interrupt acknowledgment, the following ac-
COP8CBE9/CCE9/CDE9
tions occur:
1. The GIE bit is automatically reset to zero,preventing any
subsequent maskable interrupt frominterrupting the current service routine. This feature prevents one maskable
interrupt from interrupting another one being serviced.
2. The address of the instruction about to be executed is
pushed onto the stack.
3. The program counter (PC) is loaded with 00FF Hex,
causing a jump to that program memory location.
The device requires seven instruction cycles to perform the
actions listed above.
If the user wishes to allow nested interrupts, the interrupts
service routine may set the GIEbit to1 bywriting to thePSW
register,and thusallow othermaskable interruptsto interrupt
the current service routine. If nested interrupts are allowed,
caution must be exercised. The user must write the program
in such a way as to prevent stack overflow, loss of saved
context information, and other unwanted conditions.
The interrupt service routine stored at location 00FF Hex
should use the VIS instruction to determine the cause of the
interrupt, and jump to the interrupt handling routine corresponding to the highest priority enabled and active interrupt.
Alternately, the user may choose to poll all interrupt pending
and enable bits to determine the source(s) of the interrupt. If
more than one interrupt is active, the user’s program must
decide which interrupt to service.
Within a specific interrupt service routine, the associated
pending bit should be cleared.This is typically done as early
as possible in the service routine in order to avoid missing
the next occurrence of the same type of interrupt event.
Thus, if the same event occurs a second time,even while the
first occurrence is still being serviced, the second occurrence will be serviced immediately upon return from the
current interrupt routine.
An interrupt service routine typically ends with an RETI
instruction. This instruction set the GIE bit back to 1, pops
the address stored on the stack,and restores thataddress to
the program counter.Program execution then proceeds with
the next instruction that would have been executed had
there been no interrupt. If there are any valid interrupts
pending, the highest-priority interrupt is serviced immediately upon return from the previous interrupt.
Note: While executing from the Boot ROM for ISP or virtual
E2 operations, the hardware will disable interrupts from occurring. The hardware will leave the GIE bit in its current
state, and if set, the hardware interrupts will occur when
execution is returned to Flash Memory. Subsequent interrupts, during ISP operation, from the same interrupt source
will be lost.
10.3 VIS INSTRUCTION
The general interrupt service routine,which startsat address
00FF Hex, must be capable of handling all types of interrupts. The VIS instruction, together with an interrupt vector
table, directs the device to the specific interrupt handling
routine based on the cause of the interrupt.
VIS is a single-byte instruction, typically used at the very
beginning of the general interrupt service routine at address
00FF Hex, or shortly after that point, just after the code used
for context switching. The VIS instruction determines which
enabled and pending interrupt has the highest priority, and
causes an indirect jump to the address corresponding to that
interrupt source. The jump addresses (vectors) for all possible interrupts sources are stored in a vector table.
The vector table may be as longas 32 bytes(maximum of 16
vectors) and resides at the top of the 256-byte block containing the VIS instruction. However, if the VIS instruction is
at the very top of a 256-byte block (such as at 00FF Hex),
the vector table resides at the topof the next 256-byte block.
Thus, if the VIS instruction is located somewhere between
00FF and 01DF Hex (the usual case), the vector table is
located between addresses 01E0 and 01FF Hex. If the VIS
instruction is located between 01FF and 02DF Hex, then the
vector table is located between addresses 02E0 and 02FF
Hex, and so on.
Each vector is 15 bits long and points to the beginning of a
specific interrupt service routine somewhere in the 32-kbyte
memory space. Each vector occupies twobytes ofthe vector
table, with the higher-order byte at the lower address. The
vectors are arranged in order of interrupt priority. The vector
of the maskable interrupt with the lowest rank is located to
0yE0 (higher-order byte) and 0yE1 (lower-order byte). The
next priority interrupt is located at 0yE2 and 0yE3, and so
forth in increasing rank. The Software Trap has the highest
rand and its vector is always located at 0yFE and 0yFF. The
number of interrupts which can become active defines the
size of the table.
Table 29
tion ranking, and the locations of the corresponding vectors
in the vector table.
The vector table should befilled bythe userwith thememory
locations of the specific interrupt service routines. For example, if the Software Trap routine is located at 0310 Hex,
then the vector location 0yFE and -0yFF should contain the
data 03 and 10 Hex, respectively. When a Software Trap
interrupt occurs and the VIS instruction is executed, the
program jumps to the address specified in the vector table.
The interrupt sources in the vector table are listed in order of
rank, from highest to lowest priority. If two or more enabled
and pending interrupts are detected at the same time, the
one with the highest priority is serviced first. Upon return
from the interrupt service routine, the next highest-level
pending interrupt is serviced.
If the VIS instruction is executed, but no interrupts are enabled and pending, the lowest-priority interrupt vector is
used, and a jump is made to the corresponding address in
the vector table. This is an unusual occurrence and may be
the result of an error. It can legitimately result from a change
in the enable bits or pending flags prior to the execution of
the VIS instruction, such as executing a single cycle instruction which clears an enable flag at the same time that the
pending flag is set. It can also result, however, from inadvertent execution of the VIS command outside of the context
of an interrupt.
shows the types of interrupts, the interrupt arbitra-
www.national.com50
Page 51
10.0 Interrupts (Continued)
The default VIS interrupt vector can be useful for applications in which time critical interrupts can occur during the
servicing of another interrupt. Rather than restoring the program context (A, B, X, etc.) and executing the RETI instruction, an interrupt service routine can be terminated by returning to the VIS instruction. In this case, interrupts will be
serviced in turn until no further interrupts are pending and
the default VIS routine is started. After testing the GIE bit to
ensure that execution is not erroneous, the routine should
restore the program context and execute the RETI to return
to the interrupted program.
This technique can save up to fifty instruction cycles (t
more, (50 µs at 10 MHz oscillator) of latency for pending
C
), or
To ensure reliable operation, the user should always use the
VIS instruction to determine the source of an interrupt. Although it is possible to poll the pending bits to detect the
source of an interrupt, this practiceis not recommended.The
use of polling allows the standard arbitration ranking to be
altered, but the reliability of the interrupt system is compromised. The polling routine must individually test the enable
and pending bits of each maskable interrupt. If a Software
Trap interrupt should occur, it will be serviced last, even
though it should have the highest priority. Under certain
conditions, a Software Trap could be triggered but not serviced, resulting in an inadvertent “locking out” of all
maskable interrupts by the Software Trap pending flag.
Problems such as this can be avoided by using VIS
instruction.
interrupts with a penalty of fewer than ten instruction cycles
if no further interrupts are pending.
Note 20: y is a variable which represents the VIS block. VIS and the vector table must be located in the same 256-byte block except if VIS is located at the last
address of a block. In this case, the table must be in the next block.
10.3.1 VIS Execution
When the VIS instruction is executed it activates the arbitration logic. The arbitration logic generates an even number
between E0 and FE (E0, E2, E4, E6 etc....) depending on
which active interrupt has the highest arbitration ranking at
the time of the 1st cycle of VIS is executed. For example, if
the software trap interrupt is active, FE is generated. If the
external interrupt is active and the software trap interrupt is
not, then FA is generated and so forth. If no active interrupt
is pending, than E0 is generated. This number replaces the
lower byte of the PC. The upper byte of the PC remains
unchanged. The new PC is therefore pointingto thevector of
the active interrupt with the highest arbitration ranking. This
vector is read from program memory and placed into the PC
which is now pointed to the 1st instruction of the service
routine of the active interrupt with the highest arbitration
ranking.
Figure 30
instruction.
illustrates the differentsteps performed by the VIS
Figure 31
shows a flowchart for the VIS instruc-
tion.
The non-maskable interrupt pending flag is cleared by the
RPND (Reset Non-Maskable Pending Bit) instruction (under
certain conditions) and upon RESET.
www.national.com51
Page 52
10.0 Interrupts (Continued)
COP8CBE9/CCE9/CDE9
20022533
FIGURE 30. VIS Operation
10.4 NON-MASKABLE INTERRUPT
10.4.1 Pending Flag
There is a pending flag bit associated with the non-maskable
Software Trap interrupt, called STPND. This pending flag is
not memory-mapped and cannotbe accessed directly by the
software.
The pending flag is reset to zero when a device Reset
occurs. When the non-maskable interrupt occurs, the associated pending bit is set to 1. The interrupt service routine
should contain an RPND instruction to reset the pending flag
to zero. The RPND instruction always resets the STPND
flag.
10.4.2 Software Trap
The Software Trap is a special kind of non-maskable interrupt which occurs when the INTR instruction (used to acknowledge interrupts) is fetched from program memory and
placed in the instruction register. This can happen in a
variety of ways, usually because of an error condition. Some
examples of causes are listed below.
If the program counter incorrectly points to a memory location beyond the programmed Flash memory space, the unused memory location returns zeros which is interpreted as
the INTR instruction.
A Software Trap can be triggered by a temporary hardware
condition such as a brownout or power supply glitch.
The Software Trap has the highest priority of all interrupts.
When a Software Trap occurs, the STPND bit isset. The GIE
bit is not affected and the pending bit (not accessible by the
user) is used to inhibit other interrupts and to direct the
program to the ST service routine with the VIS instruction.
Nothing can interrupt a Software Trapservice routine except
for another Software Trap. The STPND can be reset only by
the RPND instruction or a chip Reset.
The Software Trap indicates an unusual or unknown error
condition. Generally, returning to normal execution at the
point where the Software Trap occurred cannot be done
reliably.Therefore, the Software Trap service routine should
re-initialize the stack pointer and perform a recovery procedure that re-starts the software at some known point, similar
to a device Reset, but not necessarily performing all the
same functions as a device Reset. The routine must also
execute the RPND instruction to reset the STPND flag.
Otherwise, all other interrupts will be locked out. To the
extent possible, the interrupt routine should record or indicate the context of the device so that the cause of the
Software Trap can be determined.
If the user wishes to return to normal execution from the
point at which the Software Trap was triggered, the user
must first execute RPND, followed by RETSK rather than
RETI or RET. This is because the return address stored on
the stack is the addressof theINTR instruction that triggered
the interrupt. The program must skip that instruction in order
to proceed with the next one. Otherwise, an infinite loop of
Software Traps and returns will occur.
Programming a return to normal execution requires careful
consideration. If the Software Trap routine is interrupted by
another Software Trap, the RPND instruction in the service
routine for the second Software Trap will reset the STPND
flag; upon return to the first Software Trap routine, the
STPND flag will have the wrong state. This will allow
maskable interrupts to be acknowledged duringthe servicing
of the first Software Trap.Toavoid problemssuch as this, the
www.national.com52
Page 53
10.0 Interrupts (Continued)
user program should contain the Software Trap routine to
perform a recovery procedure rather than a return to normal
execution.
Under normal conditions, the STPND flag is reset by a
RPND instruction in the Software Trap service routine. If a
COP8CBE9/CCE9/CDE9
programming error or hardware condition (brownout, power
supply glitch, etc.) sets the STPND flag without providing a
way for it to be cleared, all other interrupts will be locked out.
To alleviate this condition, the user can use extra RPND
instructions in the main program and in the Watchdog service routine (if present). There is no harm in executing extra
RPND instructions in these parts of the program.
FIGURE 31. VIS Flow Chart
Programming Example: External Interrupt
PSW=00EF
CNTRL=00EE
RBIT0,PORTGC
RBIT0,PORTGD; G0 pin configured Hi-Z
SBITIEDG, CNTRL; Ext interrupt polarity; falling edge
SBITGIE, PSW; Set the GIE bit
SBITEXEN, PSW; Enable the external interrupt
WAIT:JPWAIT; Wait for external interrupt
.
.
.
.=0FF; The interrupt causes a
VIS; branch to address 0FF
; The VIS causes a branch to
; interrupt vector table
.
.
.
.=01FA; Vector table (within 256 byte
.ADDRW SERVICE; of VIS inst.) containing the ext
; interrupt service routine
.
.
20022534
www.national.com53
Page 54
10.0 Interrupts (Continued)
.
COP8CBE9/CCE9/CDE9
www.national.com54
Page 55
10.0 Interrupts (Continued)
SERVICE:; Interrupt Service Routine
RBIT,EXPND,PSW; Reset ext interrupt pend. bit
.
.
.
RET I; Return, set the GIE bit
10.5 PORT L INTERRUPTS
Port L provides the user with an additional eight fully selectable, edge sensitive interrupts which are all vectored into the
same service subroutine.
The interrupt from Port L shares logic with the wake-up
circuitry. The register WKEN allows interrupts from Port L to
be individually enabled or disabled. The register WKEDG
specifies the trigger condition to be either a positive or a
negative edge. Finally, the register WKPND latches in the
pending trigger conditions.
The GIE (Global Interrupt Enable) bit enables the interrupt
function.
A control flag, LPEN, functions as a global interrupt enable
for Port L interrupts. Setting the LPEN flag will enable interrupts and vice versa. A separate global pending flag is not
needed since the register WKPND is adequate.
Since Port L is also used for waking the device out of the
HALTor IDLE modes, the user can elect to exit the HALTor
IDLE modes either with orwithout theinterrupt enabled. If he
elects to disable the interrupt, then the device will restart
execution from the instruction immediately following the instruction that placed the microcontroller in the HALT or IDLE
modes. In the other case, the device will first execute the
interrupt service routine and then revert to normal operation.
(See HALT MODE for clock option wake-up information.)
10.6 INTERRUPT SUMMARY
The device uses the following types of interrupts, listed
below in order of priority:
1. The Software Trap non-maskable interrupt, triggered by
the INTR (00 opcode) instruction. The Software Trap is
acknowledged immediately. This interrupt service routine can be interrupted only by another Software Trap.
The Software Trap should end with two RPND instructions followed by a re-start procedure.
2. Maskable interrupts, triggered by an on-chip peripheral
block or an external device connected to the device.
Under ordinary conditions, a maskable interrupt will not
interrupt any other interrupt routine in progress. A
maskable interrupt routine in progress can be interrupted by the non-maskable interrupt request. A
maskable interrupt routine should end with an RETI
instruction or, prior to restoring context, should return to
execute the VIS instruction. This is particularly useful
when exiting long interrupt service routines if the time
between interrupts is short. In this casethe RETI instruction would only be executed when the default VIS routine is reached.
3. While executing from the Boot ROM for ISP or virtual E2
operations, the hardware will disable interrupts from occurring. The hardware will leave the GIE bit in its current
state, and if set, the hardware interrupts will occur when
execution is returned to Flash Memory. Subsequent interrupts, during ISP operation, from the same interrupt
source will be lost.
11.0 WATCHDOG/CLOCK
MONITOR
The devices contain a user selectable WATCHDOG and
clock monitor. The following section is applicable only if the
WATCHDOG feature has been selected in the Option register.The WATCHDOG is designed to detect the user program
getting stuck in infinite loops resulting in loss of program
control or “runaway” programs.
The WATCHDOG logic contains two separate service windows. While the user programmable upper window selects
the WATCHDOG service time, the lower window provides
protection against an infinite program loop that contains the
WATCHDOG service instruction. The WATCHDOG uses the
Idle Timer (T0) and thus all times are measured in Idle Timer
Clocks.
The Clock Monitor is used to detectthe absence ofa clock or
a very slow clock below a specified rate on t
The WATCHDOG consists of two independent logic blocks:
WD UPPER and WD LOWER. WD UPPER establishes the
upper limit on the service window and WD LOWER defines
the lower limit of the service window.
Servicing the WATCHDOG consists of writing a specific
value to a WATCHDOG Service Register named WDSVR
which is memory mapped in the RAM. This value is composed of three fields, consisting of a 2-bit Window Select, a
5-bit Key Data field, and the 1-bit Clock Monitor Select field.
Table 28
The lower limit of the service window is fixed at 2048 Idle
Timer Clocks. Bits 7 and 6 of the WDSVR register allow the
user to pick an upper limit of the service window.
Table 29
upper limits for the WATCHDOG service window. This flexibility in choosing the WATCHDOG service window prevents
any undue burden on the user software.
Bits 5, 4, 3, 2 and 1 of the WDSVR register represent the
5-bit Key Data field. The key data is fixed at 01100. Bit 0 of
the WDSVR Register is the Clock Monitor Select bit.
shows the WDSVR register.
TABLE 28. WATCHDOG Service Register (WDSVR)
Window
Service Window
for High Speed Mode
(Lower-Upper Limits)
Service Window
for Dual Clock & Low Speed Modes
(Lower-Upper Limits)
Cycles2048-8k Cycles of 32 kHz Clk
C
Cycles2048-16k Cycles of LS 32 kHz Clk
C
Cycles2048-32k Cycles of LS 32 kHz Clk
C
Cycles2048-64k Cycles of LS 32 kHz Clk
C
11.1 CLOCK MONITOR
The Clock Monitor aboard the device can be selected or
deselected under program control. The Clock Monitor is
guaranteed not to reject the clock if the instruction cycle
clock (1/t
) is greater or equal to 5 kHz. This equates to a
C
clock input rate on the selected oscillator of greater or equal
to 25 kHz.
11.2 WATCHDOG/CLOCK MONITOR OPERATION
The WATCHDOG is enabled by bit 2 of the Option register.
When this Option bit is 0, the WATCHDOG is enabled and
pin G1 becomes the WATCHDOG output with a weak pullup.
The WATCHDOG and Clock Monitor are disabled during
reset. The device comes out of reset with the WATCHDOG
armed, the WATCHDOG Window Select bits (bits 6, 7 of the
WDSVR Register) set, and the Clock Monitor bit (bit 0 of the
WDSVR Register) enabled. Thus, a Clock Monitor error will
occur after coming out of reset, if the instruction cycle clock
frequency has not reached a minimum specified value, including the case where the oscillator fails to start.
The WDSVR register can be written to only once after reset
and the key data (bits 5 through 1 of the WDSVR Register)
must match to be a valid write. This write to the WDSVR
register involves two irrevocable choices: (i) the selection of
the WATCHDOG service window (ii) enabling or disabling of
the Clock Monitor. Hence, the first write to WDSVR Register
involves selecting or deselecting the Clock Monitor, select
the WATCHDOG service window and match the WATCHDOG key data. Subsequent writes to the WDSVR register
will compare the value being written by the user to the
WATCHDOG service window value, the key data and the
Clock Monitor Enable (all bits) inthe WDSVRRegister.
30
shows the sequence of events that can occur.
Table
The user must service the WATCHDOG at least once before
the upper limit of the service window expires. The
WATCHDOG may not be serviced more than once in every
lower limit of the service window.
TABLE 30. WATCHDOG Service Actions
Key
Data
Window
Data
Clock
Monitor
MatchMatchMatchValid Service: Restart Service Window
When jumping to the boot ROM for ISP and virtual E2
operations, the hardware will disable the lower window error
and perform an immediate WATCHDOG service. The ISP
routines will service the WATCHDOG within the selected
upper window. The ISP routines will service the WATCHDOG immediately prior to returning execution back to the
user’s code in flash. Therefore, after returning to flash
memory, the user can service the WATCHDOG anytime
following the return from boot ROM, but mustservice it within
the selected upper window to avoid a WATCHDOG error.
The WATCHDOG has an output pin associated with it. This
is the WDOUT pin, on pin 1 of the port G. WDOUT is active
low. The WDOUT pin has a weak pull-up in the inactive
state. Upon triggering the WATCHDOG, the logic will pull the
WDOUT (G1) pin low for an additional16–32 cycles after the
signal level on WDOUT pin goes below the lower Schmitt
trigger threshold. After this delay, the device will stop forcing
the WDOUT output low. The WATCHDOG service window
will restart when the WDOUT pin goes high.
AWATCHDOGservice whilethe WDOUTsignal is activewill
be ignored. The state of the WDOUT pin is not guaranteed
on reset, but if it powers up low then the WATCHDOG will
time out and WDOUT will go high.
The Clock Monitor forces the G1 pin low upon detecting a
clock frequency error. The Clock Monitor error will continue
until the clock frequency has reached theminimum specified
value, after which the G1 output will go high following 16–32
clock cycles. The Clock Monitor generates a continual Clock
Monitor error if the oscillator fails to start, or fails to reach the
minimum specified frequency.The specificationfor theClock
Monitor is as follows:
>
1/t
5 kHz—No clock rejection.
C
<
1/t
10 Hz—Guaranteed clock rejection.
C
Action
www.national.com56
Page 57
11.0 WATCHDOG/CLOCK
MONITOR
11.3 WATCHDOG AND CLOCK MONITOR SUMMARY
The following salient points regarding the WATCHDOG and
CLOCK MONITOR should be noted:
Both the WATCHDOG and CLOCK MONITOR detector
•
circuits are inhibited during RESET.
Following RESET, the WATCHDOG and CLOCK MONI-
•
TOR are both enabled, with the WATCHDOG having the
maximum service window selected.
The WATCHDOG service window and CLOCK MONI-
•
TOR enable/disable option can only be changed once,
during the initial WATCHDOG service following RESET.
The initial WATCHDOG service must match the key data
•
value in the WATCHDOG Service register WDSVR in
order to avoid a WATCHDOG error.
Subsequent WATCHDOG services must match all three
•
data fields in WDSVR in order to avoid WATCHDOG
errors.
The correct key data value cannot be read from the
•
WATCHDOG Service register WDSVR. Any attempt to
read this key data value of 01100 from WDSVR will read
as key data value of all 0’s.
The WATCHDOG detector circuit is inhibited during both
•
the HALT and IDLE modes.
The CLOCK MONITOR detector circuit is active during
•
both the HALT and IDLE modes. Consequently, the device inadvertently entering the HALT mode will be detected as a CLOCK MONITOR error (provided that the
CLOCK MONITOR enable option has been selected by
the program). Likewise, a device with WATCHDOG enabled in the Option but with the WATCHDOG output not
connected to RESET, will draw excessive HALT current if
placed in the HALT mode. The clock Monitor will pull the
WATCHDOG output low and sink current through the
on-chip pull-up resistor.
The WATCHDOG service window will be set to its se-
•
lected value from WDSVR followingHALT. Consequently,
the WATCHDOGshould not be serviced for at least 2048
Idle Timer clocks following HALT, but must be serviced
within the selected window to avoid a WATCHDOG error.
The IDLE timer T0 is not initialized with external RESET.
•
The user can sync in to the IDLE counter cycle with an
•
IDLE counter (T0) interrupt or by monitoring the T0PND
flag. The T0PND flag is set whenever the selected bit of
the IDLE counter toggles (every 4, 8, 16, 32 or 64k Idle
Timer clocks). The user is responsible for resetting the
T0PND flag.
A hardware WATCHDOG service occurs just as the de-
•
vice exits the IDLE mode. Consequently, the
WATCHDOG should not beserviced forat least 2048Idle
Timer clocks following IDLE, but must be serviced within
the selected window to avoid a WATCHDOG error.
Following RESET, the initial WATCHDOG service (where
•
the service window and the CLOCK MONITOR enable/
disable must be selected) may be programmed anywhere within the maximum service window (65,536 instruction cycles) initialized by RESET. Notethat thisinitial
WATCHDOG service may be programmed within the initial 2048 instruction cycles without causing a
WATCHDOG error.
(Continued)
When using any of the ISP functions in Boot ROM, the
•
ISP routines will service the WATCHDOG within the selected upper window. Upon return to flash memory, the
WATCHDOG is serviced, the lower window is enabled,
and the user can service the WATCHDOG anytime following exit from Boot ROM, but must service it within the
selected upper window to avoid a WATCHDOG error.
11.4 DETECTION OF ILLEGAL CONDITIONS
The device can detect various illegal conditions resulting
from coding errors, transient noise, power supply voltage
drops, runaway programs, etc.
Reading of unprogrammed ROM gets zeros.The opcode for
software interrupt is 00. If the program fetches instructions
from unprogrammed ROM, this will force a software interrupt, thus signaling that an illegal condition has occurred.
The subroutine stack grows down for each call (jump to
subroutine), interrupt, or PUSH, and grows up for each
return or POP. The stack pointeris initialized toRAM location
06F Hex during reset. Consequently, if there are more returns than calls, the stack pointer will point to addresses 070
and 071 Hex (which are undefined RAM). Undefined RAM
from addresses 070 to 07F (Segment 0), and all other segments (i.e., Segments 4... etc.) is read as all 1’s, which in
turn will cause the program to return to address 7FFF Hex.
This location is unimplemented and, when accessed by an
instruction fetch, will respond with an INTR instruction (all
0’s) to generate a software interrupt, signalling an illegal
condition on overpop of the stack.
Thus, the chip can detect the following illegal conditions:
1. Executing from undefined Program Memory
2. Over “POP”ing the stack by having more returns than
calls.
When the software interrupt occurs, the user can re-initialize
the stack pointer and do a recoveryprocedure before restarting (this recovery program is probably similar to that following reset, but might not contain the same program initialization procedures). The recovery program should reset the
software interrupt pending bit using the RPND instruction.
12.0 MICROWIRE/PLUS
MICROWIRE/PLUS is a serial SPI compatible synchronous
communications interface. The MICROWIRE/PLUS capability enables the device to interface with MICROWIRE/PLUS
or SPI peripherals (i.e. A/D converters, display drivers,
EEPROMs etc.) and with other microcontrollers which support the MICROWIRE/PLUS or SPI interface. It consists of
an 8-bit serial shift register (SIO) with serial data input (SI),
serial data output (SO) and serial shift clock (SK).
shows a block diagram of the MICROWIRE/PLUS logic.
The shift clock can be selectedfrom eitheran internalsource
or an external source. Operating the MICROWIRE/PLUS
arrangement with the internal clock source is called the
Master mode of operation. Similarly, operating the
MICROWIRE/PLUS arrangement with anexternal shift clock
is called the Slave mode of operation.
The CNTRL register is used to configure and control the
MICROWIRE/PLUS mode. To use the MICROWIRE/PLUS,
the MSEL bit in the CNTRL register is set to one. In the
master mode, the SK clock rate is selected by the two bits,
SL0 and SL1, in the CNTRL register.
different clock rates that may be selected.
Table 31
Figure 32
details the
COP8CBE9/CCE9/CDE9
www.national.com57
Page 58
12.0 MICROWIRE/PLUS (Continued)
TABLE 31. MICROWIRE/PLUS
Master Mode Clock Select
SL1SL0SK Period
002xt
014xt
1x8xt
Where tCis the instruction cycle clock
COP8CBE9/CCE9/CDE9
12.1 MICROWIRE/PLUS OPERATION
Setting the BUSY bit in the PSW register causes the
MICROWIRE/PLUS to start shifting the data. It gets reset
when eight data bits have been shifted. The user may reset
the BUSY bit by software to allow less than 8 bits to shift. If
enabled, an interrupt is generated when eight data bits have
been shifted. The device may enter the MICROWIRE/PLUS
mode either as aMaster or as a Slave.
two microcontroller devices and several peripherals may be
interconnected using the MICROWIRE/PLUS arrangements.
Warning:
The SIO register should only be loaded whenthe SK clock is
in the idle phase. Loading the SIO register whilethe SK clock
is in the active phase, will result in undefined data in the SIO
register.
Setting the BUSY flag when the input SK clock is in the
active phase while in the MICROWIRE/PLUS is in the slave
mode may cause the current SK clock for the SIO shift
register to be narrow. For safety, the BUSY flag should only
be set when the input SK clock is in the idle phase.
12.1.1 MICROWIRE/PLUS Master Mode Operation
In the MICROWIRE/PLUS Master mode of operation the
shift clock (SK) is generated internally. The MICROWIRE/
PLUS Master always initiates all data exchanges. The MSEL
bit in the CNTRL register must be set to enable the SO and
Figure 32
C
C
C
shows how
SK functions onto theG Port.The SO and SK pins mustalso
be selected as outputs by setting appropriate bits in the Port
G configuration register. In the slave mode, the shift clock
stops after 8 clock pulses.
Table 32
summarizes the bit
settings required for Master mode of operation.
12.1.2 MICROWIRE/PLUS Slave Mode Operation
In the MICROWIRE/PLUS Slave mode of operation the SK
clock is generated by an external source. Setting the MSEL
bit in the CNTRL register enables the SO and SK functions
onto the G Port. The SK pin must be selected as an input
and the SO pin is selected as an output pin by setting and
resetting the appropriate bits in the Port G configuration
register.
Table 32
summarizes the settings required to enter
the Slave mode of operation.
TABLE 32. MICROWIRE/PLUS Mode Settings
This table assumes that the control flag MSEL is set.
G4 (SO)G5 (SK)G4G5
Config. BitConfig. BitFun.Fun.
11SOInt. MICROWIRE/PLUS
SK Master
01TRI-Int. MICROWIRE/PLUS
STATESK Master
10SOExt. MICROWIRE/PLUS
SK Slave
00TRI-Ext. MICROWIRE/PLUS
STATESK Slave
Operation
The user must set the BUSY flag immediately upon entering
the Slave mode. This ensures that all data bits sent by the
Master is shifted properly.After eight clock pulses the BUSY
flag is clear, the shift clock is stopped, and the sequence
may be repeated.
FIGURE 32. MICROWIRE/PLUS Application
12.1.3 Alternate SK Phase Operation and SK Idle
Polarity
The device allows either the normal SK clock or an alternate
phase SK clock to shift data in and out of the SIO register.In
www.national.com58
20022535
both the modes theSK idle polarity can be eitherhigh or low.
The polarity is selected by bit 5 of Port G data register.In the
normal mode data is shifted in on the rising edge of the SK
clock and the data is shifted out on the falling edge of the SK
Page 59
12.0 MICROWIRE/PLUS (Continued)
clock. The SIO register is shifted on each falling edge of the
SK clock. In the alternateSK phaseoperation, data is shifted
in on the falling edge of the SK clock and shifted out on the
rising edge of the SK clock. Bit 6 of Port G configuration
A control flag, SKSEL, allows either the normal SK clock or
the alternate SK clock to be selected. Refer to
Table 33
the appropriate setting of the SKSEL bit. The SKSEL is
mapped into the G6 configuration bit. The SKSEL flag will
power up in the reset condition, selecting the normal SK
signal provided the SK Idle Polarity remains LOW.
register selects the SK edge.
TABLE 33. MICROWIRE/PLUS Shift Clock Polarity and Sample/Shift Phase
FIGURE 33. MICROWIRE/PLUS SPI Mode Interface Timing, Normal SK Mode, SK Idle Phase being Low
20022537
FIGURE 34. MICROWIRE/PLUS SPI Mode Interface Timing, Alternate SK Mode, SK Idle Phase being Low
20022538
FIGURE 35. MICROWIRE/PLUS SPI Mode Interface Timing, Normal SK Mode, SK Idle Phase being High
www.national.com59
Page 60
12.0 MICROWIRE/PLUS (Continued)
COP8CBE9/CCE9/CDE9
FIGURE 36. MICROWIRE/PLUS SPI Mode Interface Timing, Alternate SK Mode, SK Idle Phase being High
20022539
13.0 Memory Map
All RAM, ports and registers (exceptA and PC) are mapped
into data memory address space.
Address
S/ADD REG
0000 to 006FOn-Chip RAM bytes (112 bytes)
0070 to 007FUnused RAM Address Space (Reads As
All Ones)
xx80 to xx8FUnused RAM Address Space (Reads
Undefined Data)
xx90 to xx9FReserved
xxA0Port A Data Register
xxA1Port A Configuration Register
xxA2Port A Input Pins (Read Only)
xxA3Reserved for Port A
xxA4Port B Data Register
xxA5Port B Configuration Register
xxA6Port B Input Pins (Read Only)
xxA7Reserved for Port B
xxA8ISP Address Register Low Byte
(ISPADLO)
xxA9ISP Address Register High Byte
(ISPADHI)
xxAAISP Read Data Register (ISPRD)
xxABISP Write Data Register (ISPWR)
xxACReserved
xxADReserved
xxAEReserved
xxAFHigh Speed Timers Control Register
(HSTCR)
xxB0 to xxB7Reserved
xxB8USART Transmit Buffer (TBUF)
xxB9USART Receive Buffer (RBUF)
xxBAUSART Control and Status Register
Byte
xxC6Timer T2 Control Register
xxC7WATCHDOG Service Register
(Reg:WDSVR)
xxC8MIWU Edge Select Register
(Reg:WKEDG)
xxC9MIWU Enable Register (Reg:WKEN)
xxCAMIWU Pending Register (Reg:WKPND)
xxCBA/D Converter Control Register (ENAD)
xxCCA/D Converter Result Register High Byte
(ADRSTH)
xxCDA/D Converter Result Register Low Byte
(ADRSTL)
xxCEReserved
xxCFIdle Timer Control Register (ITMR)
xxD0Port L Data Register
xxD1Port L Configuration Register
xxD2Port L Input Pins (Read Only)
xxD3Reserved for Port L
xxD4Port G Data Register
xxD5Port G Configuration Register
xxD6Port G Input Pins (Read Only)
Contents
www.national.com60
Page 61
13.0 Memory Map (Continued)
Address
S/ADD REG
xxD7 to xxDB Reserved
xxDCPort H Data Register
xxDDPort H Configuration Register
xxDEPort H Input Pins (Read Only)
xxDFReserved for Port H
xxE0Reserved
xxE1Flash Memory Write Timing Register
Byte
xxEECNTRL Control Register
xxEFPSW Register
xxF0 to FBOn-Chip RAM Mapped as Registers
xxFCX Register
xxFDSP Register
xxFEB Register
xxFFS Register
0100 to 017FOn-Chip 128 RAM Bytes
Note: Reading memory locations 0070H–007FH (Segment 0) will return all
ones. Reading unused memory locations 0080H–0093H (Segment 0)
will return undefined data. Reading memory locations from other Segments (i.e., Segment 8, Segment 9, … etc.) will return undefined data.
Contents
14.0 Instruction Set
14.1 INTRODUCTION
This section defines the instruction set of the COP8 Family
members. It contains information about the instruction set
features, addressing modes and types.
14.2 INSTRUCTION FEATURES
The strength of the instruction set is based on the following
features:
Mostly single-byte opcode instructions minimize program
•
size.
One instruction cycle for the majority of single-byte in-
•
structions to minimize program execution time.
Many single-byte, multiple function instructions such as
•
DRSZ.
Three memory mapped pointers: two for register indirect
•
addressing, and one for the software stack.
Sixteen memory mapped registers that allow an opti-
•
mized implementation of certain instructions.
Ability to set, reset, and test any individual bit in data
•
memory address space, including the memory-mapped
I/O ports and registers.
Register-Indirect LOAD and EXCHANGE instructions
•
with optional automatic post-incrementing or decrementing of the register pointer. This allows for greater efficiency (both in cycle time and program code) in loading,
walking across and processing fields in data memory.
Unique instructions to optimize program size and
•
throughput efficiency. Some of these instructions are:
DRSZ, IFBNE, DCOR, RETSK, VIS and RRC.
14.3 ADDRESSING MODES
The instruction set offers a variety of methods for specifying
memory addresses. Each method is called an addressing
mode. These modes are classified into two categories: operand addressing modes and transfer-of-control addressing
modes. Operand addressing modes are the various methods of specifying an address for accessing (reading or writing) data. Transfer-of-control addressing modes are used in
conjunction with jump instructions to control the execution
sequence of the software program.
14.3.1 Operand Addressing Modes
The operand of an instruction specifies what memory location is to be affected by that instruction. Several different
operand addressing modes are available, allowing memory
locations to be specified in a variety of ways. An instruction
can specify an address directly by supplying the specific
address, or indirectly by specifying a register pointer. The
contents of the register (or in some cases, two registers)
point to the desired memory location. In the immediate
mode, the data byte tobe usedis containedin theinstruction
itself.
Each addressing mode has its own advantages and disadvantages with respect to flexibility, execution speed, and
program compactness. Not all modes are available with all
instructions. The Load (LD) instruction offers the largest
number of addressing modes.
The available addressing modes are:
Direct
•
Register B or X Indirect
•
Register B or X Indirect with Post-Incrementing/
•
Decrementing
Immediate
•
Immediate Short
•
Indirect from Program Memory
•
The addressing modes are described below. Each description includes an example of an assembly language instruction using the described addressing mode.
Direct. The memory address isspecified directlyas a byte in
the instruction. In assembly language, the direct address is
written as a numerical value (ora label thathas been defined
elsewhere in the program as a numerical value).
Example: Load Accumulator Memory Direct
LD A,05
COP8CBE9/CCE9/CDE9
www.national.com61
Page 62
14.0 Instruction Set (Continued)
Reg/DataContentsContents
MemoryBeforeAfter
AccumulatorXX HexA6 Hex
Memory Location
0005 Hex
Register B or X Indirect. The memory address is specified
COP8CBE9/CCE9/CDE9
by the contents of the B Register or X register (pointer
register). In assembly language, the notation [B] or [X] specifies which register serves as the pointer.
Example: Exchange Memory with Accumulator, B Indirect
X A,[B]
Reg/DataContentsContents
MemoryBeforeAfter
Accumulator01 Hex87 Hex
Memory Location
0005 Hex
B Pointer05 Hex05 Hex
Register B or X Indirect with Post-Incrementing/
Decrementing. The relevant memory address is specified
by the contents of the B Register or X register (pointer
register). The pointer register is automatically incremented
or decremented after execution, allowing easy manipulation
of memory blocks with software loops. In assembly language, the notation [B+], [B−], [X+], or [X−] specifies which
register serves as the pointer, and whether the pointer is to
be incremented or decremented.
Example: Exchange Memory with Accumulator, B Indirect
with Post-Increment
X A,[B+]
Reg/DataContentsContents
MemoryBeforeAfter
Accumulator03 Hex62 Hex
Memory Location
0005 Hex
B Pointer05 Hex06 Hex
Intermediate. The data for the operation follows the instruction opcode in program memory. In assembly language, the
number sign character (
Example: Load Accumulator Immediate
#
LD A,
05
Reg/DataContentsContents
MemoryBeforeAfter
AccumulatorXX Hex05 Hex
Immediate Short. This is a special case of an immediate
instruction. In the “Load B immediate” instruction, the 4-bit
immediate value in the instruction is loaded into the lower
nibble of the B register. The upper nibble of the B register is
reset to 0000 binary.
Example: Load B Register Immediate Short
#
LD B,
7
A6 HexA6 Hex
87 Hex01 Hex
62 Hex03 Hex
#
) indicates an immediate operand.
Reg/DataContentsContents
MemoryBeforeAfter
B Pointer12 Hex07 Hex
Indirect from Program Memory. This is a special case of
an indirect instruction that allows access to data tables
stored in program memory. In the “Load Accumulator Indirect” (LAID) instruction, the upper and lower bytes of the
Program Counter (PCU and PCL) are used temporarily as a
pointer to program memory. For purposes of accessing program memory, the contents of theAccumulator and PCL are
exchanged. The data pointed to by the Program Counter is
loaded into the Accumulator, and simultaneously,the original
contents of PCL are restored so that the program can resume normal execution.
Example: Load Accumulator Indirect
LAID
Reg/DataContentsContents
MemoryBeforeAfter
PCU04 Hex04 Hex
PCL35 Hex36 Hex
Accumulator1F Hex25 Hex
Memory Location
041F Hex
14.3.2 Tranfer-of-Control Addressing Modes
Program instructions are usually executed in sequential order. However, Jump instructions can be used to change the
normal execution sequence. Several transfer-of-control addressing modes are available to specify jump addresses.
A change in program flow requires a non-incremental
change in the Program Counter contents. The Program
Counter consists of two bytes, designated the upper byte
(PCU) and lower byte (PCL). The most significant bit of PCU
is not used, leaving 15 bits to address the program memory.
Different addressing modes are used to specify the new
address for the Program Counter. The choice of addressing
mode depends primarily on the distance of the jump. Farther
jumps sometimes require more instruction bytes in order to
completely specify the new Program Counter contents.
The available transfer-of-control addressing modes are:
Jump Relative
•
Jump Absolute
•
Jump Absolute Long
•
Jump Indirect
•
The transfer-of-control addressing modes are described below. Each description includes an example of a Jump instruction using a particular addressing mode, and the effect
on the Program Counter bytes of executing that instruction.
Jump Relative. In this 1-byte instruction, six bits of the
instruction opcode specify the distance of the jump from the
current program memory location. The distance of the jump
can range from −31 to+32. A JP+1 instruction is notallowed.
The programmer should use a NOP instead.
Example: Jump Relative
JP 0A
Reg
PCU02 Hex02 Hex
25 Hex25 Hex
ContentsContents
BeforeAfter
www.national.com62
Page 63
14.0 Instruction Set (Continued)
Reg
PCL05 Hex0F Hex
Jump Absolute. In this 2-byte instruction, 12 bits of the
instruction opcode specify the new contents of the Program
Counter. The upper three bits of the Program Counter remain unchanged, restricting the new Program Counter address to the same 4-kbyte address space as the current
instruction. (This restriction is relevant only in devices using
more than one 4-kbyte program memory space.)
Example: Jump Absolute
JMP 0125
Reg
PCU0C Hex01 Hex
PCL77 Hex25 Hex
Jump Absolute Long. In this 3-byte instruction, 15 bits of
the instruction opcode specify the new contents of the Program Counter.
Example: Jump Absolute Long
JMP 03625
Reg/ContentsContents
MemoryBeforeAfter
PCU42 Hex36 Hex
PCL36 Hex25 Hex
Jump Indirect. In this 1-byte instruction, the lower byte of
the jump address is obtained from a table stored in program
memory, with theAccumulator serving as the low order byte
of a pointer into program memory. For purposes of accessing program memory, the contents of the Accumulator are
written to PCL (temporarily). The data pointed to by the
Program Counter (PCH/PCL) is loaded into PCL, while PCH
remains unchanged.
Example: Jump Indirect
JID
Reg/ContentsContents
MemoryBeforeAfter
PCU01 Hex01 Hex
PCLC4 Hex32 Hex
Accumulator26 Hex26 Hex
Memory
Location32 Hex32 Hex
0126 Hex
The VIS instruction is a special case of the Indirect Transfer
of Control addressing mode, where the double-byte vector
associated with the interrupt is transferred from adjacent
addresses in program memory into the Program Counter in
order to jump to the associated interrupt service routine.
ContentsContents
BeforeAfter
ContentsContents
BeforeAfter
COP8CBE9/CCE9/CDE9
Some instructions test a condition and skip the next instruction if the condition is not true. Skipped instructions are
executed as no-operation (NOP) instructions.
14.4.1 Arithmetic Instructions
The arithmetic instructions perform binary arithmetic such as
addition and subtraction, with or without the Carry bit.
Add (ADD)
Add with Carry (ADC)
Subtract with Carry (SUBC)
Increment (INC)
Decrement (DEC)
Decimal Correct (DCOR)
Clear Accumulator (CLR)
Set Carry (SC)
Reset Carry (RC)
14.4.2 Transfer-of-Control Instructions
The transfer-of-control instructions change the usual sequential program flow by altering the contents of the Program Counter. The Jump to Subroutine instructions save the
Program Counter contents on the stack before jumping; the
Return instructions pop the top of the stack back into the
Program Counter.
Jump Relative (JP)
Jump Absolute (JMP)
Jump Absolute Long (JMPL)
Jump Indirect (JID)
Jump to Subroutine (JSR)
Jump to Subroutine Long (JSRL)
Jump to Boot ROM Subroutine (JSRB)
Return from Subroutine (RET)
Return from Subroutine and Skip (RETSK)
Return from Interrupt (RETI)
Software Trap Interrupt (INTR)
Vector Interrupt Select (VIS)
14.4.3 Load and Exchange Instructions
The load and exchange instructions write byte values in
registers or memory. The addressing mode determines the
source of the data.
The logical instructions perform the operations AND, OR,
and XOR (Exclusive OR). Other logical operations can be
performed by combining these basic operations. For example, complementing is accomplished by exclusive-ORing
the Accumulator with FF Hex.
Logical AND (AND)
Logical OR (OR)
Exclusive OR (XOR)
14.4 INSTRUCTION TYPES
The instruction set contains a wide variety of instructions.
The available instructions are listed below, organized into
related groups.
14.4.5 Accumulator Bit Manipulation Instructions
The Accumulator bit manipulation instructions allow the user
to shift the Accumulator bits and to swap its two nibbles.
Rotate Right Through Carry (RRC)
Rotate Left Through Carry (RLC)
www.national.com63
Page 64
14.0 Instruction Set (Continued)
Swap Nibbles of Accumulator (SWAP)
14.4.6 Stack Control Instructions
Push Data onto Stack (PUSH)
Pop Data off of Stack (POP)
14.4.7 Memory Bit Manipulation Instructions
The memory bit manipulation instructions allow the user to
COP8CBE9/CCE9/CDE9
set and reset individual bits in memory.
Set Bit (SBIT)
Reset Bit (RBIT)
Reset Pending Bit (RPND)
14.4.8 Conditional Instructions
The conditional instruction test a condition. If the condition is
true, the next instruction is executed in the normal manner; if
the condition is false, the next instruction is skipped.
If Equal (IFEQ)
If Not Equal (IFNE)
If Greater Than (IFGT)
If Carry (IFC)
If Not Carry (IFNC)
If Bit (IFBIT)
If B Pointer Not Equal (IFBNE)
And Skip if Zero (ANDSZ)
Decrement Register and Skip if Zero (DRSZ)
14.4.9 No-Operation Instruction
The no-operation instruction does nothing, except to occupy
space in the program memory and time in execution.
No-Operation (NOP)
Note: The VIS is a special case of the Indirect Transfer of
Control addressing mode, where the double byte vector
associated with the interrupt is transferred from adjacent
addresses in the program memory into the program counter
(PC) in order to jump to the associated interrupt service
routine.
14.5 REGISTER AND SYMBOL DEFINITION
The following abbreviations represent the nomenclature
used in the instruction description and the COP8
cross-assembler.
Registers
A8-Bit Accumulator Register
B8-Bit Address Register
X8-Bit Address Register
S8-Bit Segment Register
SP8-Bit Stack Pointer Register
PC15-Bit Program Counter Register
PUUpper 7 Bits of PC
PLLower 8 Bits of PC
C1 Bit of PSW Register for Carry
HC1 Bit of PSW Register for Half Carry
GIE1 Bit of PSW Register for Global Interrupt
[B]Memory Indirectly Addressed by B Register
[X]Memory Indirectly Addressed by X Register
MDDirect Addressed Memory
MemDirect Addressed Memory or [B]
MemlDirect Addressed Memory or [B] or
Immediate Data
Imm8-Bit Immediate Data
RegRegister Memory: Addresses F0 to FF
(Includes B, X and SP)
BitBit Number (0 to 7)
←
↔
Loaded with
Exchanged with
www.national.com64
Page 65
14.0 Instruction Set (Continued)
14.6 INSTRUCTION SET SUMMARY
ADDA,MemlADDA←A + Meml
ADCA,MemlADD with CarryA←A+Meml+C,C←Carry,
HC←Half Carry
SUBCA,MemlSubtract with CarryA←A−MemI+C,C←Carry,
HC←Half Carry
ANDA,MemlLogical ANDA←A and Meml
ANDSZA,ImmLogical AND Immed., Skip if ZeroSkip next if (A and Imm) = 0
ORA,MemlLogical ORA←A or Meml
XORA,MemlLogical EXclusive ORA←A xor Meml
IFEQMD,ImmIF EQualCompare MD and Imm, Do next if MD = Imm
IFEQA,MemlIF EQualCompare A and Meml, Do next if A = Meml
IFNEA,MemlIF Not EqualCompare A and Meml, Do next if A
IFGTA,MemlIF Greater ThanCompare A and Meml, Do next if A
IFBNE
DRSZRegDecrement Reg., Skip if ZeroReg←Reg − 1, Skip if Reg = 0
SBIT
RBIT
IFBIT
RPNDReset PeNDing FlagReset Software Interrupt Pending Flag
XA,MemEXchange A with MemoryA
XA,[X]EXchange A with Memory [X]A
LDA,MemlLoaD A with MemoryA←Meml
LDA,[X]LoaD A with Memory [X]A←[X]
LDB,ImmLoaD B with Immed.B←Imm
LDMem,ImmLoaD Memory Immed.Mem←Imm
LDReg,ImmLoaD Register Memory Immed.Reg←Imm
XA,[B
XA,[X
LDA, [B
LDA, [X
LD[B
CLRACLeaR AA←0
INCAINCrement AA←A+1
DECADECrement AA←A−1
LAIDLoad A InDirect from ROMA←ROM (PU,A)
DCORADecimal CORrect AA←BCD correction of A (follows ADC, SUBC)
RRCARotate A Right thru CC→A7→…→A0→C
RLCARotate A Left thru CC←A7←…←A0←C, HC←A0
SWAPASWAP nibbles of AA7…A4
SCSet CC←1, HC←1
RCReset CC←0, HC←0
IFCIF CIF C is true, do next instruction
IFNCIF Not CIf C is not true, do next instruction
POPAPOP the stack into ASP←SP + 1, A←[SP]
PUSHAPUSH A onto the stack[SP]←A, SP←SP − 1
VISVector to Interrupt Service RoutinePU←[VU], PL←[VL]
JMPLAddr.Jump absolute LongPC←ii (ii = 15 bits, 0 to 32k)
JMPAddr.Jump absolutePC9…0←i (i = 12 bits)
JPDisp.Jump relative shortPC←PC+r(ris−31to+32, except 1)
#
#
,MemSet BIT1 to bit, Mem (bit = 0 to 7 immediate)
#
,MemReset BIT0 to bit, Mem
#
,MemIF BITIf bit#,A or Mem is true do next instruction
X A, (Note 21)1/11/32/31/21/3
LD A, (Note 21)1/11/32/32/21/21/3
LD B,Imm1/1(If B
LD B,Imm2/2(If B
LD Mem,Imm2/23/32/2
LD Reg,Imm2/3
IFEQ MD,Imm3/3
Note 21: =>Memory location addressed by B or X or directly.
DirectImmed.
Register Indirect
COP8CBE9/CCE9/CDE9
<
16)
>
15)
www.national.com67
Page 68
Lower Nibble
Upper Nibble
JP+17INTR0
JMP
x000–x0FF
x000–x0FF
IFBNE 0JSR
LD
B,#0F
A,#i
ANDSZ
0,[B]
IFBIT
COP8CBE9/CCE9/CDE9
14.8 OPCODE TABLE
JP+18JP+21
JMP
x100–x1FF
x100–x1FF
IFBNE 1JSR
B,#0E
JSRBLD
1,[B]
IFBIT
JP+19JP+32
JMP
x200–x2FF
x200–x2FF
IFBNE 2JSR
LD
B,#0D
Re-
served
2,[B]
IFBIT
JP+20JP+43
JMP
x300–x3FF
x300–x3FF
IFBNE 3JSR
LD
B,#0C
Re-
served
3,[B]
IFBIT
JP+21JP+54
JMP
x400–x4FF
x400–x4FF
IFBNE 4JSR
B,#0B
CLRALD
4,[B]
IFBIT
JP+22JP+65
JMP
x500–x5FF
x500–x5FF
IFBNE 5JSR
B,#0A
SWAPALD
5,[B]
IFBIT
JP+23JP+76
JMP
x600–x6FF
x600–x6FF
IFBNE 6JSR
B,#09
DCORALD
6,[B]
IFBIT
JP+24JP+87
JMP
x700–x7FF
x700–x7FF
IFBNE 7JSR
B,#08
PUSHALD
7,[B]
IFBIT
JP+25JP+98
JMP
IFBNE 8JSR
LD
RBIT
JP+26 JP+109
JMP
x800–x8FF
x800–x8FF
IFBNE 9JSR
LD
B,#07
0,[B]
RBIT
0,[B]
JP+27JP+11A
JMP
x900–x9FF
x900–x9FF
IFBNE 0AJSR
LD
B,#06
1,[B]
RBIT
1,[B]
JP+28 JP+12B
JMP
xA00–xAFF
xA00–xAFF
IFBNE 0BJSR
LD
B,#05
2,[B]
RBIT
2,[B]
JP+29 JP+13C
JMP
xB00–xBFF
xB00–xBFF
IFBNE 0CJSR
LD
B,#04
3,[B]
RBIT
3,[B]
JP+30 JP+14D
JMP
xC00–xCFF
xC00–xCFF
IFBNE 0DJSR
LD
B,#03
4,[B]
RBIT
4,[B]
JP+31 JP+15E
JMP
xD00–xDFF
xD00–xDFF
IFBNE 0EJSR
LD
B,#02
5,[B]
RBIT
5,[B]
JP+32 JP+16F
JMP
xE00–xEFF
xE00–xEFF
IFBNE 0FJSR
LD
B,#01
6,[B]
RBIT
6,[B]
xF00–xFFF
xF00–xFFF
B,#00
7,[B]
7,[B]
14.0 Instruction Set (Continued)
ADC
A,[B]
A,#i
RRCARCADC
0F0
FED CBA9876 5 432 10
JP−15 JP−31 LD 0F0,#iDRSZ
A,[B]
SUBC
A,#i
*SCSUBC
0F1
JP−14 JP−30 LD 0F1,#iDRSZ
A,[B]
IFEQ
A,#i
IFEQ
A,[B+]
X A,[X+]X
0F2
JP−13 JP−29 LD 0F2,#iDRSZ
A,[B]
IFGT
A,#i
IFGT
A,[B−]
X A,[X−]X
0F3
JP−12 JP−28 LD 0F3,#iDRSZ
ADD
A,[B]
A,#i
VISLAIDADD
0F4
JP−11 JP−27 LD 0F4,#iDRSZ
AND
A,[B]
A,#i
RPNDJIDAND
0F5
JP−10 JP−26 LD 0F5,#iDRSZ
XOR
A,[B]
A,#i
X A,[X]X A,[B]XOR
0F6
JP−9JP−25 LD 0F6,#iDRSZ
A,[B]
**OR A,#iOR
0F7
JP−8JP−24 LD 0F7,#iDRSZ
NOPRLCALD A,#iIFCSBIT
0F8
JP−7JP−23 LD 0F8,#iDRSZ
IFNCSBIT
A,#i
IFNE
IFEQ
Md,#i
A,[B]
IFNE
0F9
JP−6JP−22 LD 0F9,#iDRSZ
INCASBIT
LD
[B+],#i
LD
A,[B+]
LD
A,[X+]
0FA
JP−5JP−21 LD 0FA,#i DRSZ
DECASBIT
LD
[B−],#i
LD
A,[B−]
LD
A,[X−]
0FB
JP−4JP−20 LD 0FB,#i DRSZ
LD Md,#i JMPLX A,MdPOPASBIT
0FC
JP−3JP−19 LD 0FC,#iDRSZ
DIRJSRLLD A,Md RETSKSBIT
0FD
JP−2JP−18 LD 0FD,#iDRSZ
LD [B],#iRETSBIT
A,[B]
LD A,[X]LD
0FE
JP−1JP−17 LD 0FE,#i DRSZ
**LD B,#iRETISBIT
0FF
JP−0JP−16 LD 0FF,#iDRSZ
* is an unused opcodei is the immediate dataMd is a directly addressed memory locationThe opcode 60 Hex is also the opcode for IFBIT #i,A
www.national.com68
Page 69
15.0 Development Support
15.1 Tools Ordering Numbers For The COP8 Flash Family Devices
This section provides specific tools ordering information for the devices in this datasheet, followed by a summary of the tools and
development kits available at print time. Up-to-date information, device selection guides, demos, updates, and purchase
information can be obtained at our web site at: www.national.com/cop8.
Unless otherwise noted, tools can be purchased for worldwide delivery from National’s e-store: http://www.national.com/
store/
ToolOrder NumberCost*Notes/Includes
Evaluation Software and Reference Designs
Software and
Utilities
Hardware
Reference Designs
Starter Kits and Hardware Target Boards
Starter
Development Kits
Software Development Languages, and Integrated Development Environments
National’s WCOP8
IDE and Assembler
on CD
COP8 Library
Manager from KKD
WEBENCH Online
Graphical
Application Builder
With Unis
Processor Expert
Byte Craft C
Compiler
Web Downloads:
www.national.com/cop8
COP8-REF-FL1VLFor COP8Flash Sx/Cx - Demo Board and Software;
COP8-REF-AMVLFor COP8Flash Ax - Demo Board and Software; 28DIP
COP8-SKFLASH-00VLSupports COP8Sx/Cx - (COP8AM/AN support has
COP8-SKFLASH-01
(Available 6/2002)
COP8-REF-FL1 or -AMVLCOP8Flash Hardware Reference Design boards can also be
COP8-NSDEV$3Fully Licensed IDE with Assembler and
www.kkd.dk/libman.htmEvalThe ultimate information source for COP8 developers -
www.national.com
/webench
COP8-SW-PE2LGraphical IDE and Code Development Tool with
Compiler Demos/ Flash ISP and NiceMon Debugger
Utilities/ Example Code/ etc.
(Flash Emulator support requires licensed COP8-NSDEV
CD-ROM).
44PLCC Socket; Stand-alone, or use as development target
board with Flash ISP and/or COP8Flash Emulator. Does not
include COP8 development software.
Socket. Stand alone, or use as development target board
with Flash ISP and/or COP8Flash Emulator. Does not
include COP8 development software.
limitations: See Summary below); Target board with 68pin
PLCC COP8CDR9, RS232 I/O, and Test Points. Includes
Development CD, ISP Cable, Debug Software and Source
Code. No p/s. Also supports COP8Flash Emulators.
VLSupports COP8Sx/Cx/Ax - Target board with 68PLCC
COP8CDR9, 44PLCC and 28DIP sockets, LEDs, Test
Points, and Breadboard Area. Development CD, ISP Cable,
Debug Software and Source Code. No p/s. Also supports
COP8Flash Emulators and Kanda ISP Tool.
used as Development Target boards, with ISP and Emulator
onboard connectors.
Emulator/Debugger Support. Assembler/ Linker/ Simulator/
Utilities/ Documentation. Updates from web. Included with
SKFlash, COP8 Emulators, COP8-PM.
Integrates with WCOP8 IDE. Organize and manage code,
notes, datasheets, etc.
Complete tool set, with COP8 Emulator/Debugger support.
Baseline version - Purchase from IAR only.
Assembler only; No COP8 Emulator/Debugger support.
Includes 110v/220v p/s, target cable with 2x7 connector, 68
pin COP8CDR9 Null Target, manuals and software on CD.
- COP8AME/ANE9 uses optional 28 pin Null Target
(COP8-EMFA-28N).
- Add PLCC Target Package Adapter if needed.
68 pin PLCC COP8CDR9; Included in COP8-EM/DM/IM
Flash.
28pin DIP COP8AME9; Must order seperately.
emulator header)
emulator header)
via Microwire. Includes PC control/debugger software and
monitor program.
programming adapters; Includes 110v/220v p/s, manuals
and software on CD; (Requires optional -PGMA
programming adapters for flash)
Control Software; Updateable from the web; Purchase from
www.kanda.com
control software only. Includes istructions for building an ISP
cable.
www.national.com70
Page 71
15.0 Development Support (Continued)
15.2 COP8 TOOLS OVERVIEW
COP8 Evaluation Software and Reference Designs -
Software and Hardware for: Evaluation of COP8 Development Environments; Learning about COP8 Architecture and
Features; Demonstrating Application Specific Capabilities.
ProductDescriptionSource
WCOP8 IDE and
Software
Downloads
COP8 Hardware
Reference
Designs
Hardware Kits for: In-depth Evaluation and Testing of COP8 capabilities; Developing and Testing Code; Implementing
ProductDescriptionSource
COP8 Flash
Starter Kits
COP8 Hardware
Reference
Designs
ProductDescriptionSource
WCOP8 IDE
from National on
CD-ROM
Unis Processor
Expert
Byte Craft
COP8C Compiler
IAR Embedded
Workbench
Software Evaluation downloads for Windows. Includes WCOP8 IDE evaluation
version, Full COP8 Assembler/Linker, COP8-SIM Instruction Level Simulator or Unis
Simulator, Byte Craft COP8C Compiler Demo, IAR Embedded Workbench
(Assembler version), Manuals, Applications Software, and other COP8 technical
information.
Reference Designs for COP8 Families. Realtime hardware environments with a
variety of functions for demonstrating the various capabilities and features of specific
COP8 device families. Run Windows demo reference software, and exercise
specific device capabilities. Also can be used as a realtime target board for code
development, with our flash development tools.
(Add our COP8Flash Emulator, or our COP8-NSDEV CD with your ISP cable for a
complete low-cost development system.)
COP8 Starter Kits and Hardware Target Solutions -
Target Design.
Flash Starter Kit - A complete Code Development Tool for COP8Flash Families. A
Windows IDE with Assembler, Simulator, and Debug Monitor, combined with a
simple realtime target environment. Quickly design and simulate your code, then
download to the target COP8flash device for execution and simple debugging.
Includes a library of software routines, and source code. No power supply.
(Add a COP8-EMFlash Emulator for advanced emulation and debugging)
Preconfigured realtime hardware environments with a variety of onboard I/O and
display functions. Modify the reference software, or develop your own code. Boards
support our COP8 ISP Utility, NiceMon Flash Debug Monitor, and our COP8Flash
Emulators.
COP8 Software Development Languages and Integrated Environments -
Integrated Software for: Project Management; Code Development; Simulation and Debug.
National’s COP8 Software Development package for Windows on CD. Fully licensed
versions of our WCOP8 IDE and Emulator Debugger, with Assembler/ Linker/
Simulators/ Library Manager/ Compiler Demos/ Flash ISP and NiceMon Debugger
Utilities/ Example Code/ etc. Includes all COP8 datasheets and documentation.
Included with most tools from National.
Processor Expert( from Unis Corporation - COP8 Code Generation and Simulation
tool with Graphical and Traditional user interfaces. Automatically generates
customized source code ’Beans’ (modules) containing working code for all on-chip
features and peripherals, then integrates them into a fully functional application code
design, with all documentation.
ByteCraft COP8C- C Cross-Compiler and Code Development System. Includes
BCLIDE (Integrated Development Environment) for Win32, editor, optimizing C
Cross-Compiler, macro cross assembler, BC-Linker, and MetaLinktools support.
(DOS/SUN versions available; Compiler is linkable under WCOP8 IDE)
IAR EWCOP8 - ANSI C-Compiler and Embedded Workbench. A fully integrated
Win32 IDE, ANSI C-Compiler, macro assembler, editor, linker, librarian, and C-Spy
high-level simulator/debugger. (EWCOP8-M version includes COP8Flash Emulator
support) (EWCOP8-BL version is limited to 4k code limit; no FP).
www.cop8.com
FREE Download
NSC Distributor,
or Order from:
www.cop8.com
NSC Distributor,
or Order from:
www.cop8.com
NSC Distributor,
or Order from:
www.cop8.com
NSC Distributor,
or Order from:
www.cop8.com
Unis, or Order
from:
www.cop8.com
ByteCraft
Distributor,
or Order from:
www.cop8.com
COP8 In-Circuit Emulator for Flash Families. Windows based development and
real-time in-circuit emulation tool, with trace (EM=None; DM/IM=32k), s/w
breakpoints (DM=16, EM/IM=32K), source/symbolic debugger, and device
programming. Includes COP8-NDEV CD, 68pin Null Target, emulation cable with
2x7 connector, and power supply.
A simple, single-step debug monitor with one breadpoint. MICROWIRE interface.Download from:
Development and Production Programming Tools -
Programmers for: Design Development; Hardware Test; Pre-Production; Full Production.
COP8 Flash Emulators include in-circuit device programming capability during
development.
National’s software Utilities ’KANDAFlash’ and ’NiceMon’ provide development
In-System-Programming for our Flash Starter Kit, our Prototype Development
Board, or any other target board with appropriate connectors.
The COP8-ISP programmer from KANDA is available for engineering, and small
volume production use. PC parallel or serial interface.
The inDart COP8 programmer from KANDA is available for engineering and
small volume production use. PC serial interface only.
COP8-PM Development Programming Module. Windows programming tool for
COP8 OTP and Flash Families. Includes on-board 40 DIP programming socket,
control software, RS232 cable, and power supply. (Requires optional
COP8-PGMA programming adapters for COP8FLASH devices)
A variety of third-party programmers and automatic handling equipment are
approved for non-ISP engineering and production use.
Factory programming available for high-volume requirements.National
NSC Distributor,
or Order from:
www.cop8.com
www.cop8.com
NSC Distributor, or
Order from:
www.cop8.com
Download from:
www.cop8.com
www.kanda.com
www.softecmicro.com
NSC Distributor, or
Order from web.
Various Vendors
Representative
15.3 WHERE TO GET TOOLS
Tools can be ordered directly from National, National’s e-store (Worldwide delivery: http://www.national.com/store/) , a National
Distributor, or from the tool vendor. Go to the vendor’s web site for current listings of distributors.
VendorHome OfficeElectronic SitesOther Main Offices
Byte Craft Limited421 King Street Northwww.bytecraft.comDistributors Worldwide
The following companies have approved COP8 programmers in a variety of configurations. Contact your vendor’s local office
or distributor and request a COP8FLASH update. You can link to their web sites and get the latest listing of approved
programmers at: www.national.com/cop8.
Advantech; BP Microsystems; Data I/O; Dataman; Hi-Lo Systems; KANDA, Lloyd Research; MQP; Needhams; Phyton; SofTec
Microsystems; System General; and Tribal Microsystems.
16.0 REVISION HISTORY
DateSectionSummary of Changes
June 2001Initial Release
August 2001Development SupportDeleted COP8-UTILS and COP8-SW-LIB, updated vendor list.
November
2001
January 2002Forced Execution from
April 2002Pin DescriptionsCaution on GND connection on LLP package.
General Description and
Features
Boot ROM
TimersClearification on high speed PWM Timer use.
Development SupportUpdated with the latest support information.
COP8CBE9/CCE9/CDE9 8-Bit CMOS Flash Based Microcontroller with 8k Memory, Virtual
EEPROM, 10-Bit A/D and Brownout Reset
Plastic Leaded Chip Carrier (VA)
Order Number COP8CBE9HVA9 or COP8CCE9HVA9 or COP8CDE9HVA9
COP8CCE9HVA7 or COP8CDE9HVA7
NS Package Number V44A
LIFE SUPPORT POLICY
NATIONAL’S PRODUCTS ARE NOT AUTHORIZED FOR USE AS CRITICAL COMPONENTS IN LIFE SUPPORT
DEVICES OR SYSTEMS WITHOUT THE EXPRESS WRITTEN APPROVAL OF THE PRESIDENT AND GENERAL
COUNSEL OF NATIONAL SEMICONDUCTOR CORPORATION. As used herein:
1. Life support devices or systems are devices or
systems which, (a) are intended for surgical implant
into the body, or (b) support or sustain life, and
whose failure to perform when properly used in
accordance with instructions for use provided in the
2. A critical component is any component of a life
support device or system whose failure to perform
can be reasonably expected to cause the failure of
the life support device or system, or to affect its
safety or effectiveness.
labeling, can be reasonably expected to result in a
significant injury to the user.
National Semiconductor
Corporation
Americas
Email: support@nsc.com
www.national.com
National does not assume any responsibility for use of any circuitry described, no circuit patent licenses are implied and National reserves the right at any time without notice to change said circuitry and specifications.