The ST6252C and ST6262C devices are low cost
members of the ST62xx 8-bit HCMOS family of microcontrollers, which is targeted at low to medium
complexity applications. All ST62xx devices are
based on a building block approach: a common
core is surrounded by a number of on-chip periph
erals.
The ST62E62C is the erasable EPROM version of
the ST62T62C device, which may be used to em
ulate the ST62T52C and ST62T62C devices as
well as the ST6252C and ST6262B ROM devices.
OTP and EPROM devices are functionally identical. The ROM based versions offer the same functionality selecting as ROM options the options de-
Figure 1. Block Diagram
ST6252C ST6262B ST6262C
fined in the programmable option byte of the
OTP/EPROM versions.
OTP devices offer all the advantages of user programmability at low cost, which make them the
-
ideal choice in a wide range of applications where
frequent code changes, multiple code versions or
last minute programmability are required.
-
These compact low-cost devices feature a Timer
comprising an 8-bit counter and a 7-bit program
mable prescaler, an 8-bit Auto-Reload Timer,
EEPROM data capability (except ST6252C), an 8bit A/D Converter with 4 analog inputs and a Digit
al Watchdog timer, making them well suited for a
wide range of automotive, appliance and industrial
applications.
-
-
3/75
Page 4
ST6252C ST6262B ST6262C
1
2
3
4
5
6
7
89
10
11
12
13
14
15
16
PB0
V
PP
/TEST
PB2
PB3
V
DD
ARTIMin/PB6
PC2/Ain
PC3/Ain
PA5/Ain
PA4/Ain
ARTIMout/PB7
V
SS
NMI
RESET
OSCout
OSCin
1.2 PIN DESCRIPTIONS
VDD and VSS. Power is supplied to the MCU via
these two pins. VDD is the power connection and
V
is the ground connection.
SS
OSCin and OSCout. These pins are internally
connected to the on-chip oscillator circuit. A quartz
crystal, a ceramic resonator or an external clock
signal can be connected between these two pins.
The OSCin pin is the input pin, the OSCout pin is
the output pin.
RESET. The active-low RESET pin is used to restart the microcontroller.
TEST/VPP. The TEST must be held at VSS for nor-
mal operation. If TEST pin is connected to a
+12.5V level during the reset phase, the
EPROM/OTP programming Mode is entered.
NMI. The NMI pin provides the capability for asynchronous interruption, by applying an external non
maskable interrupt to the MCU. The NMI input is
falling edge sensitive. It is provided with an on-chip
pullup resistor (if option has been enabled), and
Schmitt trigger characteristics.
PA4-PA5. These 2 lines are organized as one I/O
port (A). Each line may be configured under soft
ware control as inputs with or without internal pullup resistors, interrupt generating inputs with pullup resistors, open-drain or push-pull outputs, ana
log inputs for the A/D converter.
PB0, PB2-PB3, PB6-PB7. These 5 lines are organized as one I/O port (B). Each line may be configured under software control as inputs with or
without internal pull-up resistors, interrupt generating inputs with pull-up resistors, open-drain or
push-pull outputs. PB6/ARTIMin and PB7/ARTI-
-
-
Mout are either Port B I/O bits or the Input and
Output pins of the ARTimer.
Reset state of PB2-PB3 pins can be defined by option either with pull-up or high impedance.
PB0, PB2-PB3, PB6-PB7 scan also sink 30mA for
direct LED driving.
PC2-PC3. These 2 lines are organized as one I/O
port (C). Each line may be configured under soft
ware control as input with or without internal pullup resistor, interrupt generating input with pull-up
resistor, analog input for the A/D converter, opendrain or push-pull output.
-
Figure 2. ST62T52C, E62C and T62C Pin
Configuration
4/75
Page 5
1.3 MEMORY MAP
PROGRAM SPACE
PROGRAM
INTERRUPT &
RESET VECTORS
ACCUMULATOR
DATA RAM
BANK SELECT
WINDOW SELECT
RAM
X REGISTER
Y REGISTER
V REGISTER
W REGISTER
DATA READ-ONLY
WINDOW
RAM / EEPROM
BANKING AREA
000h
03Fh
040h
07Fh
080h
081h
082h
083h
084h
0C0h
0FFh
0-63
DATA SPACE
0000h
0FF0h
0FFFh
MEMORY
MEMORY
DATA READ-ONLY
MEMORY
1.3.1 Introduction
The MCU operates in three separate memory
spaces: Program space, Data space, and Stack
space. Operation in these three memory spaces is
described in the following paragraphs.
Figure 3. Memory Addressing Diagram
ST6252C ST6262B ST6262C
Briefly, Program space contains user program
code in OTP and user vectors; Data space contains user data in RAM and in OTP, and Stack
space accommodates six levels of stack for sub
routine and interrupt service routine nesting.
-
5/75
Page 6
ST6252C ST6262B ST6262C
0000h
RESERVED
*
USER
PROGRAM MEMORY
(OTP/EPROM)
1836 BYTES
0F9Fh
0FA0h
0FEFh
0FF0h
0FF7h
0FF8h
0FFBh
0FFCh
0FFDh
0FFEh
0FFFh
RESERVED
*
RESERVED
INTERRUPT VECTORS
NMI VECTOR
USER RESET VECTOR
(*) Reserved areas should be filled with 0FFh
0880h
087Fh
MEMORY MAP (Cont’d)
1.3.2 Program Space
Program Space comprises the instructions to be
executed, the data required for immediate addressing mode instructions, the reserved factory
test area and the user vectors. Program Space is
addressed via the 12-bit Program Counter register
(PC register).
1.3.2.1 Program Memory Protection
The Program Memory in OTP or EPROM devices
can be protected against external readout of memory by selecting the READOUT PROTECTION option in the option byte.
In the EPROM parts, READOUT PROTECTION
option can be disactivated only by U.V. erasure
that also results into the whole EPROM context
erasure.
Note: Once the Readout Protection is activated, it
is no longer possible, even for STMicroelectronics,
to gain access to the OTP contents. Returned
parts with a protection set can therefore not be ac
cepted.
Figure 4. ST62T52C/T62C Program
Memory Map
-
6/75
Page 7
MEMORY MAP (Cont’d)
1.3.3 Data Space
Data Space accommodates all the data necessary
for processing the user program. This space comprises the RAM resource, the processor core and
peripheral registers, as well as read-only data
such as constants and look-up tables in
OTP/EPROM.
1.3.3.1 Data ROM
All read-only data is physically stored in program
memory, which also accommodates the Program
Space. The program memory consequently con
tains the program code to be executed, as well as
the constants and look-up tables required by the
-
application.
The Data Space locations in which the different
constants and look-up tables are addressed by the
processor core may be thought of as a 64-byte
window through which it is possible to access the
read-only data stored in OTP/EPROM.
1.3.3.2 Data RAM/EEPROM
In ST62T52C, T62C and ST62E62C devices, the
data space includes 60 bytes of RAM, the accu
mulator (A), the indirect registers (X), (Y), the short
direct registers (V), (W), the I/O port registers, the
peripheral data and control registers, the interrupt
option register and the Data ROM Window register
-
(DRW register).
Additional RAM and EEPROM pages can also be
addressed using banks of 64 bytes located between addresses 00h and 3Fh.
1.3.4 Stack Space
Stack space consists of six 12-bit registers which
are used to stack subroutine and interrupt return
addresses, as well as the current program counter
contents.
Table 1. Additional RAM / EEPROM Banks
DeviceRAMEEPROM
ST62T52C1 x 64 bytesST62T62C1 x 64 bytes1 x 64 bytes
ST6252C ST6262B ST6262C
Table 2. ST62T52C, T62C and ST62E62C Data
* WRITE ONLY REGISTER
Memory Space
RAM / EEPROM banks
DATA ROM WINDOW AREA
X REGISTER080h
Y REGISTER081h
V REGISTER082h
W REGISTER083h
DATA RAM 60 BYTES
PORT A DATA REGISTER0C0h
PORT B DATA REGISTER0C1h
PORT C DATA REGISTER0C2h
RESERVED0C3h
PORT A DIRECTION REGISTER0C4h
PORT B DIRECTION REGISTER0C5h
PORT C DIRECTION REGISTER0C6h
RESERVED0C7h
INTERRUPT OPTION REGISTER0C8h*
DATA ROM WINDOW REGISTER0C9h*
RESERVED
PORT A OPTION REGISTER0CCh
PORT B OPTION REGISTER0CDh
PORT C OPTION REGISTER0CEh
RESERVED0CFh
A/D DATA REGISTER0D0h
A/D CONTROL REGISTER0D1h
TIMER PRESCALER REGISTER0D2h
TIMER COUNTER REGISTER0D3h
TIMER STATUS CONTROL REGISTER0D4h
AR TIMER MODE CONTROL REGISTER0D5h
AR TIMER STATUS/CONTROL REGISTER10D6h
AR TIMER STATUS/CONTROL REGISTER20D7h
WATCHDOG REGISTER0D8h
AR TIMER RELOAD/CAPTURE REGISTER0D9h
AR TIMER COMPARE REGISTER0DAh
AR TIMER LOAD REGISTER0DBh
RESERVED
DATA RAM/EEPROM REGISTER0E8h*
RESERVED0E9h
EEPROM CONTROL REGISTER0EAh
RESERVED
ACCUMULATOR0FFh
000h
03Fh
040h
07Fh
084h
0BFh
0CAh
0CBh
0DCh
0DDh
0DEh
0E7h
0EBh
0FEh
7/75
Page 8
ST6252C ST6262B ST6262C
DATA ROM
WINDOW REGISTER
CONTENTS
DATA SPACE ADDRESS
40h-7Fh
IN INSTRUCTION
PROGRAM SPACE ADDRESS
7654320
543210
543210
READ
1
67891011
0
1
VR01573C
12
1
0
DATA SPACE ADDRESS
:
:
59h
000
0
1
00
1
11
Example:
(DWR)
DWR=28h
11
0000000
1
ROM
ADDRESS:A19h
11
13
0
1
MEMORY MAP (Cont’d)
1.3.5 Data Window Register (DWR)
The Data read-only memory window is located from
address 0040h to address 007Fh in Data space. It
allows direct reading of 64 consecutive bytes locat
ed anywhere in program memory, between address 0000h and 0FFFh (top memory address depends on the specific device). All the program
memory can therefore be used to store either instructions or read-only data. Indeed, the window
can be moved in steps of 64 bytes along the pro
gram memory by writing the appropriate code in the
Data Window Register (DWR).
The DWR can be addressed like any RAM location
in the Data Space, it is however a write-only register and therefore cannot be accessed using singlebit operations. This register is used to position the
64-byte read-only data window (from address 40h
to address 7Fh of the Data space) in program
memory in 64-byte steps. The effective address of
the byte to be read as data in program memory is
obtained by concatenating the 6 least significant
bits of the register address given in the instruction
(as least significant bits) and the content of the
DWR register (as most significant bits), as illustrat
ed in Figure 5 below. For instance, when addressing location 0040h of the Data Space, with 0 loaded in the DWR register, the physical location addressed in program memory is 00h. The DWR register is not cleared on reset, therefore it must be
written to prior to the first access to the Data readonly memory window area.
Figure 5. Data read-only memory Window Memory Addressing
Data Window Register (DWR)
Address: 0C9h — Write Only
70
-
--DWR5 DWR4 DWR3 DWR2 DWR1 DWR0
Bits 6, 7 = Not used.
-
Bit 5-0 = DWR5-DWR0: Data read-only memory Window Register Bits. These are the Data read-
only memory Window bits that correspond to the
upper bits of the data read-only memory space.
Caution: This register is undefined on reset. Neither read nor single bit instructions may be used to
address this register.
Note: Care is required when handling the DWR
register as it is write only. For this reason, the
DWR contents should not be changed while exe
cuting an interrupt service routine, as the service
routine cannot save and then restore the register’s
previous contents. If it is impossible to avoid writ
ing to the DWR during the interrupt service routine,
an image of the register must be saved in a RAM
location, and each time the program writes to the
DWR, it must also write to the image register. The
image register must be written first so that, if an in
terrupt occurs between the two instructions, the
DWR is not affected.
-
-
-
8/75
Page 9
MEMORY MAP (Cont’d)
1.3.6 Data RAM/EEPROM Bank Register
(DRBR)
Address: E8h — Write only
70
---
DRBR
4
---
DRBR
0
Bit 7-5 = These bits are not used
Bit 4 - DRBR4. This bit, when set, selects RAM
Page 2.
Bit 3-1. Not used
Bit 0. DRBR0. This bit, when set, selects EEP-
ROM page 0.
The selection of the bank is made by programming
the Data RAM Bank Switch register (DRBR register) located at address E8h of the Data Space according to Table 1. No more than one bank should
be set at a time.
The DRBR register can be addressed like a RAM
Data Space at the address E8h; nevertheless it is
a write only register that cannot be accessed with
single-bit operations. This register is used to select
the desired 64-byte RAM bank of the Data Space.
The bank number has to be loaded in the DRBR
register and the instruction has to point to the se
lected location as if it was in bank 0 (from 00h address to 3Fh address).
-
This register is not cleared during the MCU initialization, therefore it must be written before the first
access to the Data Space bank region. Refer to
the Data Space description for additional informa-
ST6252C ST6262B ST6262C
tion. The DRBR register is not modified when an
interrupt or a subroutine occurs.
Notes :
Care is required when handling the DRBR register
as it is write only. For this reason, it is not allowed
to change the DRBR contents while executing in
terrupt service routine, as the service routine cannot save and then restore its previous content. If it
is impossible to avoid the writing of this register in
interrupt service routine, an image of this register
must be saved in a RAM location, and each time
the program writes to DRBR it must write also to
the image register. The image register must be
written first, so if an interrupt occurs between the
two instructions the DRBR is not affected.
In DRBR Register, only 1 bit must be set. Otherwise two or more pages are enabled in parallel,
producing errors.
Care must also be taken not to change the
E²PROM page (when available) when the parallel
writing mode is set for the E²PROM, as defined in
EECTL register.
Table 3. Data RAM Bank Register Set-up
DRBRST62T52CST62T62C
00NoneNone
01Not availableEEPROM page 0
02Not AvailableNot Available
08Not availableNot available
10hRAM Page 2RAM Page 2
otherReservedReserved
-
9/75
Page 10
ST6252C ST6262B ST6262C
MEMORY MAP (Cont’d)
1.3.7 EEPROM Description
EEPROM memory is located in 64-byte pages in
data space. This memory may be used by the user
program for non-volatile data storage.
Data space from 00h to 3Fh is paged as described
Table 4 . EEPROM locations are accessed di-
in
rectly by addressing these paged sections of data
space.
The EEPROM does not require dedicated instructions for read or write access. Once selected via the
Data RAM Bank Register, the active EEPROM
page is controlled by the EEPROM Control Regis
ter (EECTL), which is described below.
Bit E20FF of the EECTL register must be reset prior
to any write or read access to the EEPROM. If no
bank has been selected, or if E2OFF is set, any ac
cess is meaningless.
Programming must be enabled by setting the
E2ENA bit of the EECTL register.
The E2BUSY bit of the EECTL register is set when
the EEPROM is performing a programming cycle.
Any access to the EEPROM when E2BUSY is set
is meaningless.
Provided E2OFF and E2BUSY are reset, an EEPROM location is read just like any other data location, also in terms of access time.
Writing to the EEPROM may be carried out in two
modes: Byte Mode (BMODE) and Parallel Mode
Table 4. Row Arrangement for Parallel Writing of EEPROM Locations
(PMODE). In BMODE, one byte is accessed at a
time, while in PMODE up to 8 bytes in the same
row are programmed simultaneously (with conse
quent speed and power consumption advantages,
the latter being particularly important in battery
powered circuits).
General Notes:
Data should be written directly to the intended ad-
dress in EEPROM space. There is no buffer memory between data RAM and the EEPROM space.
When the EEPROM is busy (E2BUSY = “1”)
-
EECTL cannot be accessed in write mode, it is
only possible to read the status of E2BUSY. This
implies that as long as the EEPROM is busy, it is
not possible to change the status of the EEPROM
Control Register. EECTL bits 4 and 5 are reserved
and must never be set.
Care is required when dealing with the EECTL register, as some bits are write only. For this reason,
the EECTL contents must not be altered while ex
ecuting an interrupt service routine.
If it is impossible to avoid writing to this register
within an interrupt service routine, an image of the
register must be saved in a RAM location, and
each time the program writes to EECTL it must
also write to the image register. The image register
must be written to first so that, if an interrupt oc
curs between the two instructions, the EECTL will
not be affected.
Dataspace
addresses.
Banks 0 and 1.
-
-
-
Up to 8 bytes in each row may be programmed simultaneously in Parallel Write mode.
The number of available 64-byte banks (1 or 2) is device dependent.
Note: The EEPROM is disabled as soon as STOP instruction is executed in order to achieve the lowest
power-consumption.
10/75
Page 11
MEMORY MAP (Cont’d)
Additional Notes on Parallel Mode:
If the user wishes to perform parallel programming, the first step should be to set the E2PAR2
bit. From this time on, the EEPROM will be ad
dressed in write mode, the ROW address and the
data will be latched and it will be possible to
change them only at the end of the programming
cycle or by resetting E2PAR2 without program
ming the EEPROM. After the ROW address is
latched, the MCU can only “see” the selected
EEPROM row and any attempt to write or read
other rows will produce errors.
The EEPROM should not be read while E2PAR2
is set.
As soon as the E2PAR2 bit is set, the 8 volatile
ROW latches are cleared. From this moment on,
the user can load data in all or in part of the ROW.
Setting E2PAR1 will modify the EEPROM regis
ters corresponding to the ROW latches accessed
after E2PAR2. For example, if the software sets
E2PAR2 and accesses the EEPROM by writing to
addresses 18h, 1Ah and 1Bh, and then sets
E2PAR1, these three registers will be modified si
multaneously; the remaining bytes in the row will
be unaffected.
Note that E2PAR2 is internally reset at the end of
the programming cycle. This implies that the user
must set the E2PAR2 bit between two parallel pro
gramming cycles. Note that if the user tries to set
E2PAR1 while E2PAR2 is not set, there will be no
programming cycle and the E2PAR1 bit will be un
affected. Consequently, the E2PAR1 bit cannot be
set if E2ENA is low. The E2PAR1 bit can be set by
the user, only if the E2ENA and E2PAR2 bits are
also set.
Notes: The EEPROM page shall not be changed
through the DRBR register when the E2PAR2 bit
is set.
ST6252C ST6262B ST6262C
EEPROM Control Register (EECTL)
Address: EAh — Read/Write
Reset status: 00h
-
70
E2O
D7
-
FF
D5D4
Bit 7 = D7: Unused.
Bit 6 = E2OFF: Stand-by Enable Bit. WRITE ONLY.
If this bit is set the EEPROM is disabled (any access
will be meaningless) and the power consumption of
the EEPROM is reduced to its lowest value.
Bit 5-4 = D5-D4: Reserved. MUST be kept reset.
Bit 3 = E2PAR1: Parallel Start Bit. WRITE ONLY.
Once in Parallel Mode, as soon as the user software
-
sets the E2PAR1 bit, parallel writing of the 8 adja
cent registers will start. This bit is internally reset at
the end of the programming procedure. Note that
less than 8 bytes can be written if required, the un
defined bytes being unaffected by the parallel pro-
-
gramming cycle; this is explained in greater detail in
the Additional Notes on Parallel Mode overleaf.
Bit 2 = E2PAR2: Parallel Mode En. Bit. WRITE
ONLY. This bit must be set by the user program in
order to perform parallel programming. If E2PAR2
-
is set and the parallel start bit (E2PAR1) is reset,
up to 8 adjacent bytes can be written simultane
ously. These 8 adjacent bytes are considered as a
-
row, whose address lines A7, A6, A5, A4, A3 are
fixed while A2, A1 and A0 are the changing bits, as
illustrated in
Table 4. E2PAR2 is automatically re-
set at the end of any parallel programming procedure. It can be reset by the user software before
starting the programming procedure, thus leaving
the EEPROM registers unchanged.
Bit 1 = E2BUSY: EEPROM Busy Bit. READ ON-
LY. This bit is automatically set by the EEPROM
control logic when the EEPROM is in program
ming mode. The user program should test it before
any EEPROM read or write operation; any attempt
to access the EEPROM while the busy bit is set
will be aborted and the writing procedure in
progress will be completed.
Bit 0 = E2ENA: EEPROM Enable Bit. WRITE ON-
LY. This bit enables programming of the EEPROM
cells. It must be set before any write to the EEP
ROM register. Any attempt to write to the EEPROM when E2ENA is low is meaningless and will
not trigger a write cycle.
E2PAR1E2PAR2E2BUSYE2E
NA
-
-
-
-
-
11/75
Page 12
ST6252C ST6262B ST6262C
1.4 PROGRAMMING MODES
1.4.1 Option Bytes
The two Option Bytes allow configuration capability to the MCUs. Option byte’s content is automatically read, and the selected options enabled, when
the chip reset is activated.
It can only be accessed during the programming
mode. This access is made either automatically
(copy from a master device) or by selecting the
OPTION BYTE PROGRAMMING mode of the pro
grammer.
The option bytes are located in a non-user map.
No address has to be specified.
EPROM Code Option Byte (LSB)
70
PRO-
EXTC-
PB2-3
-WDACT
NTL
PULL
TECT
EPROM Code Option Byte (MSB)
158
---
ADC
SYNCHRO
D15-D13. Reserved. Must be cleared.
ADC SYNCHRO. When set, an A/D conversion is
started upon WAIT instruction execution, in order
to reduce supply noise. When this bit is low, an
A/D conversion is started as soon as the STA bit of
the A/D Converter Control Register is set.
D11. Reserved, must be cleared.
D10. Reserved, must be set to one.
NMI PULL. NMI Pull-Up. This bit must be set high
to configure the NMI pin with a pull-up resistor.
When it is low, no pull-up is provided.
LVD. LVD RESET enable.When this bit is set, safe
RESET is performed by MCU when the supply
voltage is too low. When this bit is cleared, only
power-on reset or external RESET are active.
PROTECT. Readout Protection. This bit allows the
protection of the software contents against piracy.
When the bit PROTECT is set high, readout of the
OTP contents is prevented by hardware.. When
this bit is low, the user program can be read.
EXTCNTL. External STOP MODE control.. When
EXTCNTL is high, STOP mode is available with
watchdog active by setting NMI pin to one. When
--
DELAY
OSCIL OSGEN
NMI
LVD
PULL
EXTCNTL is low, STOP mode is not available with
the watchdog active.
PB2-3 PULL. When set this bit removes pull-up at
reset on PB2-PB3 pins. When cleared PB2-PB3
pins have an internal pull-up resistor at reset.
D4. Reserved. Must be cleared to 0.
WDACT. This bit controls the watchdog activation.
When it is high, hardware activation is selected.
The software activation is selected when WDACT
is low.
DELAY. This bit enables the selection of the delay
internally generated after the internal reset (exter
nal pin, LVD, or watchdog activated) is released.
When DELAY is low, the delay is 2048 cycles of
the oscillator, it is of 32768 cycles when DELAY is
high.
OSCIL. Oscillator selection. When this bit is low,
the oscillator must be controlled by a quartz crys
tal, a ceramic resonator or an external frequency.
When it is high, the oscillator must be controlled by
an RC network, with only the resistor having to be
externally provided.
OSGEN. Oscillator Safe Guard. This bit must be
set high to enable the Oscillator Safe Guard.
When this bit is low, the OSG is disabled.
The Option byte is written during programming either by using the PC menu (PC driven Mode) or
automatically (stand-alone mode).
1.4.2 Program Memory
EPROM/OTP programming mode is set by a
+12.5V voltage applied to the TEST/VPP pin. The
programming flow of the ST62T62C is described
in the User Manual of the EPROM Programming
Board.
The MCUs can be programmed with the
ST62E6xB EPROM programming tools available
from STMicroelectronics.
Table 5. ST62T52C/T62C Program Memory Map
Device AddressDescription
0000h-087Fh
0880h-0F9Fh
0FA0h-0FEFh
0FF0h-0FF7h
0FF8h-0FFBh
0FFCh-0FFDh
0FFEh-0FFFh
Note: OTP/EPROM devices can be programmed
with the development tools available from STMi-
Reserved
User ROM
Reserved
Interrupt Vectors
Reserved
NMI Interrupt Vector
Reset Vector
croelectronics (ST62E6X-EPB or ST626X-KIT).
-
-
12/75
Page 13
PROGRAMMING MODES (Cont’d)
1.4.3 . EEPROM Data Memory
EEPROM data pages are supplied in the virgin
state FFh. Partial or total programming of EEPROM data memory can be performed either
through the application software or through an ex-
ST6252C ST6262B ST6262C
ternal programmer. Any STMicroelectronics tool
used for the program memory (OTP/EPROM) can
also be used to program the EEPROM data mem
ory.
-
13/75
Page 14
ST6252C ST6262B ST6262C
PROGRAM
RESET
OPCODE
FLAG
VALUES
2
CONTROLLER
FLAGS
ALU
A-DATA
B-DATA
ADDRESS/READ LINE
DATA SPACE
INTERRUPTS
DATA
RAM/EEPROM
DATA
ROM/EPROM
RESULTS TO DATA SPACE (WRITE LINE)
ROM/EPROM
DEDICATIONS
ACCUMULATOR
CONTROL
SIGNALS
OSCin
OSCout
ADDRESS
DECODER
256
12
Program Counter
and
6 LAYER STACK
0,01 TO 8MHz
VR01811
2 CENTRAL PROCESSING UNIT
2.1 INTRODUCTION
The CPU Core of ST6 devices is independent of the
I/O or Memory configuration. As such, it may be
thought of as an independent central processor
communicating with on-chip I/O, Memory and Pe
ripherals via internal address, data, and control
buses. In-core communication is arranged as
shown in
linked to both the Reset and Oscillator circuits,
while the core is linked to the dedicated on-chip peripherals via the serial data bus and indirectly, for
Figure 6; the controller being externally
interrupt purposes, through the control registers.
2.2 CPU REGISTERS
The ST6 Family CPU core features six registers and
three pairs of flags available to the programmer.
These are described in the following paragraphs.
Accumulator (A). The accumulator is an 8-bit
general purpose register used in all arithmetic cal
culations, logical operations, and data manipulations. The accumulator can be addressed in Data
space as a RAM location at address FFh. Thus the
ST6 can manipulate the accumulator just like any
other register in Data space.
Figure 6ST6 Core Block Diagram
-
-
Indirect Registers (X, Y). These two indirect registers are used as pointers to memory locations in
Data space. They are used in the register-indirect
addressing mode. These registers can be addressed in the data space as RAM locations at addresses 80h (X) and 81h (Y). They can also be accessed with the direct, short direct, or bit direct addressing modes. Accordingly, the ST6 instruction
set can use the indirect registers as any other register of the data space.
Short Direct Registers (V, W). These two registers are used to save a byte in short direct addressing mode. They can be addressed in Data
space as RAM locations at addresses 82h (V) and
83h (W). They can also be accessed using the di
rect and bit direct addressing modes. Thus, the
ST6 instruction set can use the short direct regis
ters as any other register of the data space.
Program Counter (PC). The program counter is a
12-bit register which contains the address of the
next ROM location to be processed by the core.
This ROM location may be an opcode, an oper
and, or the address of an operand. The 12-bit
length allows the direct addressing of 4096 bytes
in Program space.
-
-
-
14/75
Page 15
CPU REGISTERS (Cont’d)
SHORT
DIRECT
ADDRESSING
MODE
VREGISTER
WREGISTER
PROGRAM COUNTER
SIX LEVELS
STACK REGISTER
CZNORMAL FLAGS
INTERRUPT FLAGS
NMI FLAGS
INDEX
REGISTER
VA000423
b7
b7
b7
b7
b7
b0
b0
b0
b0
b0
b0b11
ACCUMULATOR
Y REG. POINTER
X REG. POINTER
CZ
CZ
However, if the program space contains more than
4096 bytes, the additional memory in program
space can be addressed by using the Program
Bank Switch register.
The PC value is incremented after reading the address of the current instruction. To execute relative
jumps, the PC and the offset are shifted through
the ALU, where they are added; the result is then
shifted back into the PC. The program counter can
be changed in the following ways:
- JP (Jump) instructionPC=Jump address
- CALL instructionPC= Call address
- Relative Branch Instruction.PC= PC +/- offset
- Interrupt PC=Interrupt vector
- ResetPC= Reset vector
- RET & RETI instructionsPC= Pop (stack)
- Normal instructionPC= PC + 1
Flags (C, Z). The ST6 CPU includes three pairs of
flags (Carry and Zero), each pair being associated
with one of the three normal modes of operation:
Normal mode, Interrupt mode and Non Maskable
Interrupt mode. Each pair consists of a CARRY
flag and a ZERO flag. One pair (CN, ZN) is used
during Normal operation, another pair is used dur
ing Interrupt mode (CI, ZI), and a third pair is used
in the Non Maskable Interrupt mode (CNMI, ZNMI).
The ST6 CPU uses the pair of flags associated
with the current mode: as soon as an interrupt (or
a Non Maskable Interrupt) is generated, the ST6
CPU uses the Interrupt flags (resp. the NMI flags)
instead of the Normal flags. When the RETI in
struction is executed, the previously used set of
flags is restored. It should be noted that each flag
set can only be addressed in its own context (Non
Maskable Interrupt, Normal Interrupt or Main rou
tine). The flags are not cleared during context
switching and thus retain their status.
The Carry flag is set when a carry or a borrow occurs during arithmetic operations; otherwise it is
cleared. The Carry flag is also set to the value of
the bit tested in a bit test instruction; it also partici
pates in the rotate left instruction.
The Zero flag is set if the result of the last arithmetic or logical operation was equal to zero; otherwise it is cleared.
Switching between the three sets of flags is performed automatically when an NMI, an interrupt or
ST6252C ST6262B ST6262C
a RETI instructions occurs. As the NMI mode is
automatically selected after the reset of the MCU,
the ST6 core uses at first the NMI flags.
Stack. The ST6 CPU includes a true LIFO hardware stack which eliminates the need for a stack
pointer. The stack consists of six separate 12-bit
RAM locations that do not belong to the data
space RAM area. When a subroutine call (or inter
rupt request) occurs, the contents of each level are
shifted into the next higher level, while the content
of the PC is shifted into the first level (the original
contents of the sixth stack level are lost). When a
subroutine or interrupt return occurs (RET or RETI
instructions), the first level register is shifted back
into the PC and the value of each level is popped
back into the previous level. Since the accumula
tor, in common with all other data space registers,
is not stored in this stack, management of these
registers should be performed within the subroutine. The stack will remain in its “deepest” position
if more than 6 nested calls or interrupts are executed, and consequently the last return address will
be lost. It will also remain in its highest position if
the stack is empty and a RET or RETI is executed.
In this case the next instruction will be executed.
Figure 7ST6 CPU Programming Mode
l
-
-
-
-
-
-
15/75
Page 16
ST6252C ST6262B ST6262C
INTEGRATED CLOCK
CRYSTAL/RESONATOR option
OSG ENABLED option
OSC
in
OSC
out
C
L1n
C
L2
ST6xxx
CRYSTAL/RESONATOR CLOCK
CRYSTAL/RESONATOR option
OSC
in
OSC
out
ST6xxx
EXTERNAL CLOCK
CRYSTAL/RESONATOR option
NC
OSC
in
OSC
out
ST6xxx
NC
OSC
in
OSC
out
R
NET
ST6xxx
RC NETWORK
RC NETWORK option
NC
3 CLOCKS, RESET, INTERRUPTS AND POWER SAVING MODES
3.1 CLOCK SYSTEM
The MCU features a Main Oscillator which can be
driven by an external clock, or used in conjunction
with an AT-cut parallel resonant crystal or a suita
ble ceramic resonator, or with an external resistor
). In addition, a Low Frequency Auxiliary Os-
(R
NET
cillator (LFAO) can be switched in for security reasons, to reduce power consumption, or to offer the
benefits of a back-up clock system.
The Oscillator Safeguard (OSG) option filters
spikes from the oscillator lines, provides access to
the LFAO to provide a backup oscillator in the
event of main oscillator failure and also automati
cally limits the internal clock frequency (f
function of V
ation. These functions are illustrated in Figure 9.,
Figure 10., Figure 11. and Figure 12..
, in order to guarantee correct oper-
DD
INT
) as a
Figure 8. illustrates various possible oscillator con-
figurations using an external crystal or ceramic resonator, an external clock input, an external resistor
), or the lowest cost solution using only the
(R
NET
LFAO. C
range 12 tclkadcosgo 22 pF for an oscillator fre
quency in the 4-8 MHz range.
The internal MCU clock frequency (f
an CL2 should have a capacitance in the
L1
by 12 to drive the Timer, the A/D converter and the
Watchdog timer, and by 13 to drive the CPU core,
as may be seen in
With an 8 MHz oscillator frequency, the fastest machine cycle is therefore 1.625µs.
A machine cycle is the smallest unit of time needed
to execute any operation (for instance, to increment
Figure 11..
) is divided
INT
the Program Counter). An instruction may require
two, four, or five machine cycles for execution.
3.1.1 Main Oscillator
The oscillator configuration may be specified by selecting the appropriate option. When the CRYSTAL/RESONATOR option is selected, it must be
used with a quartz crystal, a ceramic resonator or an
external signal provided on the OSCin pin. When the
RC NETWORK option is selected, the system clock
is generated by an external resistor.
The main oscillator can be turned off (when the
OSG ENABLED option is selected) by setting the
OSCOFF bit of the ADC Control Register. The
Low Frequency Auxiliary Oscillator is automatical
ly started.
Figure 8. Oscillator Configurations
-
-
-
-
16/75
Page 17
CLOCK SYSTEM (Cont’d)
Turning on the main oscillator is achieved by re-
setting the OSCOFF bit of the A/D Converter Control Register or by resetting the MCU. Restarting
the main oscillator implies a delay comprising the
oscillator start up delay period plus the duration of
the software instruction at f
clock frequency.
LFAO
3.1.2 Low Frequency Auxiliary Oscillator
(LFAO)
The Low Frequency Auxiliary Oscillator has three
main purposes. Firstly, it can be used to reduce
power consumption in non timing critical routines.
Secondly, it offers a fully integrated system clock,
without any external components. Lastly, it acts as
a safety oscillator in case of main oscillator failure.
This oscillator is available when the OSG ENABLED option is selected. In this case, it automatically starts one of its periods after the first missing
edge from the main oscillator, whatever the reason
(main oscillator defective, no clock circuitry provid
-
ed, main oscillator switched off...).
User code, normal interrupts, WAIT and STOP in-
structions, are processed as normal, at the reduced f
cy is decreased, since the internal frequency is be-
frequency. The A/D converter accura-
LFAO
low 1MHz.
At power on, the Low Frequency Auxiliary Oscilla-
tor starts faster than the Main Oscillator. It therefore feeds the on-chip counter generating the POR
delay until the Main Oscillator runs.
The Low Frequency Auxiliary Oscillator is automatically switched off as soon as the main oscillator starts.
ADCR
Address: 0D1h — Read/Write
70
ADCR7ADCR6ADCR5ADCR4ADCR3OSC
OFF
ADCR1ADCR
0
Bit 7-3, 1-0= ADCR7-ADCR3, ADCR1-ADCR0:
ADC Control Register. These bits are not used.
Bit 2 = OSCOFF. When low, this bit enables main
oscillator to run. The main oscillator is switched off
when OSCOFF is high.
3.1.3 Oscillator Safe Guard
The Oscillator Safe Guard (OSG) affords drastically increased operational integrity in ST62xx devices. The OSG circuit provides three basic func-
ST6252C ST6262B ST6262C
tions: it filters spikes from the oscillator lines which
would result in over frequency to the ST62 CPU; it
gives access to the Low Frequency Auxiliary Os
cillator (LFAO), used to ensure minimum processing in case of main oscillator failure, to offer reduced power consumption or to provide a fixed frequency low cost oscillator; finally, it automatically
limits the internal clock frequency as a function of
supply voltage, in order to ensure correct opera
tion even if the power supply should drop.
The OSG is enabled or disabled by choosing the
relevant OSG option. It may be viewed as a filter
whose cross-over frequency is device dependent.
Spikes on the oscillator lines result in an effectively
increased internal clock frequency. In the absence
of an OSG circuit, this may lead to an over fre
quency for a given power supply voltage. The
OSG filters out such spikes (as illustrated in
9.). In all cases, when the OSG is active, the max-
imum internal clock frequency, f
, which is supply voltage dependent. This re-
f
OSG
lationship is illustrated in Figure 12..
INT
When the OSG is enabled, the Low Frequency
Auxiliary Oscillator may be accessed. This oscilla
tor starts operating after the first missing edge of
the main oscillator (see
Figure 10.).
Over-frequency, at a given power supply level, is
seen by the OSG as spikes; it therefore filters out
some cycles in order that the internal clock fre
quency of the device is kept within the range the
particular device can stand (depending on V
and below f
cy with OSG enabled.
: the maximum authorised frequen-
OSG
Note. The OSG should be used wherever possible
as it provides maximum safety. Care must be tak
en, however, as it can increase power consumption and reduce the maximum operating frequency
.
to f
OSG
Warning: Care has to be taken when using the
OSG, as the internal frequency is defined between
a minimum and a maximum value and is not accu
rate.
For precise timing measurements, it is not recommended to use the OSG and it should not be enabled in applications that use the SPI or the UART.
It should also be noted that power consumption in
Stop mode is higher when the OSG is enabled
(around 50µA at nominal conditions and room
temperature).
Figure
, is limited to
),
DD
-
-
-
-
-
-
-
17/75
Page 18
ST6252C ST6262B ST6262C
(1)
VR001932
(3)
(2)
(4)
(1)
(2)
(3)
(4)
Maximum Frequency for the device to work correctly
Actual Quartz Crystal Frequency at OSCin pin
Noise from OSCin
Resulting Internal Frequency
Main
VR001933
Internal
Emergency
Oscillator
Frequency
Oscillator
CLOCK SYSTEM (Cont’d)
Figure 9. OSG Filtering Principle
Figure 10. OSG Emergency Oscillator Principle
18/75
Page 19
CLOCK SYSTEM (Cont’d)
MAIN
OSCILLATOR
OSG
LFAO
M
U
X
Core
: 13
:
12
:
1
TIMER 1
Watchdog
POR
f
INT
Main Oscillator off
1
2.5
3.644.555.56
8
7
6
5
4
3
2
Maximum FREQUENCY (MHz)
SUPPLY VOLTAGE (V
DD
)
FUNCTIONALITY IS NOT
3
4
3
2
1
f
OSG
f
OSG
Min (at 85°C)
GUARANTEED
IN THIS AREA
VR01807J
f
OSG
Min (at 125°C)
Figure 11. Clock Circuit Block Diagram
ST6252C ST6262B ST6262C
Figure 12. Maximum Operating Frequency (f
Notes:
1. In this area, operation is guaranteed at the
quartz crystal frequency.
2. When the OSG is disabled, operation in this
area is guaranteed at the crystal frequency. When
the OSG is enabled, operation in this area is guaranteed at a frequency of at least f
3. When the OSG is disabled, operation in this
OSG Min.
MAX
) versus Supply Voltage (VDD)
area is guaranteed at the quartz crystal frequency.
When the OSG is enabled, access to this area is
prevented. The internal frequency is kept a f
4. When the OSG is disabled, operation in this
area is not guaranteed
When the OSG is enabled, access to this area is
prevented. The internal frequency is kept at f
OSG.
OSG.
19/75
Page 20
ST6252C ST6262B ST6262C
INT LATCH CLEARED
NMI MASK SET
RESET
( IF PRESENT )
SELECT
NMI MODE FLAGS
IS RESET STILL
PRESENT?
YES
PUT FFEH
ON ADDRESS BUS
FROM RESET LOCATIONS
FFE/FFF
NO
FETCH INSTRUCTION
LOAD PC
VA000427
3.2 RESETS
The MCU can be reset in four ways:
– by the external Reset input being pulled low;
– by Power-on Reset;
– by the digital Watchdog peripheral timing out.
– by Low Voltage Detection (LVD)
3.2.1 RESET Input
The RESET pin may be connected to a device of
the application board in order to reset the MCU if
required. The
RUN, WAIT or STOP mode. This input can be
used to reset the MCU internal state and ensure a
correct start-up procedure. The pin is active low
and features a Schmitt trigger input. The internal
Reset signal is generated by adding a delay to the
external signal. Therefore even short pulses on
RESET pin are acceptable, provided VDD has
the
completed its rising phase and that the oscillator is
running correctly (normal RUN or WAIT modes).
The MCU is kept in the Reset state as long as the
RESET pin is held low.
If RESET activation occurs in the RUN or WAIT
modes, processing of the user program is stopped
(RUN mode only), the Inputs and Outputs are con
figured as inputs with pull-up resistors and the
main Oscillator is restarted. When the level on the
RESET pin then goes high, the initialization se
quence is executed following expiry of the internal
delay period.
If RESET pin activation occurs in the STOP mode,
the oscillator starts up and all Inputs and Outputs
are configured as inputs with pull-up resistors.
When the level of the
the initialization sequence is executed following
expiry of the internal delay period.
3.2.2 Power-on Reset
The function of the POR circuit consists in waking
up the MCU by detecting around 2V a dynamic
(rising edge) variation of the VDD Supply. At the
beginning of this sequence, the MCU is configured
in the Reset state: all I/O ports are configured as
inputs with pull-up resistors and no instruction is
executed. When the power supply voltage rises to
a sufficient level, the oscillator starts to operate,
whereupon an internal delay is initiated, in order to
allow the oscillator to fully stabilize before execut
ing the first instruction. The initialization sequence
RESET pin may be pulled low in
RESET pin then goes high,
is executed immediately following the internal de
lay.
To ensure correct start-up, the user should take
care that the VDD Supply is stabilized at a suffi
cient level for the chosen frequency (see recommended operation) before the reset signal is released. In addition, supply rising must start from
0V.
As a consequence, the POR does not allow to supervise static, slowly rising, or falling, or noisy
(presenting oscillation) VDD supplies.
An external RC network connected to the RESET
pin, or the LVD reset can be used instead to get
the best performances.
Figure 13. Reset and Interrupt Processing
-
-
-
-
-
20/75
Page 21
RESETS (Cont’d)
RESET
RESET
VR02106A
time
V
Up
V
dn
V
DD
3.2.3 Watchdog Reset
The MCU provides a Watchdog timer function in
order to ensure graceful recovery from software
upsets. If the Watchdog register is not refreshed
before an end-of-count condition is reached, the
internal reset will be activated. This, amongst oth
er things, resets the watchdog counter.
The MCU restarts just as though the Reset had
been generated by the
RESET pin, including the
built-in stabilisation delay period.
3.2.4 LVD Reset
The on-chip Low Voltage Detector, selectable as
user option, features static Reset when supply
voltage is below a reference value. Thanks to this
feature, external reset circuit can be removed
while keeping the application safety. This SAFE
RESET is effective as well in Power-on phase as
in power supply drop with different reference val
ues, allowing hysteresis effect. Reference value in
case of voltage drop has been set lower than the
reference value for power-on in order to avoid any
parasitic Reset when MCU start's running and
sinking current on the supply.
-
As long as the supply voltage is below the reference value, there is a internal and static RESET
command. The MCU can start only when the sup
ply voltage rises over the reference value. Therefore, only two operating mode exist for the MCU:
RESET active below the voltage reference, and
running mode over the voltage reference as
shown on the
up, power-down sequence.
Note: When the RESET state is controlled by one
of the internal RESET sources (Low Voltage De
tector, Watchdog, Power on Reset), the RESET
pin is tied to low logic level.
-
Figure 14. LVD Reset on Power-on and Power-down (Brown-out)
ST6252C ST6262B ST6262C
-
Figure 14., that represents a power-
-
3.2.5 Application Notes
No external resistor is required between VDD and
the Reset pin, thanks to the built-in pull-up device.
Direct external connection of the pin RESET to
must be avoided in order to ensure safe be-
V
DD
haviour of the internal reset sources (AND.Wired
structure).
21/75
Page 22
ST6252C ST6262B ST6262C
RESET
RESET
VECTOR
JP
JP:2 BYTES/4 CYCLES
RETI
RETI: 1 BYTE/2 CYCLES
INITIALIZATION
ROUTINE
VA00181
V
DD
RESET
R
PU
R
ESD
1)
POWER
WATCHDOG RESET
CK
COUNTER
RESET
ST6
INTERNAL
RESET
f
OSC
RESET
ON RESET
LVD RESET
VR02107A
AND. Wired
1) Resistive ESD protection. Value not guaranteed.
RESETS (Cont’d)
3.2.6 MCU Initialization Sequence
When a reset occurs the stack is reset, the PC is
loaded with the address of the Reset Vector (locat
ed in program ROM starting at address 0FFEh). A
jump to the beginning of the user program must be
coded at this address. Following a Reset, the In
terrupt flag is automatically set, so that the CPU is
in Non Maskable Interrupt mode; this prevents the
initialisation routine from being interrupted. The in
itialisation routine should therefore be terminated
by a RETI instruction, in order to revert to normal
mode and enable interrupts. If no pending interrupt
is present at the end of the initialisation routine, the
MCU will continue by processing the instruction
immediately following the RETI instruction. If, how
ever, a pending interrupt is present, it will be serviced.
Figure 16. Reset Block Diagram
Figure 15. Reset and Interrupt Processing
-
-
-
-
22/75
Page 23
3.3 RESETS (Cont’d)
Table 6. Register Reset Status
Register Address(es) Status Comment
EEPROM Control Register
Port Data Registers
Port Direction Register
Port Option Register
Interrupt Option Register
TIMER Status/Control
0EAh
0C0h to 0C2h
0C4h to 0C6h
0CCh to 0CEh
0C8h
0D4h
00h
ST6252C ST6262B ST6262C
EEPROM enabled (if available)
I/O are Input with pull-up
I/O are Input with pull-up
I/O are Input with pull-up
Interrupt disabled
TIMER disabled
AR TIMER Mode Control Register
AR TIMER Status/Control 1 Register
AR TIMER Status/Control 2Register
AR TIMER Compare Register
X, Y, V, W, Register
Accumulator
Data RAM
Data RAM Page REgister
Data ROM Window Register
EEPROM
A/D Result Register
AR TIMER Load Register
AR TIMER Reload/Capture Register
TIMER Counter Register
TIMER Prescaler Register
Watchdog Counter Register
A/D Control Register
0D5h
0D6h
0D7h
0DAh
080H TO 083H
0FFh
084h to 0BFh
0E8h
0C9h
00h to F3h
0D0h
0DBh
0D9h
0D3h
0D2h
0D8h
0D1h
Undefined
FFh
7Fh
FEh
40h
AR TIMER stopped
As written if programmed
Max count loaded
A/D in Standby
23/75
Page 24
ST6252C ST6262B ST6262C
3.4 DIGITAL WATCHDOG
The digital Watchdog consists of a reloadable
downcounter timer which can be used to provide
controlled recovery from software upsets.
The Watchdog circuit generates a Reset when the
downcounter reaches zero. User software can
prevent this reset by reloading the counter, and
should therefore be written so that the counter is
regularly reloaded while the user program runs
correctly. In the event of a software mishap (usual
ly caused by externally generated interference),
the user program will no longer behave in its usual
fashion and the timer register will thus not be re
loaded periodically. Consequently the timer will
decrement down to 00h and reset the MCU. In or
der to maximise the effectiveness of the Watchdog
function, user software must be written with this
concept in mind.
Watchdog behaviour is governed by two options,
known as “WATCHDOG ACTIVATION” (i.e.
HARDWARE or SOFTWARE) and “EXTERNAL
STOP MODE CONTROL” (see
Table 7 ).
In the SOFTWARE option, the Watchdog is disabled until bit C of the DWDR register has been set.
When the Watchdog is disabled, low power Stop
mode is available. Once activated, the Watchdog
cannot be disabled, except by resetting the MCU.
In the HARDWARE option, the Watchdog is permanently enabled. Since the oscillator will run continuously, low power mode is not available. The
STOP instruction is interpreted as a WAIT instruc
tion, and the Watchdog continues to countdown.
However, when the EXTERNAL STOP MODE
CONTROL option has been selected low power
consumption may be achieved in Stop Mode.
Execution of the STOP instruction is then governed by a secondary function associated with the
NMI pin. If a STOP instruction is encountered
when the NMI pin is low, it is interpreted as WAIT,
as described above. If, however, the STOP in
struction is encountered when the NMI pin is high,
the Watchdog counter is frozen and the CPU en
ters STOP mode.
When the MCU exits STOP mode (i.e. when an interrupt is generated), the Watchdog resumes its
activity.
-
-
-
24/75
Page 25
DIGITAL WATCHDOG (Cont’d)
WATCHDOG CONTROL REGISTER
D0
D1
D3
D4
D5
D6
D7
WATCHDOG COUNTER
C
SR
T5
T4
T3
T2
T1
D2
T0
OSC ÷12
RESET
VR02068A
÷2
8
The Watchdog is associated with a Data space
register (Digital WatchDog Register, DWDR, loca
tion 0D8h) which is described in greater detail in
Section 3.4.1 Digital Watchdog Register (DWDR).
This register is set to 0FEh on Reset: bit C is
cleared to “0”, which disables the Watchdog; the
timer downcounter bits, T0 to T5, and the SR bit
are all set to “1”, thus selecting the longest Watch
dog timer period. This time period can be set to the
user’s requirements by setting the appropriate val
ue for bits T0 to T5 in the DWDR register. The SR
bit must be set to “1”, since it is this bit which gen
erates the Reset signal when it changes to “0”;
clearing this bit would generate an immediate Re
set.
It should be noted that the order of the bits in the
DWDR register is inverted with respect to the as
sociated bits in the down counter: bit 7 of the
DWDR register corresponds, in fact, to T0 and bit
2 to T5. The user should bear in mind the fact that
these bits are inverted and shifted with respect to
the physical counter bits when writing to this regis
ter. The relationship between the DWDR register
bits and the physical implementation of the Watch
dog timer downcounter is illustrated in Figure 17..
Only the 6 most significant bits may be used to define the time period, since it is bit 6 which triggers
the Reset when it changes to “0”. This offers the
user a choice of 64 timed periods ranging from
3,072 to 196,608 clock cycles (with an oscillator
frequency of 8
MHz, this is equivalent to timer peri-
ods ranging from 384 µs to 24.576 ms).
ST6252C ST6262B ST6262C
Figure 17. Watchdog Counter Control
-
-
-
-
-
-
-
-
25/75
Page 26
ST6252C ST6262B ST6262C
DIGITAL WATCHDOG (Cont’d)
3.4.1 Digital Watchdog Register (DWDR)
Address: 0D8h — Read/Write
Reset status: 1111 1110 b
70
T0T1T2T3T4T5SRC
Bit 0 = C: Watchdog Control bit
If the hardware option is selected, this bit is forced
high and the user cannot change it (the Watchdog
is always active). When the software option is se
lected, the Watchdog function is activated by setting bit C to 1, and cannot then be disabled (save
by resetting the MCU).
When C is kept low the counter can be used as a
7-bit timer.
This bit is cleared to “0” on Reset.
Bit 1 = SR: Software Reset bit
This bit triggers a Reset when cleared.
When C = “0” (Watchdog disabled) it is the MSB of
the 7-bit timer.
This bit is set to “1” on Reset.
Bits 2-7 = T5-T0: Downcounter bits
It should be noted that the register bits are reversed and shifted with respect to the physical
counter: bit-7 (T0) is the LSB of the Watchdog
downcounter and bit-2 (T5) is the MSB.
These bits are set to “1” on Reset.
3.4.2 Application Notes
The Watchdog plays an important supporting role
in the high noise immunity of ST62xx devices, and
should be used wherever possible. Watchdog re
lated options should be selected on the basis of a
trade-off between application security and STOP
mode availability.
When STOP mode is not required, hardware activation without EXTERNAL STOP MODE CONTROL should be preferred, as it provides maximum security, especially during power-on.
When STOP mode is required, hardware activa-
tion and EXTERNAL STOP MODE CONTROL
should be chosen. NMI should be high by default,
to allow STOP mode to be entered when the MCU
is idle.
The NMI pin can be connected to an I/O line (see
Figure 18.) to allow its state to be controlled by
software. The I/O line can then be used to keep
NMI low while Watchdog protection is required, or
to avoid noise or key bounce. When no more
processing is required, the I/O line is released and
the device placed in STOP mode for lowest power
consumption.
When software activation is selected and the
Watchdog is not activated, the downcounter may
be used as a simple 7-bit timer (remember that the
bits are in reverse order).
The software activation option should be chosen
only when the Watchdog counter is to be used as
a timer. To ensure the Watchdog has not been un
expectedly activated, the following instructions
should be executed within the first 27 instructions:
jrr 0, WD, #+3
ldi WD, 0FDH
-
-
26/75
Page 27
DIGITAL WATCHDOG (Cont’d)
NMI
SWITCH
I/O
VR02002
RSFF
8
DATA BUS
VA00010
-2
-12
OSCILLATOR
RESET
WRITE
RESET
DB0
R
S
Q
DB1.7SETLOAD
7
8
-2
SET
CLOCK
These instructions test the C bit and Reset the
MCU (i.e. disable the Watchdog) if the bit is set
(i.e. if the Watchdog is active), thus disabling the
Watchdog.
In all modes, a minimum of 28 instructions are executed after activation, before the Watchdog can
generate a Reset. Consequently, user software
should load the watchdog counter within the first
27 instructions following Watchdog activation
(software mode), or within the first 27 instructions
executed following a Reset (hardware activation).
It should be noted that when the GEN bit is low (interrupts disabled), the NMI interrupt is active but
cannot cause a wake up from STOP/WAIT modes.
Figure 19. Digital Watchdog Block Diagram
ST6252C ST6262B ST6262C
Figure 18. A typical circuit making use of the
EXERNAL STOP MODE CONTROL feature
27/75
Page 28
ST6252C ST6262B ST6262C
3.5 INTERRUPTS
The CPU can manage four Maskable Interrupt
sources, in addition to a Non Maskable Interrupt
source (top priority interrupt). Each source is asso
ciated with a specific Interrupt Vector which contains a Jump instruction to the associated interrupt
service routine. These vectors are located in Pro
gram space (see Table 8 ).
When an interrupt source generates an interrupt
request, and interrupt processing is enabled, the
PC register is loaded with the address of the inter
rupt vector (i.e. of the Jump instruction), which
then causes a Jump to the relevant interrupt serv
ice routine, thus servicing the interrupt.
Interrupt sources are linked to events either on external pins, or on chip peripherals. Several events
can be ORed on the same interrupt source, and
relevant flags are available to determine which
event triggered the interrupt.
The Non Maskable Interrupt request has the highest priority and can interrupt any interrupt routine
at any time; the other four interrupts cannot inter
rupt each other. If more than one interrupt request
is pending, these are processed by the processor
core according to their priority level: source #1 has
the higher priority while source #4 the lower. The
priority of each interrupt source is fixed.
All interrupt sources but the Non Maskable Interrupt source can be disabled by setting accordingly
the GEN bit of the Interrupt Option Register (IOR).
This GEN bit also defines if an interrupt source, in
cluding the Non Maskable Interrupt source, can restart the MCU from STOP/WAIT modes.
Interrupt request from the Non Maskable Interrupt
source #0 is latched by a flip flop which is automat
ically reset by the core at the beginning of the nonmaskable interrupt service routine.
Interrupt request from source #1 can be config-
ured either as edge or level sensitive by setting accordingly the LES bit of the Interrupt Option Regis-
ter (IOR).
Interrupt request from source #2 are always edge
sensitive. The edge polarity can be configured by
setting accordingly the ESB bit of the Interrupt Op
tion Register (IOR).
Interrupt request from sources #3 & #4 are level
sensitive.
In edge sensitive mode, a latch is set when a edge
occurs on the interrupt source line and is cleared
when the associated interrupt routine is started.
So, the occurrence of an interrupt can be stored,
until completion of the running interrupt routine be
fore being processed. If several interrupt requests
occurs before completion of the running interrupt
routine, only the first request is stored.
Storage of interrupt requests is not available in lev-
el sensitive mode. To be taken into account, the
low level must be present on the interrupt pin when
the MCU samples the line after instruction execu
tion.
At the end of every instruction, the MCU tests the
interrupt lines: if there is an interrupt request the
next instruction is not executed and the appropri
ate interrupt service routine is executed instead.
Table 9. Interrupt Option Register Description
GEN
ESB
LES
-
OTHERSNOT USED
SETEnable all interrupts
CLEAREDDisable all interrupts
SET
CLEARED
SET
CLEARED
Rising edge mode on interrupt source #2
Falling edge mode on interrupt source #2
Level-sensitive mode on interrupt source #1
Falling edge mode on interrupt source #1
-
-
-
-
-
28/75
Page 29
INTERRUPTS (Cont’d)
INSTRUCTION
FETCH
INSTRUCTION
EXECUTE
INSTRUCTION
WAS
THE INSTRUCTION
A RETI
?
?
CLEAR
INTERRUPT MASK
SELECT
PROGRAM FLAGS
"POP"
THE STACKED PC
?
CHECK IF THERE IS
AN INTERRUPT REQUEST
AND INTERRUPT MASK
SELECT
INTERNAL MODE FLAG
PUSH THE
PC INTO THE STACK
LOAD PC FROM
INTERRUPT VECTOR
(FFC/FFD)
SET
INTERRUPT MASK
NO
NO
YES
IS THE CORE
ALREADY IN
NORMAL MODE?
VA000014
YES
NO
YES
3.5.2 Interrupt Procedure
The interrupt procedure is very similar to a call procedure, indeed the user can consider the interrupt
as an asynchronous call procedure. As this is an
asynchronous event, the user cannot know the
context and the time at which it occurred. As a re
sult, the user should save all Data space registers
which may be used within the interrupt routines.
There are separate sets of processor flags for nor
mal, interrupt and non-maskable interrupt modes,
which are automatically switched and so do not
need to be saved.
The following list summarizes the interrupt procedure:
MCU
– The interrupt is detected.
– The C and Z flags are replaced by the interrupt
flags (or by the NMI flags).
– The PC contents are stored in the first level of
the stack.
– The normal interrupt lines are inhibited (NMI still
active).
– The first internal latch is cleared.
– The associated interrupt vector is loaded in the PC.
WARNING: In some circumstances, when a
maskable interrupt occurs while the ST6 core is in
NORMAL mode and especially during the execu
tion of an "ldi IOR, 00h" instruction (disabling all
maskable interrupts): if the interrupt arrives during
the first 3 cycles of the "ldi" instruction (which is a
4-cycle instruction) the core will switch to interrupt
mode BUT the flags CN and ZN will NOT switch to
the interrupt pair CI and ZI.
User
– User selected registers are saved within the in-
terrupt service routine (normally on a software
stack).
– The source of the interrupt is found by polling the
interrupt flags (if more than one source is associ
ated with the same vector).
– The interrupt is serviced.
– Return from interrupt (RETI)
ST6252C ST6262B ST6262C
MCU
– Automatically the MCU switches back to the nor-
mal flag set (or the interrupt flag set) and pops
the previous PC value from the stack.
The interrupt routine usually begins by the identify-
-
ing the device which generated the interrupt request (by polling). The user should save the registers which are used within the interrupt routine in a
-
software stack. After the RETI instruction is exe
cuted, the MCU returns to the main routine.
Figure 20. Interrupt Processing Flow Chart
-
-
-
29/75
Page 30
ST6252C ST6262B ST6262C
INTERRUPTS (Cont’d)
3.5.3 Interrupt Option Register (IOR)
The Interrupt Option Register (IOR) is used to enable/disable the individual interrupt sources and to
select the operating mode of the external interrupt
inputs. This register is write-only and cannot be
accessed by single-bit operations.
Address: 0C8h — Write Only
Reset status: 00h
70
-LES ESB GEN----
Bit 7, Bits 3-0 = Unused.
Bit 6 = LES: Level/Edge Selection bit.
When this bit is set to one, the interrupt source #1
is level sensitive. When cleared to zero the edge
sensitive mode for interrupt request is selected.
Table 10. Interrupt Requests and Mask Bits
PeripheralRegister
GENERALIORC8hGENAll Interrupts, excluding NMI
TIMERTSCR1D4hETITMZ: TIMER OverflowVector 4
A/D CONVERTER ADCRD1hEAIEOC: End of ConversionVector 4
AR TIMERARMCD5h
Port PAnORPA-DRPAC0h-C4hORPAn-DRPAn PAn pinVector 1
Port PBnORPB-DRPBC1h-C5hORPBn-DRPBn PBn pinVector 1
Port PCnORPC-DRPCC2h-C6hORPCn-DRPCn PCn pinVector 2
Address
Register
Bit 5 = ESB: Edge Selection bit.
The bit ESB selects the polarity of the interrupt
source #2.
Bit 4 = GEN: Global Enable Interrupt. When this bit
is set to one, all interrupts are enabled. When this
bit is cleared to zero all the interrupts (excluding
NMI) are disabled.
When the GEN bit is low, the NMI interrupt is active but cannot cause a wake up from STOP/WAIT
modes.
This register is cleared on reset.
3.5.4 Interrupt Sources
Interrupt sources available on the
ST62E62C/T62C are summarized in the
with associated mask bit to enable/disable the interrupt request.
Mask bitMasked Interrupt Source
OVIE
CPIE
EIE
OVF: AR TIMER Overflow
CPF: Successful compare
EF: Active edge on ARTIMin
Table 10
Interrupt
vector
Vector 3
30/75
Page 31
INTERRUPTS (Cont’d)
Start
1
I
QCLK
CLR
FF
1
0
MUX
IOR REG. C8H, bit 6
IOR REG. C8H, bit 5
FF
CLR
CLK Q
I
2
Start
TIMER1
CPIE
CPF
TMZ
ETI
INT #4 (FF0,1)
INT #3 (FF2,3)
INT #2 (FF4,5)
INT #1 (FF6,7)
RESTART FROM
STOP/WAIT
AR TIMER
EF
EIE
OVF
OVIE
VA0426K
PBE
Bits
Bits
PORT B
PORT A
PBE
PBE
DD
V
SINGLE BIT ENABLE
FROM REGISTER PORT A,B,C
PORT C
SPINT bit
Start
0
I
QCLK
CLR
FF
Bit GEN (IOR Register)
NMI (FFC,D)
NMI
V
DD
ADC
EOC
EAI
SPIE bit
SPIDIV Register
SPIMOD Register
Figure 21. Interrupt Block Diagram
ST6252C ST6262B ST6262C
31/75
Page 32
ST6252C ST6262B ST6262C
3.6 POWER SAVING MODES
The WAIT and STOP modes have been implemented in the ST62xx family of MCUs in order to
reduce the product’s electrical consumption during
idle periods. These two power saving modes are
described in the following paragraphs.
3.6.1 WAIT Mode
The MCU goes into WAIT mode as soon as the
WAIT instruction is executed. The microcontroller
can be considered as being in a “software frozen”
state where the core stops processing the pro
gram instructions, the RAM contents and peripheral registers are preserved as long as the power
supply voltage is higher than the RAM retention
voltage. In this mode the peripherals are still ac
tive.
WAIT mode can be used when the user wants to
reduce the MCU power consumption during idle
periods, while not losing track of time or the capability of monitoring external events. The active oscillator is not stopped in order to provide a clock
signal to the peripherals. Timer counting may be
enabled as well as the Timer interrupt, before en
tering the WAIT mode: this allows the WAIT mode
to be exited when a Timer interrupt occurs. The
same applies to other peripherals which use the
clock signal.
If the WAIT mode is exited due to a Reset (either
by activating the external pin or generated by the
Watchdog), the MCU enters a normal reset proce
dure. If an interrupt is generated during WAIT
mode, the MCU’s behaviour depends on the state
of the processor core prior to the WAIT instruction,
but also on the kind of interrupt request which is
generated. This is described in the following para
graphs. The processor core does not generate a
delay following the occurrence of the interrupt, because the oscillator clock is still available and no
stabilisation period is necessary.
3.6.2 STOP Mode
If the Watchdog is disabled, STOP mode is availa-
-
ble. When in STOP mode, the MCU is placed in
the lowest power consumption mode. In this operating mode, the microcontroller can be considered
as being “frozen”, no instruction is executed, the
oscillator is stopped, the RAM contents and pe
ripheral registers are preserved as long as the
power supply voltage is higher than the RAM re
tention voltage, and the ST62xx core waits for the
occurrence of an external interrupt request or a
Reset to exit the STOP state.
If the STOP state is exited due to a Reset (by activating the external pin) the MCU will enter a nor-
-
mal reset procedure. Behaviour in response to interrupts depends on the state of the processor
core prior to issuing the STOP instruction, and
also on the kind of interrupt request that is gener
ated.
This case will be described in the following paragraphs. The processor core generates a delay af-
-
ter occurrence of the interrupt request, in order to
wait for complete stabilisation of the oscillator, before executing the first instruction.
-
-
-
-
32/75
Page 33
POWER SAVING MODE (Cont’d)
3.6.3 Exit from WAIT and STOP Modes
The following paragraphs describe how the MCU
exits from WAIT and STOP modes, when an interrupt occurs (not a Reset). It should be noted that
the restart sequence depends on the original state
of the MCU (normal, interrupt or non-maskable interrupt mode) prior to entering WAIT or STOP
mode, as well as on the interrupt type.
Interrupts do not affect the oscillator selection.
3.6.3.1 Normal Mode
If the MCU was in the main routine when the WAIT
or STOP instruction was executed, exit from Stop
or Wait mode will occur as soon as an interrupt occurs; the related interrupt routine is executed and,
on completion, the instruction which follows the
STOP or WAIT instruction is then executed, providing no other interrupts are pending.
3.6.3.2 Non Maskable Interrupt Mode
If the STOP or WAIT instruction has been executed during execution of the non-maskable interrupt
routine, the MCU exits from the Stop or Wait mode
as soon as an interrupt occurs: the instruction
which follows the STOP or WAIT instruction is ex
ecuted, and the MCU remains in non-maskable interrupt mode, even if another interrupt has been
generated.
3.6.3.3 Normal Interrupt Mode
If the MCU was in interrupt mode before the STOP
or WAIT instruction was executed, it exits from
STOP or WAIT mode as soon as an interrupt oc
curs. Nevertheless, two cases must be considered:
– If the interrupt is a normal one, the interrupt rou-
tine in which the WAIT or STOP mode was en-
ST6252C ST6262B ST6262C
tered will be completed, starting with the
execution of the instruction which follows the
STOP or the WAIT instruction, and the MCU is
still in the interrupt mode. At the end of this rou
tine pending interrupts will be serviced in accordance with their priority.
– In the event of a non-maskable interrupt, the
non-maskable interrupt service routine is proc
essed first, then the routine in which the WAIT or
STOP mode was entered will be completed by
executing the instruction following the STOP or
WAIT instruction. The MCU remains in normal
interrupt mode.
Notes:
To achieve the lowest power consumption during
RUN or WAIT modes, the user program must take
care of:
– configuring unused I/Os as inputs without pull-up
(these should be externally tied to well defined
logic levels);
– placing all peripherals in their power down
modes before entering STOP mode;
When the hardware activated Watchdog is select-
ed, or when the software Watchdog is enabled, the
STOP instruction is disabled and a WAIT instruction will be executed in its place.
If all interrupt sources are disabled (GEN low), the
MCU can only be restarted by a Reset. Although
setting GEN low does not mask the NMI as an in
-
terrupt, it will stop it generating a wake-up signal.
The WAIT and STOP instructions are not executed if an enabled interrupt request is pending.
-
-
-
33/75
Page 34
ST6252C ST6262B ST6262C
V
DD
RESET
SIN CONTROLS
S
OUT
SHIFT
REGISTER
DATA
DATA
DIRECTION
REGISTER
REGISTER
OPTION
REGISTER
INPUT/OUTPUT
TO INTERRUPT
V
DD
TO ADC
VA00413
4 ON-CHIP PERIPHERALS
4.1 I/O PORTS
The MCU features Input/Output lines which may
be individually programmed as any of the following
input or output configurations:
– Input without pull-up or interrupt
– Input with pull-up and interrupt
– Input with pull-up, but without interrupt
– Analog input
– Push-pull output
– Open drain output
The lines are organised as bytewise Ports.
Each port is associated with 3 registers in Data
space. Each bit of these registers is associated
with a particular line (for instance, bits 0 of Port A
Data, Direction and Option registers are associat
ed with the PA0 line of Port A).
The DATA registers (DRx), are used to read the
voltage level values of the lines which have been
configured as inputs, or to write the logic value of
the signal to be output on the lines configured as
outputs. The port data registers can be read to get
the effective logic levels of the pins, but they can
Figure 22. I/O Port Block Diagram
be also written by user software, in conjunction
with the related option registers, to select the dif
ferent input mode options.
Single-bit operations on I/O registers are possible
but care is necessary because reading in input
mode is done from I/O pins while writing will direct
ly affect the Port data register causing an undesired change of the input configuration.
The Data Direction registers (DDRx) allow the
data direction (input or output) of each pin to be
set.
The Option registers (ORx) are used to select the
different port options available both in input and in
output mode.
All I/O registers can be read or written to just as
any other RAM location in Data space, so no extra
RAM cells are needed for port data storage and
manipulation. During MCU initialization, all I/O reg
isters are cleared and the input mode with pull-ups
and no interrupt generation is selected for all the
pins, thus avoiding pin conflicts.
-
-
-
34/75
Page 35
ST6252C ST6262B ST6262C
I/O PORTS (Cont’d)
4.1.1 Operating Modes
Each pin may be individually programmed as input
or output with various configurations.
This is achieved by writing the relevant bit in the
Data (DR), Data Direction (DDR) and Option reg
isters (OR). Table 11 illustrates the various port
configurations which can be selected by user software.
4.1.1.1 Input Options
Pull-up, High Impedance Option. All input lines
can be individually programmed with or without an
internal pull-up by programming the OR and DR
registers accordingly. If the pull-up option is not
selected, the input pin will be in the high-imped
ance state.
Table 11. I/O Port Option Selection
DDRORDRModeOption
000InputWith pull-up, no interrupt
001InputNo pull-up, no interrupt
010InputWith pull-up and with interrupt
011InputAnalog input (when available)
10XOutputOpen-drain output (20mA sink when available)
11XOutputPush-pull output (20mA sink when available)
Note: X = Don’t care
4.1.1.2 Interrupt Options
All input lines can be individually connected by
software to the interrupt system by programming
the OR and DR registers accordingly. The inter
rupt trigger modes (falling edge, rising edge and
low level) can be configured by software as de
scribed in the Interrupt Chapter for each port.
4.1.1.3 Analog Input Options
Some pins can be configured as analog inputs by
programming the OR and DR registers according
ly. These analog inputs are connected to the onchip 8-bit Analog to Digital Converter. ONLY ONE
pin should be programmed as an analog input at
any time, since by selecting more than one input
simultaneously their pins will be effectively short
ed.
-
-
-
-
35/75
Page 36
ST6252C ST6262B ST6262C
Interrupt
pull-up
Output
Open Drain
Output
Push-pull
Input
pull-up (Reset
state)
Input
Analog
Output
Open Drain
Output
Push-pull
Input
010*
000
100
110
011
001
101
111
I/O PORTS (Cont’d)
4.1.2 Safe I/O State Switching Sequence
Switching the I/O ports from one state to another
should be done in a sequence which ensures that
no unwanted side effects can occur. The recom
mended safe transitions are illustrated in Figure
23.. All other transitions are potentially risky and
should be avoided when changing the I/O operating mode, as it is most likely that undesirable sideeffects will be experienced, such as spurious inter
rupt generation or two pins shorted together by the
analog multiplexer.
Single bit instructions (SET, RES, INC and DEC)
should be used with great caution on Ports Data
registers, since these instructions make an implicit
read and write back of the entire register. In port
input mode, however, the data register reads from
the input pins directly, and not from the data regis
ter latches. Since data register information in input
mode is used to set the characteristics of the input
pin (interrupt, pull-up, analog input), these may be
unintentionally reprogrammed depending on the
state of the input pins. As a general rule, it is better
to limit the use of single bit instructions on data
registers to when the whole (8-bit) port is in output
mode. In the case of inputs or of mixed inputs and
Figure 23. Diagram showing Safe I/O State Transitions
outputs, it is advisable to keep a copy of the data
register in RAM. Single bit instructions may then
be used on the RAM copy, after which the whole
copy register can be written to the port data regis
ter:
SET bit, datacopy
LD a, datacopy
LD DRA, a
Warning: Care must also be taken to not use in-
structions that act on a whole port register (INC,
DEC, or read operations) when all 8 bits are not
available on the device. Unavailable bits must be
masked by software (AND instruction).
The WAIT and STOP instructions allow the
ST62xx to be used in situations where low power
consumption is needed. The lowest power con
sumption is achieved by configuring I/Os in input
mode with well-defined logic levels.
The user must take care not to switch outputs with
heavy loads during the conversion of one of the
analog inputs in order to avoid any disturbance to
the conversion.
-
-
Note *. xxx = DDR, OR, DR Bits respectively
36/75
Page 37
I/O PORTS (Cont’d)
Data in
Interrupt
Data in
Interrupt
Data in
Interrupt
Data out
ADC
Data out
Table 12. I/O Port Option Selections
MODEAVAILABLE ON
ST6252C ST6262B ST6262C
(1)
SCHEMATIC
Input
Reset state(
Reset state if PULL-UP
option disabled
Input
Reset state
Reset state if PULL-UP
option enabled
Input
with pull up
with interrupt
Analog Input
Open drain output
5mA
PA4-PA5
PB0, PB6-PB7
PC2-PC3
PB2-PB3,
PA4-PA5
PB0,,PB6-PB7
PC2-PC3
PB2-PB3
PA4-PA5
PB0, PB2-PB3,PB6-PB7
PC2-PC3
PA4-PA5
PC2-PC3
PA4-PA5
PC2-PC3
Open drain output
30mA
Push-pull output
5mA
Push-pull output
30mA
Note 1. Provided the correct configuration has been selected.
PB0, PB2-PB3,PB6-PB7
PA4-PA5
PC2-PC3
PB0, PB2-PB3,PB6-PB7
37/75
Page 38
ST6252C ST6262B ST6262C
AR TIMER
ARTIMin
PWMOE
ARTIMout
DR
PID
DR
1
MUX
0
VR01661G
ARTIMin
ARTIMout
PID
OR
I/O PORTS (Cont’d)
4.1.3 ARTimer alternate functions
When bit PWMOE of register ARMC is low, pin
ARTIMout/PB7 is configured as any standard pin
of port B through the port registers. When PW
MOE is high, ARTMout/PB7 is the PWM output, independently of the port registers configuration.
Figure 24. Peripheral Interface Configuration of AR Timer
ARTIMin/PB6 is connected to the AR Timer input.
It is configured through the port registers as any
standard pin of port B. To use ARTIMin/PB6 as AR
Timer input, it must be configured as input through
-
DDRB.
38/75
Page 39
4.2 TIMER
DATA BUS
8-BIT
COUNTER
STATUS/CONTROL
REGISTER
INTERRUPT
LINE
VR02070A
3
8
8
8
6
5
4
3
2
1
0
SELECT
1 OF 7
12
b7 b6 b5b4 b3 b2 b1 b0
TMZ ETI D5 D4 PSI PS2 PS1 PS0
f
INT
PSC
The MCU features an on-chip Timer peripheral,
consisting of an 8-bit counter with a 7-bit program
mable prescaler, giving a maximum count of 215.
Figure 25. shows the Timer Block Diagram. The
content of the 8-bit counter can be read/written in
the Timer/Counter register, TCR, which can be ad
dressed in Data space as a RAM location at address 0D3h. The state of the 7-bit prescaler can be
read in the PSC register at address 0D2h. The
control logic device is managed in the TSCR reg
ister as described in the following paragraphs.
The 8-bit counter is decrement by the output (rising edge) coming from the 7-bit prescaler and can
be loaded and read under program control. When
it decrements to zero then the TMZ (Timer Zero)bit
in the TSCR is set. If the ETI (Enable Timer Inter
rupt) bit in the TSCR is also set, an interrupt request is generated. The Timer interrupt can be
used to exit the MCU from WAIT mode.
Figure 25. Timer Block Diagram
ST6252C ST6262B ST6262C
The prescaler input is the internal frequency (f
-
divided by 12. The prescaler decrements on the
rising edge. Depending on the division factor pro
grammed by PS2, PS1 and PS0 bits in the TSCR
Table 13.), the clock input of the timer/coun-
(see
ter register is multiplexed to different sources. For
division factor 1, the clock input of the prescaler is
also that of timer/counter; for factor 2, bit 0 of the
prescaler register is connected to the clock input of
TCR. This bit changes its state at half the frequen
cy of the prescaler input clock. For factor 4, bit 1 of
the PSC is connected to the clock input of TCR,
and so forth. The prescaler initialize bit, PSI, in the
TSCR register must be set to allow the prescaler
(and hence the counter) to start. If it is cleared, all
the prescaler bits are set and the counter is inhib
-
ited from counting. The prescaler can be loaded
with any value between 0 and 7Fh, if bit PSI is set.
The prescaler tap is selected by means of the
PS2/PS1/PS0 bits in the control register.
Figure 26. illustrates the Timer’s working principle.
INT
)
-
-
-
39/75
Page 40
ST6252C ST6262B ST6262C
BIT0
BIT1BIT2
BIT3BIT6BIT5BIT4
CLOCK
7-BIT PRESCALER
8-1 MULTIPLEXER
8-BIT COUNTER
BIT0BIT1
BIT2
BIT3BIT4BIT5
BIT6
BIT7
10234
5
6
7
PS0
PS1
PS2
VA00186
TIMER (Cont’d)
4.2.1 Timer Operation
The Timer prescaler is clocked by the prescaler
clock input (f
The user can select the desired prescaler division
ratio through the PS2, PS1, PS0 bits. When the
TCR count reaches 0, it sets the TMZ bit in the
TSCR. The TMZ bit can be tested under program
control to perform a timer function whenever it
goes high.
4.2.2 Timer Interrupt
When the counter register decrements to zero with
the ETI (Enable Timer Interrupt) bit set to one, an
interrupt request associated with Interrupt Vector
#4 is generated. When the counter decrements to
Figure 26. Timer Working Principle
INT
÷ 12).
zero, the TMZ bit in the TSCR register is set to
one.
4.2.3 Application Notes
TMZ is set when the counter reaches zero; however, it may also be set by writing 00h in the TCR
register or by setting bit 7 of the TSCR register.
The TMZ bit must be cleared by user software
when servicing the timer interrupt to avoid unde
sired interrupts when leaving the interrupt service
routine. After reset, the 8-bit counter register is
loaded with 0FFh, while the 7-bit prescaler is load
ed with 07Fh, and the TSCR register is cleared.
This means that the Timer is stopped (PSI=“0”)
and the timer interrupt is disabled.
-
-
40/75
Page 41
TIMER (Cont’d)
A write to the TCR register will predominate over
the 8-bit counter decrement to 00h function, i.e. if a
write and a TCR register decrement to 00h occur
simultaneously, the write will take precedence,
and the TMZ bit is not set until the 8-bit counter
reaches 00h again. The values of the TCR and the
PSC registers can be read accurately at any time.
4.2.4 Timer Registers
Timer Status Control Register (TSCR)
Address: 0D4h — Read/Write
70
TMZETID5D4PSIPS2PS1PS0
Bit 7 = TMZ: Timer Zero bit
A low-to-high transition indicates that the timer
count register has decrement to zero. This bit
must be cleared by user software before starting a
new count.
Bit 6 = ETI: Enable Timer Interrup
When set, enables the timer interrupt request
(vector #4). If ETI=0 the timer interrupt is disabled.
If ETI=1 and TMZ=1 an interrupt request is gener
ated.
Bit 5 = D5: Reserved
Must be set to “1”.
Bit 4 = D4
Do not care.
Bit 3 = PSI: Prescaler Initialize Bit
Used to initialize the prescaler and inhibit its count-
ing. When PSI=“0” the prescaler is set to 7Fh and
the counter is inhibited. When PSI=“1” the prescal
er is enabled to count downwards. As long as
ST6252C ST6262B ST6262C
PSI=“0” both counter and prescaler are not run
ning.
Bit 2, 1, 0 = PS2, PS1, PS0: Prescaler Mux. Select. These bits select the division ratio of the pres-
caler register.
The Auto-Reload Timer (AR Timer) on-chip peripheral consists of an 8-bit timer/counter with
compare and capture/reload capabilities and of a
7-bit prescaler with a clock multiplexer, enabling
the clock input to be selected as f
external clock source. A Mode Control Register,
ARMC, two Status Control Registers, ARSC0 and
ARSC1, an output pin, ARTIMout, and an input
pin, ARTIMin, allow the Auto-Reload Timer to be
used in 4 modes:
– Auto-reload (PWM generation),
– Output compare and reload on external event
(PLL),
– Input capture and output compare for time meas-
urement.
– Input capture and output compare for period
measurement.
The AR Timer can be used to wake the MCU from
WAIT mode either with an internal or with an exter
nal clock. It also can be used to wake the MCU
from STOP mode, if used with an external clock
signal connected to the ARTIMin pin. A Load reg
ister allows the program to read and write the
counter on the fly.
4.3.1 AR Timer Description
The AR COUNTER is an 8-bit up-counter incremented on the input clock’s rising edge. The counter is loaded from the ReLoad/Capture Register,
ARRC, for auto-reload or capture operations, as
well as for initialization. Direct access to the AR
counter is not possible; however, by reading or
writing the ARLR load register, it is possible to
read or write the counter’s contents on the fly.
The AR Timer’s input clock can be either the internal clock (from the Oscillator Divider), the internal
clock divided by 3, or the clock signal connected to
the ARTIMin pin. Selection between these clock
sources is effected by suitably programming bits
CC0-CC1 of the ARSC1 register. The output of the
AR Multiplexer feeds the 7-bit programmable AR
Prescaler, ARPSC, which selects one of the 8
available taps of the prescaler, as defined by
PSC0-PSC2 in the AR Mode Control Register.
Thus the division factor of the prescaler can be set
to 2n (where n = 0, 1,..7).
The clock input to the AR counter is enabled by the
TEN (Timer Enable) bit in the ARMC register.
When TEN is reset, the AR counter is stopped and
INT
, f
INT/3
or an
the prescaler and counter contents are frozen.
When TEN is set, the AR counter runs at the rate
of the selected clock source. The counter is
cleared on system reset.
The AR counter may also be initialized by writing
to the ARLR load register, which also causes an
immediate copy of the value to be placed in the AR
counter, regardless of whether the counter is run
ning or not. Initialization of the counter, by either
method, will also clear the ARPSC register, where
upon counting will start from a known value.
4.3.2 Timer Operating Modes
Four different operating modes are available for
the AR Timer:
Auto-reload Mode with PWM Generation. This
mode allows a Pulse Width Modulated signal to be
generated on the ARTIMout pin with minimum
Core processing overhead.
-
The free running 8-bit counter is fed by the prescaler’s output, and is incremented on every rising
edge of the clock signal.
When a counter overflow occurs, the counter is
automatically reloaded with the contents of the Re
load/Capture Register, ARCC, and ARTIMout is
set. When the counter reaches the value con
tained in the compare register (ARCP), ARTIMout
is reset.
On overflow, the OVF flag of the ARSC0 register is
set and an overflow interrupt request is generated
if the overflow interrupt enable bit, OVIE, in the
Mode Control Register (ARMC), is set. The OVF
flag must be reset by the user software.
When the counter reaches the compare value, the
CPF flag of the ARSC0 register is set and a com
pare interrupt request is generated, if the Compare
Interrupt enable bit, CPIE, in the Mode Control
Register (ARMC), is set. The interrupt service rou
tine may then adjust the PWM period by loading a
new value into ARCP. The CPF flag must be reset
by user software.
The PWM signal is generated on the ARTIMout
pin (refer to the Block Diagram). The frequency of
this signal is controlled by the prescaler setting
and by the auto-reload value present in the Re
load/Capture register, ARRC. The duty cycle of
the PWM signal is controlled by the Compare Reg
ister, ARCP.
-
-
-
-
-
-
-
-
42/75
Page 43
AUTO-RELOAD TIMER (Cont’d)
DATA BUS
8
8
8
COMPARE
8
RELOAD/CAPTURE
DATA BUS
AR TIMER
VR01660A
8
8
R
S
TCLD
OVIE
PWMOE
OVF
LOAD
ARTIMout
M
SYNCHRO
ARTIMin
SL0-SL1
INT
f
PB6/
AR
REGISTER
EF
REGISTER
LOAD
AR
U
X
f
INT
/3
AR PRESCALER
7-Bit
CC0-CC1
AR COUNTER
8-Bit
AR COMPARE
REGISTER
OVF
EIE
EF
INTERRUPT
CPF
CPIE
CPF
DRB7
DDRB7
PB7/
PS0-PS2
88
Figure 27. AR Timer Block Diagram
ST6252C ST6262B ST6262C
43/75
Page 44
ST6252C ST6262B ST6262C
COUNTER
COMPARE
VALUE
RELOAD
REGISTER
PWM OUTPUT
t
t
255
000
VR001852
t
HIGH
t
LOW
AUTO-RELOAD TIMER (Cont’d)
It should be noted that the reload values will also
affect the value and the resolution of the duty cycle
of PWM output signal. To obtain a signal on ARTI
Mout, the contents of the ARCP register must be
greater than the contents of the ARRC register.
The maximum available resolution for the ARTIMout duty cycle is:
Resolution = 1/[256-(ARRC)]
Where ARRC is the content of the Reload/Capture
register. The compare value loaded in the Com
pare Register, ARCP, must be in the range from
(ARRC) to 255.
Figure 28. Auto-reload Timer PWM Function
The ARTC counter is initialized by writing to the
ARRC register and by then setting the TCLD (Tim
-
er Load) and the TEN (Timer Clock Enable) bits in
the Mode Control register, ARMC.
Enabling and selection of the clock source is controlled by the CC0, CC1, SL0 and SL1 bits in the
Status Control Register, ARSC1. The prescaler di
vision ratio is selected by the PS0, PS1 and PS2
bits in the ARSC1 register.
In Auto-reload Mode, any of the three available
clock sources can be selected: Internal Clock, In
ternal Clock divided by 3 or the clock signal
present on the ARTIMin pin.
-
-
-
44/75
Page 45
AUTO-RELOAD TIMER (Cont’d)
Capture Mode with PWM Generation. In this
mode, the AR counter operates as a free running
8-bit counter fed by the prescaler output. The
counter is incremented on every clock rising edge.
An 8-bit capture operation from the counter to the
ARRC register is performed on every active edge
on the ARTIMin pin, when enabled by Edge Con
trol bits SL0, SL1 in the ARSC1 register. At the
same time, the External Flag, EF, in the ARSC0
register is set and an external interrupt request is
generated if the External Interrupt Enable bit, EIE,
in the ARMC register, is set. The EF flag must be
reset by user software.
Each ARTC overflow sets ARTIMout, while a
match between the counter and ARCP (Compare
Register) resets ARTIMout and sets the compare
flag, CPF. A compare interrupt request is generat
ed if the related compare interrupt enable bit,
CPIE, is set. A PWM signal is generated on ARTI
Mout. The CPF flag must be reset by user software.
The frequency of the generated signal is determined by the prescaler setting. The duty cycle is
determined by the ARCP register.
Initialization and reading of the counter are identical to the auto-reload mode (see previous description).
Enabling and selection of clock sources is controlled by the CC0 and CC1 bits in the AR Status Control Register, ARSC1.
The prescaler division ratio is selected by programming the PS0, PS1 and PS2 bits in the
ARSC1 Register.
In Capture mode, the allowed clock sources are
the internal clock and the internal clock divided by
3; the external ARTIMin input pin should not be
used as a clock source.
Capture Mode with Reset of counter and prescaler, and PWM Generation. This mode is identi-
cal to the previous one, with the difference that a
capture condition also resets the counter and the
prescaler, thus allowing easy measurement of the
time between two captures (for input period meas
urement on the ARTIMin pin).
Note: In this mode it is recommended not to
change the ARTimer counter value from FFH to
any other value by writing this value in the ARRC
register and setting the TLCD bit in the ARMC reg
ister.
ST6252C ST6262B ST6262C
Load on External Input. The counter operates as
a free running 8-bit counter fed by the prescaler.
the count is incremented on every clock rising
edge.
Each counter overflow sets the ARTIMout pin. A
match between the counter and ARCP (Compare
-
Register) resets the ARTIMout pin and sets the
compare flag, CPF. A compare interrupt request is
generated if the related compare interrupt enable
bit, CPIE, is set. A PWM signal is generated on
ARTIMout. The CPF flag must be reset by user
software.
Initialization of the counter is as described in the
previous paragraph. In addition, if the external AR
TIMin input is enabled, an active edge on the input
pin will copy the contents of the ARRC register into
-
the counter, whether the counter is running or not.
Notes:
The clock frequency should not be modified while
the counter is counting, since the counter may be
set to an unpredictable value. For instance, the
multiplexer setting should not be modified while
the counter is counting.
Loading of the counter by any means (by auto-reload, through ARLR, ARRC or by the Core) resets
the prescaler at the same time.
Care should be taken when both the Capture interrupt and the Overflow interrupt are used. Capture
and overflow are asynchronous. If the capture oc
curs when the Overflow Interrupt Flag, OVF, is
high (between counter overflow and the flag being
reset by software, in the interrupt routine), the Ex
ternal Interrupt Flag, EF, may be cleared simultaneusly without the interrupt being taken into ac-
count.
The solution consists in resetting the OVF flag by
writing 06h in the ARSC0 register. The value of EF
is not affected by this operation. If an interrupt has
occured, it will be processed when the MCU exits
from the interrupt routine (the second interrupt is
latched).
INT
INT
INT
INT
, f
, f
, f
, f
INT/3
INT/3
INT/3
INT/3
, ARTIMin
-
-
-
45/75
Page 46
ST6252C ST6262B ST6262C
AUTO-RELOAD TIMER (Cont’d)
4.3.3 AR Timer Registers
AR Mode Control Register (ARMC)
Address: D5h — Read/Write
Reset status: 00h
70
TCLD TEN PWMOEEIECPIE OVIE ARMC1 ARMC0
The AR Mode Control Register ARMC is used to
program the different operating modes of the AR
Timer, to enable the clock and to initialize the
counter. It can be read and written to by the Core
and it is cleared on system reset (the AR Timer is
disabled).
Note: Care should be taken when writing to the
ARMC register while AR Timer is running: if a
PWM signal is being output while the ARMC regis
ter is overwritten with its previous value, ARTIMout
pin remains at its previous state for a programmed
time equal to t
new count starts.
(refer to Figure 28.). Then, a
HIGH
Bit 7 = TLCD: Timer Load Bit. This bit, when set,
will cause the contents of ARRC register to be
loaded into the counter and the contents of the
prescaler register, ARPSC, are cleared in order to
initialize the timer before starting to count. This bit
is write-only and any attempt to read it will yield a
logical zero.
Bit 6 = TEN: Timer Clock Enable. This bit, when
set, allows the timer to count. When cleared, it will
stop the timer and freeze ARPSC and ARTSC.
Bit 5 = PWMOE: PWM Output Enable. This bit,
when set, enables the PWM output on the ARTI
Mout pin. When reset, the PWM output is disabled.
Bit 4 = EIE: External Interrupt Enable. This bit,
when set, enables the external interrupt request.
When reset, the external interrupt request is
masked. If EIE is set and the related flag, EF, in
the ARSC0 register is also set, an interrupt re
quest is generated.
Bit 3 = CPIE: Compare Interrupt Enable. This bit,
when set, enables the compare interrupt request.
If CPIE is reset, the compare interrupt request is
masked. If CPIE is set and the related flag, CPF, in
the ARSC0 register is also set, an interrupt re
quest is generated.
-
-
-
-
Bit 2 = OVIE: Overflow Interrupt. This bit, when
set, enables the overflow interrupt request. If OVIE
is reset, the compare interrupt request is masked.
If OVIE is set and the related flag, OVF in the
ARSC0 register is also set, an interrupt request is
generated.
Bit 1-0 = ARMC1-ARMC0: Mode Control Bits 1-0.
These are the operating mode control bits. The fol
lowing bit combinations will select the various operating modes:
ARMC1ARMC0Operating Mode
00Auto-reload Mode
01Capture Mode
10
11
Capture Mode with Reset
of ARTC and ARPSC
Load on External Edge
Mode
AR Timer Status/Control Registers ARSC0 &
ARSC1. These registers contain the AR Timer sta
tus information bits and also allow the programming of clock sources, active edge and prescaler
multiplexer setting.
ARSC0 register bits 0,1 and 2 contain the interrupt
flags of the AR Timer. These bits are read normal
ly. Each one may be reset by software. Writing a
one does not affect the bit value.
AR Status Control Register 0 (ARSC0)
Address: D6h — Read/Clear
70
D7D6D5D4D3EFCPF OVF
Bits 7-3 = D7-D3: Unused
Bit 2 = EF: External Interrupt Flag. This bit is set by
any active edge on the external ARTIMin input pin.
The flag is cleared by writing a zero to the EF bit.
Bit 1 = CPF: Compare Interrupt Flag. This bit is set
if the contents of the counter and the ARCP regis
ter are equal. The flag is cleared by writing a zero
to the CPF bit.
Bit 0 = OVF: Overflow Interrupt Flag. This bit is set
by a transition of the counter from FFh to 00h
(overflow). The flag is cleared by writing a zero to
the OVF bit.
-
-
-
-
46/75
Page 47
AUTO-RELOAD TIMER (Cont’d)
AR Status Control Register 1(ARSC1)
Address: D7h — Read/Write
70
PS2PS1 PS0D4SL1SL0CC1CC0
Bist 7-5 = PS2-PS0: Prescaler Division Selection Bits 2-0. These bits determine the Prescaler divi
sion ratio. The prescaler itself is not affected by
these bits. The prescaler division ratio is listed in the
following table:
Table 14. Prescaler Division Ratio Selection
PS2PS1PS0ARPSC Division Ratio
0
0
0
0
0
1
0
1
0
0
1
1
1
0
0
1
0
1
1
1
0
1
1
1
1
2
4
8
16
32
64
128
Bit 4 = D4: Reserved. Must be kept reset.
Bit 3-2 = SL1-SL0: Timer Input Edge Control Bits 1-
0. These bits control the edge function of the Timer
input pin for external synchronization. If bit SL0 is re
set, edge detection is disabled; if set edge detection
is enabled. If bit SL1 is reset, the AR Timer input pin
is rising edge sensitive; if set, it is falling edge sen
sitive.
SL1SL0Edge Detection
X0Disabled
01Rising Edge
11Falling Edge
Bit 1-0 = CC1-CC0: Clock Source Select Bit 1-0.
These bits select the clock source for the AR Timer
through the AR Multiplexer. The programming of
the clock sources is explained in the following
Table
15 :
Table 15. Clock Source Selection.
CC1CC0Clock Source
00F
01F
10ARTIMin Input Clock
11Reserved
int
Divided by 3
int
ST6252C ST6262B ST6262C
AR Load Register ARLR. The ARLR load register
is used to read or write the ARTC counter register
“on the fly” (while it is counting). The ARLR regis
ter is not affected by system reset.
AR Load Register (ARLR)
Address: DBh — Read/Write
70
-
D7D6D5D4D3D2D1D0
Bit 7-0 = D7-D0: Load Register Data Bits. These
are the load register data bits.
AR Reload/Capture Register. The ARRC reload/capture register is used to hold the auto-reload value which is automatically loaded into the
counter when overflow occurs.
AR Reload/Capture (ARRC)
Address: D9h — Read/Write
70
D7D6D5D4D3D2D1D0
Bit 7-0 = D7-D0: Reload/Capture Data Bits. These
are the Reload/Capture register data bits.
AR Compare Register. The CP compare register
is used to hold the compare value for the compare
function.
AR Compare Register (ARCP)
Address: DAh — Read/Write
70
D7D6D5D4D3D2D1D0
Bit 7-0 = D7-D0: Compare Data Bits. These are
the Compare register data bits.
-
47/75
Page 48
ST6252C ST6262B ST6262C
CONTROL REGISTER
CONVERTER
VA00418
RESULT REGISTER
RESET
INTERRUPT
CLOCK
AV
AV
DD
Ain
8
CORE
CONTROL SIGNALS
SS
8
CORE
4.4 A/D CONVERTER (ADC)
The A/D converter peripheral is an 8-bit analog to
digital converter with analog inputs as alternate I/O
functions (the number of which is device depend
ent), offering 8-bit resolution with a typical conversion time of 70us (at an oscillator clock frequency
of 8MHz).
The ADC converts the input voltage by a process
of successive approximations, using a clock fre
quency derived from the oscillator with a division
factor of twelve. With an oscillator clock frequency
less than 1.2MHz, conversion accuracy is de
creased.
Selection of the input pin is done by configuring
the related I/O line as an analog input via the Op
tion and Data registers (refer to I/O ports description for additional information). Only one I/O line
must be configured as an analog input at any time.
The user must avoid any situation in which more
than one I/O pin is selected as an analog input si
multaneously, to avoid device malfunction.
The ADC uses two registers in the data space: the
ADC data conversion register, ADR, which stores
the conversion result, and the ADC control regis
ter, ADCR, used to program the ADC functions.
A conversion is started by writing a “1” to the Start
bit (STA) in the ADC control register. This auto
matically clears (resets to “0”) the End Of Conversion Bit (EOC). When a conversion is complete,
the EOC bit is automatically set to “1”, in order to
flag that conversion is complete and that the data
in the ADC data conversion register is valid. Each
conversion has to be separately initiated by writing
to the STA bit.
The STA bit is continuously scanned so that, if the
user sets it to “1” while a previous conversion is in
progress, a new conversion is started before com
pleting the previous one. The start bit (STA) is a
write only bit, any attempt to read it will show a log
ical “0”.
The A/D converter features a maskable interrupt
associated with the end of conversion. This inter
rupt is associated with interrupt vector #4 and occurs when the EOC bit is set (i.e. when a conversion is completed). The interrupt is masked using
the EAI (interrupt mask) bit in the control register.
The power consumption of the device can be reduced by turning off the ADC peripheral. This is
done by setting the PDS bit in the ADC control reg
ister to “0”. If PDS=“1”, the A/D is powered and enabled for conversion. This bit must be set at least
one instruction before the beginning of the conver
sion to allow stabilisation of the A/D converter.
This action is also needed before entering WAIT
mode, since the A/D comparator is not automati
cally disabled in WAIT mode.
During Reset, any conversion in progress is
stopped, the control register is reset to 40h and the
ADC interrupt is masked (EAI=0).
-
Figure 29. ADC Block Diagram
-
-
-
-
4.4.1 Application Notes
The A/D converter does not feature a sample and
hold circuit. The analog voltage to be measured
should therefore be stable during the entire con
version cycle. Voltage variation should not exceed
±1/2 LSB for the optimum conversion accuracy. A
low pass filter may be used at the analog input
pins to reduce input voltage variation during con
version.
When selected as an analog channel, the input pin
is internally connected to a capacitor C
cally 12pF. For maximum accuracy, this capacitor
must be fully charged at the beginning of conver
sion. In the worst case, conversion starts one instruction (6.5 µs) after the channel has been selected. In worst case conditions, the impedance,
ASI, of the analog voltage source is calculated us
ing the following formula:
6.5µs = 9 x Cad x ASI
(capacitor charged to over 99.9%), i.e. 30 kΩ in-
cluding a 50% guardband. ASI can be higher if C
has been charged for a longer period by adding in-
structions before the start of conversion (adding
more than 26 CPU cycles is pointless).
-
of typi-
ad
-
-
-
-
-
ad
48/75
Page 49
A/D CONVERTER (Cont’d)
V
DDVSS
–
256
----------------------------
Since the ADC is on the same chip as the microprocessor, the user should not switch heavily loaded output signals during conversion, if high precision is required. Such switching will affect the supply voltages used as analog references.
The accuracy of the conversion depends on the
quality of the power supplies (V
user must take special care to ensure a well regu
and VSS). The
DD
lated reference voltage is present on the VDD and
pins (power supply voltage variations must be
V
SS
less than 5V/ms). This implies, in particular, that a
suitable decoupling capacitor is used at the V
pin.
DD
The converter resolution is given by::
ST6252C ST6262B ST6262C
the noise during the conversion. But the first con
version step is performed before the execution of
the WAIT when most of clocks signals are still en
abled . The key is to synchronize the ADC start
with the effective execution of the WAIT. This is
achieved by setting ADC SYNC option. This way,
ADC conversion starts in effective WAIT for maxi
mum accuracy.
Note: With this extra option, it is mandatory to execute WAIT instruction just after ADC start instruction. Insertion of any extra instruction may cause
spurious interrupt request at ADC interrupt vector.
A/D Converter Control Register (ADCR)
Address: 0D1h — Read/Write
70
EAIEOC STA PDSD3D2D1D0
-
-
-
The Input voltage (Ain) which is to be converted
must be constant for 1µs before conversion and
remain constant during conversion.
Conversion resolution can be improved if the power supply voltage (VDD) to the microcontroller is
lowered.
In order to optimise conversion resolution, the user
can configure the microcontroller in WAIT mode,
because this mode minimises noise disturbances
and power supply variations due to output switch
ing. Nevertheless, the WAIT instruction should be
executed as soon as possible after the beginning
of the conversion, because execution of the WAIT
instruction may cause a small variation of the V
voltage. The negative effect of this variation is min-
DD
imized at the beginning of the conversion when the
converter is less sensitive, rather than at the end
of conversion, when the less significant bits are
determined.
The best configuration, from an accuracy standpoint, is WAIT mode with the Timer stopped. Indeed, only the ADC peripheral and the oscillator
are then still working. The MCU must be woken up
from WAIT mode by the ADC interrupt at the end
of the conversion. It should be noted that waking
up the microcontroller could also be done using
the Timer interrupt, but in this case the Timer will
be working and the resulting noise could affect
conversion accuracy.
One extra feature is available in the ADC to get a
better accuracy. In fact, each ADC conversion has
to be followed by a WAIT instruction to minimize
Bit 7 = EAI: Enable A/D Interrupt.If this bit is set to
“1” the A/D interrupt is enabled, when EAI=0 the
interrupt is disabled.
Bit 6 = EOC: End of conversion.Read Only. This
read only bit indicates when a conversion has
been completed. This bit is automatically reset to
“0” when the STA bit is written. If the user is using
the interrupt option then this bit can be used as an
interrupt pending bit. Data in the data conversion
register are valid only when this bit is set to “1”.
Bit 5 = STA: Start of Conversion. Write Only. Writ-
ing a “1” to this bit will start a conversion on the selected channel and automatically reset to “0” the
EOC bit. If the bit is set again when a conversion is
in progress, the present conversion is stopped and
a new one will take place. This bit is write only, any
attempt to read it will show a logical zero.
Bit 4 = PDS: Power Down Selection. This bit activates the A/D converter if set to “1”. Writing a “0” to
this bit will put the ADC in power down mode (idle
mode).
Bit 3-0 = D3-D0. Not used
A/D Converter Data Register (ADR)
Address: 0D0h — Read only
70
D7D6D5D4D3D2D1D0
Bit 7-0 = D7-D0: 8 Bit A/D Conversion Result.
49/75
Page 50
ST6252C ST6262B ST6262C
5 SOFTWARE
5.1 ST6 ARCHITECTURE
The ST6 software has been designed to fully use
the hardware in the most efficient way possible
while keeping byte usage to a minimum; in short,
to provide byte efficient programming capability.
The ST6 core has the ability to set or clear any
register or RAM location bit of the Data space with
a single instruction. Furthermore, the program
may branch to a selected address depending on
the status of any bit of the Data space. The carry
bit is stored with the value of the bit when the SET
or RES instruction is processed.
5.2 ADDRESSING MODES
The ST6 core offers nine addressing modes,
which are described in the following paragraphs.
Three different address spaces are available: Pro
gram space, Data space, and Stack space. Program space contains the instructions which are to
be executed, plus the data for immediate mode in
structions. Data space contains the Accumulator,
the X,Y,V and W registers, peripheral and Input/Output registers, the RAM locations and Data
ROM locations (for storage of tables and constants). Stack space contains six 12-bit RAM cells
used to stack the return addresses for subroutines
and interrupts.
Immediate. In the immediate addressing mode,
the operand of the instruction follows the opcode
location. As the operand is a ROM byte, the immediate addressing mode is used to access constants which do not change during program execution (e.g., a constant used to initialize a loop counter).
Direct. In the direct addressing mode, the address
of the byte which is processed by the instruction is
stored in the location which follows the opcode. Di
rect addressing allows the user to directly address
the 256 bytes in Data Space memory with a single
two-byte instruction.
Short Direct. The core can address the four RAM
registers X,Y,V,W (locations 80h, 81h, 82h, 83h) in
the short-direct addressing mode. In this case, the
instruction is only one byte and the selection of the
location to be processed is contained in the op
code. Short direct addressing is a subset of the direct addressing mode. (Note that 80h and 81h are
also indirect registers).
Extended. In the extended addressing mode, the
12-bit address needed to define the instruction is
obtained by concatenating the four less significant
bits of the opcode with the byte following the op
code. The instructions (JP, CALL) which use the
extended addressing mode are able to branch to
any address of the 4K bytes Program space.
An extended addressing mode instruction is twobyte long.
Program Counter Relative. The relative addressing mode is only used in conditional branch instructions. The instruction is used to perform a test
and, if the condition is true, a branch with a span of
-15 to +16 locations around the address of the rel
ative instruction. If the condition is not true, the instruction which follows the relative instruction is
executed. The relative addressing mode instruction is one-byte long. The opcode is obtained in
adding the three most significant bits which char
acterize the kind of the test, one bit which determines whether the branch is a forward (when it is
0) or backward (when it is 1) branch and the four
less significant bits which give the span of the
branch (0h to Fh) which must be added or sub
tracted to the address of the relative instruction to
obtain the address of the branch.
Bit Direct. In the bit direct addressing mode, the
bit to be set or cleared is part of the opcode, and
the byte following the opcode points to the address of the byte in which the specified bit must be
set or cleared. Thus, any bit in the 256 locations of
Data space memory can be set or cleared.
Bit Test & Branch. The bit test and branch addressing mode is a combination of direct addressing and relative addressing. The bit test and
branch instruction is three-byte long. The bit iden
tification and the tested condition are included in
the opcode byte. The address of the byte to be
tested follows immediately the opcode in the Pro
gram space. The third byte is the jump displacement, which is in the range of -127 to +128. This
displacement can be determined using a label,
which is converted by the assembler.
Indirect. In the indirect addressing mode, the byte
processed by the register-indirect instruction is at
the address pointed by the content of one of the in
-
direct registers, X or Y (80h,81h). The indirect register is selected by the bit 4 of the opcode. A register indirect instruction is one byte long.
Inherent. In the inherent addressing mode, all the
information necessary to execute the instruction is
contained in the opcode. These instructions are
one byte long.
-
-
-
-
-
-
-
50/75
Page 51
ST6252C ST6262B ST6262C
5.3 INSTRUCTION SET
The ST6 core offers a set of 40 basic instructions
which, when combined with nine addressing
modes, yield 244 usable opcodes. They can be di
vided into six different types: load/store, arithmetic/logic, conditional branch, control instructions,
jump/call, and bit manipulation. The following par
agraphs describe the different types.
All the instructions belonging to a given type are
presented in individual tables.
Table 16. Load & Store Instructions
InstructionAddressing ModeBytesCycles
LD A, X Short Direct 1 4Δ *
LD A, Y Short Direct 1 4Δ *
LD A, V Short Direct 1 4Δ *
LD A, W Short Direct 1 4Δ *
LD X, A Short Direct 1 4Δ *
LD Y, A Short Direct 1 4Δ *
LD V, A Short Direct 1 4Δ *
LD W, A Short Direct 1 4Δ *
LD A, rr Direct 2 4Δ *
LD rr, A Direct 2 4Δ *
LD A, (X) Indirect 1 4Δ *
LD A, (Y) Indirect 1 4Δ *
LD (X), A Indirect 1 4Δ *
LD (Y), A Indirect 1 4 Δ *
LDI A, #N Immediate 2 4Δ *
LDI rr, #N Immediate 3 4 * *
Notes:
X,Y. Indirect Register Pointers, V & W Short Direct Registers
# . Immediate data (stored in ROM memory)
rr. Data space register
Δ. Affected
* . Not Affected
Load & Store. These instructions use one, two or
three bytes in relation with the addressing mode.
One operand is the Accumulator for LOAD and the
other operand is obtained from data memory using
one of the addressing modes.
For Load Immediate one operand can be any of
the 256 data space bytes while the other is always
immediate data.
Flags
ZC
51/75
Page 52
ST6252C ST6262B ST6262C
INSTRUCTION SET (Cont’d)
Arithmetic and Logic. These instructions are
used to perform the arithmetic calculations and
logic operations. In AND, ADD, CP, SUB instruc
tions one operand is always the accumulator while
the other can be either a data space memory con
Table 17. Arithmetic & Logic Instructions
InstructionAddressing ModeBytesCycles
ADD A, (X)Indirect14ΔΔ
ADD A, (Y)Indirect14ΔΔ
ADD A, rrDirect24ΔΔ
ADDI A, #NImmediate24ΔΔ
AND A, (X)Indirect14ΔΔ
AND A, (Y)Indirect14ΔΔ
AND A, rrDirect24ΔΔ
ANDI A, #NImmediate24ΔΔ
CLR AShor t Direct24ΔΔ
CLR rDirect34**
COM AInherent14ΔΔ
CP A, (X)Indirect14ΔΔ
CP A, (Y)Indirect14ΔΔ
CP A, rrDirect24ΔΔ
CPI A, #NImmediate24ΔΔ
DEC XShort Direct14Δ*
DEC YShort Direct14Δ*
DEC VShort Direct14Δ*
DEC WShort Direct14Δ*
DEC ADirect24Δ*
DEC rrDirect24Δ*
DEC (X)Indirect14Δ*
DEC (Y)Indirect14Δ*
INC XShort Direct14Δ*
INC YShort Direct14Δ*
INC VShort Direct14Δ*
INC WShort Direct14Δ*
INC ADirect24Δ*
INC rrDirect24Δ*
INC (X)Indirect14Δ*
INC (Y)Indirect14Δ*
RLC AInherent14ΔΔ
SLA AInherent24ΔΔ
SUB A, (X)Indirect14ΔΔ
SUB A, (Y)Indirect14
SUB A, rrDirect24ΔΔ
SUBI A, #NImmediate24ΔΔ
Notes:
X,Y.Indirect Register Pointers, V & W Short Direct RegistersD. Affected
# . Immediate data (stored in ROM memory)* . Not Affected
rr. Data space register
tent or an immediate value in relation with the addressing mode. In CLR, DEC, INC instructions the
-
operand can be any of the 256 data space addresses. In COM, RLC, SLA the operand is always
the accumulator.
-
Flags
ZC
D
Δ
52/75
Page 53
ST6252C ST6262B ST6262C
INSTRUCTION SET (Cont’d)
Conditional Branch. The branch instructions
achieve a branch in the program when the select
ed condition is met.
Bit Manipulation Instructions. These instructions can handle any bit in data space memory.
One group either sets or clears. The other group
(see Conditional Branch) performs the bit test
branch operations.
b. 3-bit address rr. Data space register
e. 5 bit signed displacement in the range -15 to +16<F128M> Δ . Affected. The tested bit is shifted into carry.
ee. 8 bit signed displacement in the range -126 to +129 * . Not Affected
Table 19. Bit Manipulation Instructions
InstructionAddressing ModeBytesCycles
SET b,rrBit Direct24**
RES b,rrBit Direct24**
Notes:
b. 3-bit address; * . Not<M> Affected
rr. Data space register;
1. This instruction is deactivated<N>and a WAIT is automatically executed instead of a STOP if the watchdog function is selected.
Δ . Affected
*. Not Affected
Table 21. Jump & Call Instructions
Instruction
CALL abcExtended24**
JP abcExtended24**
Notes:
abc. 12-bit address;
* . Not Affected
Addressing ModeBytesCycles
Control Instructions. The control instructions
control the MCU operations during program exe
cution.
Jump and Call. These two instructions are used
to perform long (12-bit) jumps or subroutines call
inside the whole program space.
Flags
ZC
Flags
ZC
Flags
ZC
Flags
ZC
-
53/75
Page 54
ST6252C ST6262B ST6262C
2
JRC
e
1prc
Mnemonic
Addressing Mode
Bytes
Cycle
Operand
Opcode Map Summary. The following table contains an opcode map for the instructions used by the ST6
LOW
HIHI
0
0000
1
0001
2
0010
3
0011
4
0100
5
0101
6
0110
7
0111
8
1000
9
1001
A
1010
B
1011
C
1100
D
1101
E
1110
F
1111
Abbreviations for Addressing Modes: Legend:
dir Direct # Indicates Illegal Instructions
sd Short Direct e 5 Bit Displacement
imm Immediate b 3 Bit Address
inh Inherent rr1byte dataspace address
ext Extended nn 1 byte immediate data
b.d Bit Direct abc 12 bit address
btBit Test ee 8 bit Displacement
pcr Program Counter Relative
ind Indirect
dir Direct # Indicates Illegal Instructions
sd Short Direct e 5 Bit Displacement
imm Immediate b 3 Bit Address
inh Inherent rr1byte dataspace address
ext Extended nn 1 byte immediate data
b.d Bit Direct abc 12 bit address
btBit Test ee 8 bit Displacement
pcr Program Counter Relative
ind Indirect
This product contains devices to protect the inputs
against damage due to high static voltages, however it is advisable to take normal precaution to
avoid application of any voltage higher than the
specified maximum rated voltages.
For proper operation it is recommended that V
and VO be higher than VSS and lower than VDD.
Reliability is enhanced if unused inputs are connected to an appropriate logic voltage level (V
or VSS).
SymbolParameterValueUnit
V
DD
V
I
V
O
IV
DD
IV
SS
TjJunction Temperature150°C
T
STG
Notes:
- Stresses above those listed as “absolute maximum ratings” may cause permanent damage to the device. This is a stress rating only and
functional operation of the device at these conditions is not implied. Exposure to maximum rating conditions for extended periods may
affect device reliability.
- (1) Within these limits, clamping diodes are guarantee to be not conductive. Voltages outside these limits are authorised as long as injection
current is kept within the specification.
Supply Voltage-0.3 to 7.0V
Input VoltageVSS - 0.3 to VDD + 0.3
Output VoltageVSS - 0.3 to VDD + 0.3
Total Current into VDD (source)80mA
Total Current out of VSS (sink)100mA
Storage Temperature-60 to 150°C
Power Considerations.The average chip-junction temperature, Tj, in Celsius can be obtained
from:
Tj=TA + PD x RthJA
Where:TA = Ambient Temperature.
I
RthJA =Package thermal resistance (junc-
tion-to ambient).
DD
PD = Pint + Pport.
Pint =IDD x VDD (chip internal power).
Pport =Port power dissipation (determined
by the user).
(1)
(1)
V
V
56/75
Page 57
ST6252C ST6262B ST6262C
8
7
6
5
4
3
2
1
2.5344.555.56
SUPPLY VOLTAGE (VDD)
Maximum FREQUENCY (MHz)
FUNCTIONALITY IS NOT
GUARANTEED IN
THIS AREA
3 Suffix version
1 & 6 Suffix version
3.6
3 Suffix version
ST626xB ROM devices
All devices except ST626xB ROM devices
1 & 6 Suffix
version
6.2 RECOMMENDED OPERATING CONDITIONS
SymbolParameterTest Conditions
TAOperating Temperature
Operating Supply Voltage
(Except ST626xB ROM devices)
V
DD
Operating Supply Voltage
(ST626xB ROM devices)
Oscillator Frequency
2)
(Except ST626xB ROM devices)
f
OSC
Oscillator Frequency
2)
(ST626xB ROM devices)
I
Pin Injection Current (positive)VDD = 4.5 to 5.5V +5 mA
INJ+
I
Pin Injection Current (negative) VDD = 4.5 to 5.5V -5 mA
INJ-
Notes:
1. Care must be taken in case of negative current injection, where adapted impedance must be respected on analog sources to not affect the
A/D conversion. For a -1mA injection, a maximum 10 KΩ is recommended.
2.An oscillator frequency above 1MHz is recommended for reliable A/D results
6 Suffix Version
1 Suffix Version
3 Suffix Version
f
4MHz, 1 & 6 Suffix
OSC =
f
4MHz, 3 Suffix
OSC =
fosc= 8MHz , 1 & 6 Suffix
fosc= 8MHz , 3 Suffix
f
4MHz, 1 & 6 Suffix
OSC =
f
4MHz, 3 Suffix
OSC =
fosc= 8MHz , 1 & 6 Suffix
fosc= 8MHz , 3 Suffix
V
= 3.0V, 1 & 6 Suffix
DD
V
= 3.0V , 3 Suffix
DD
V
= 3.6V , 1 & 6 Suffix
DD
V
= 3.6V , 3 Suffix
DD
V
= 3.0V, 1 & 6 Suffix
DD
V
= 3.0V , 3 Suffix
DD
V
= 4.0V , 1 & 6 Suffix
DD
V
= 4.0V , 3 Suffix
DD
Min.Typ.Max.
-40
-40
3.0
3.0
3.6
4.5
3.0
3.0
4.0
4.5
Figure 30. Maximum Operating FREQUENCY (Fmax) Versus SUPPLY VOLTAGE (VDD)
Value
0
0
0
0
0
0
0
0
0
85
70
125
6.0
6.0
6.0
6.0
6.0
6.0
6.0
6.0
4.0
4.0
8.0
4.0
4.0
4.0
8.0
4.0
Unit
°C
V
V
MHz
MHz
The shaded area is outside the recommended operating range; device functionality is not guaranteed under these conditions.
57/75
Page 58
ST6252C ST6262B ST6262C
6.3 DC ELECTRICAL CHARACTERISTICS
(TA = -40 to +125°C unless otherwise specified)
SymbolParameterTest Conditions
V
Input Low Level Voltage
IL
All Input pins
V
Input High Level Voltage
IH
All Input pins
Hysteresis Voltage
V
Hys
All Input pins
V
LVD Threshold in power-on4.14.3
up
V
LVD threshold in powerdown3.53.8
dn
Low Level Output Voltage
All Output pins
V
OL
Low Level Output Voltage
30 mA Sink I/O pins
High Level Output Voltage
V
OH
All Output pins
R
Pull-up Resistance
PU
Input Leakage Current
All Input pins but RESET
I
IL
I
Input Leakage Current
IH
RESET pin
Supply Current in RESET
Mode
Supply Current in
RUN Mode
Supply Current in WAIT
I
DD
(3)
Mode
Supply Current in STOP
Mode, with LVD disabled
Supply Current in STOP
Mode, with LVD enabled
(1)
(2)
VDD x 0.7V
VDD= 5V
VDD= 3V
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; IOL = +15mA
VDD= 5.0V; I
VDD= 5.0V; I
= +10µA
OL
= + 3mA
OL
= +10µA
OL
= +7mA
OL
= -10µA
OH
= -3.0mA
OH
All Input pins40100350
RESET pin150350900
VIN = VSS (No Pull-Up configured)
VIN = V
DD
VIN = V
SS
VIN = V
DD
V
RESET=VSS
f
=8MHz
OSC
(3)
(3)
VDD=5.0V f
VDD=5.0V f
I
=0mA
LOAD
VDD=5.0V
I
=0mA
LOAD
VDD=5.0V
=8MHz7mA
INT
=8MHz2.5mA
INT
Retention EPROM Data RetentionTA = 55°C10years
Value
Min.Typ.Max.
VDD x 0.3V
0.2
0.2
0.1
0.8
0.1
0.8
4.9
3.5
1.3
0.11.0
-8-16-30
10
7mA
20μA
500
Unit
V
V
V
ΚΩ
μA
Notes:
(1) Hysteresis voltage between switching levels
(2) All peripherals running
(3) All peripherals in stand-by
58/75
Page 59
ST6252C ST6262B ST6262C
DC ELECTRICAL CHARACTERISTICS (Cont’d)
(TA = -40 to +85°C unless otherwise specified))
SymbolParameterTest Conditions
V
LVD Threshold in power-onVdn +50 mV 4.14.3V
up
V
LVD threshold in powerdown3.63.8 Vup -50 mVV
dn
Low Level Output Voltage
All Output pins
V
OL
Low Level Output Voltage
30 mA Sink I/O pins
High Level Output Voltage
V
OH
All Output pins
Supply Current in STOP
I
DD
Mode, with LVD disabled
Note:
(*) All Peripherals in stand-by.
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; I
VDD= 5.0V; IOL = +30mA
EEPROM WRITE/ERASE CycleQA LOT Acceptance (25°C)300,000 1 millioncycles
(2)
Retention EEPROM Data RetentionTA = 55°C10years
f
Internal frequency with LFAO active200400800kHz
LFAO
Internal Frequency with OSG
f
OSG
f
RC
C
IN
C
OUT
Notes:
1. Period for which VDD has to be connected at 0V to allow internal Reset function at next power-up.
2 An oscillator frequency above 1MHz is recommended for reliable A/D results.
3. Measure performed with OSCin pin soldered on PCB, with an around 2pF equivalent capacitance.
2)
enabled
Internal frequency with RC oscillator and OSG disabled
Input CapacitanceAll Inputs Pins10pF
Output CapacitanceAll Outputs Pins10pF
Value
Min.Typ.Max.
0.1
0.8
1.2
0.1
0.8
1.3
2.0
4.9
3.5
10μA
Val ue
Min.Ty p .Max.
100ms
5
10
20
1
1
2
2
2.7
800
6.3
4.7
2.8
2.2
4
3.2
850
8.2
5.9
3.6
2.8
5
f
OSC
5.8
3.5
900
9.8
4.3
3.4
Unit
V
V
Unit
10
20
30
MHz
MHz
MHz
MHz
7
MHz
MHz
MHz
ms
kHz
59/75
Page 60
ST6252C ST6262B ST6262C
fINT
4
--------- -
6.5 A/D CONVERTER CHARACTERISTICS
(TA = -40 to +125°C unless otherwise specified)
SymbolParameterTest Conditions
Min.Typ.Max.
ResResolution 8Bit
f
A
TOT
t
C
Total Accuracy
Conversion Time
(1) (2)
ZIRZero Input Reading
FSRFull Scale Reading
Analog Input Current During
AD
I
Conversion
AC
Analog Input Capacitance25pF
IN
Notes:
1. Noise at VDD, VSS <10mV
2. With oscillator frequencies less than 1MHz, the A/D Converter accuracy is decreased.
> 1.2MHz
OSC
f
> 32kHz
OSC
f
= 8MHz (TA < 85°C)
OSC
f
= 4 MHz
OSC
Conversion result when
VIN = V
SS
Conversion result when
V
= V
IN
DD
VDD= 4.5V1.0μA
6.6 TIMER CHARACTERISTICS
(TA = -40 to +125°C unless otherwise specified)
SymbolParameterTest Conditions
Value
±2
±4
70
140
00Hex
FFHex
Value
Min.Typ.Max.
Unit
LSB
μs
Unit
f
Input Frequency on TIMER PinMHz
IN
t
Pulse Width at TIMER Pin
W
6.7 SPI CHARACTERISTICS
(TA = -40 to +125°C unless otherwise specified)
SymbolParameterTest Conditions
F
CL
t
SU
t
h
Clock FrequencyApplied on Scl500kHz
Set-up TimeApplied on Sin250ns
Hold TimeApplied onSin50ns
6.8 ARTIMER ELECTRICAL CHARACTERISTICS
(TA = -40 to +125°C unless otherwise specified)
SymbolParameterTest Conditions
fINInput Frequency on ARTIMin Pin
60/75
RUN and WAIT Modes
STOP mode2
VDD = 3.0V
VDD >4.5V
1
125
Value
Min.Typ.Max.
Value
MinTypMax
Unit
MHz
μs
ns
Unit
Page 61
Figure 31. Vol versus Iol on all I/O port at Vdd=5V
0 10203040
0
2
4
6
8
Iol (mA)
Vol (V)
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
0 10203040
0
2
4
6
8
Iol (mA)
Vol (V)
Vdd = 3.0V
Vdd = 4.0V
Vdd = 5.0V
Vdd = 6.0V
This curves represents typical variations and is given for guidance only
0 10203040
0
1
2
3
4
5
Iol (mA)
Vol ( V)
Vdd = 3.0V
Vdd = 4.0V
Vdd = 5.0V
Vdd = 6.0V
This curves represents typical variations and is given for guidance only
Figure 32. Vol versus Iol on all I/O port at T=25°C
ST6252C ST6262B ST6262C
Figure 33. Vol versus Iol for High sink (30mA) I/Oports at T=25°C
61/75
Page 62
ST6252C ST6262B ST6262C
0 10203040
0
1
2
3
4
5
Iol (mA)
Vol (V)
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
0 102030 40
-2
0
2
4
6
Ioh (mA)
Voh (V)
Vdd = 3.0V
Vdd = 4.0V
Vdd = 5.0V
Vdd = 6.0V
This curves represents typical variations and is given for guidance only
0 10203040
-2
0
2
4
6
Ioh (mA)
Voh (V)
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
Figure 34. Vol versus Iol for High sink (30mA) I/O ports at Vdd=5V
Figure 35. Voh versus Ioh on all I/O port at 25°C
Figure 36. Voh versus Ioh on all I/O port at Vdd=5V
62/75
Page 63
Figure 37. Idd WAIT versus VDD at 8 Mhz for OTP devices
This curves represents typical variations and is given for guidance only
0
0.5
1
1.5
2
2.5
Idd WAIT (mA)
3V4V5V6V
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
-2
0
2
4
6
8
Vdd
Idd STOP (µA)
3V4V5V6V
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
-0.5
0
0.5
1
1.5
2
Vdd
Idd STOP (µA)
3V4V5V6V
T = -40°C
T = 25°C
T = 95°C
T = 125°C
Vdd
Figure 38. Idd STOP versus VDD for OTP devices
ST6252C ST6262B ST6262C
Figure 39. Idd STOP versus VDD for ROM devices
63/75
Page 64
ST6252C ST6262B ST6262C
This curves represents typical variations and is given for guidance only
0
0.5
1
1.5
2
2.5
Idd WAIT (mA)
3V4V5V6V
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
0
2
4
6
8
Vdd
Idd RUN (mA)
3V4V5V6V
T = -40°C
T = 25°C
T = 95°C
T = 125°C
This curves represents typical variations and is given for guidance only
3.7
3.8
3.9
4
4.1
4.2
Temp
Vthresh.
-40°C25°C95°C125°C
Vup
Vdn
Figure 40. Idd WAIT versus VDD at 8Mhz for ROM devices
Vdd
Figure 41. Idd RUN versus VDD at 8 Mhz for ROM and OTP devices
Figure 42. LVD thresholds versus temperature
64/75
Page 65
ST6252C ST6262B ST6262C
This curves represents typical variations and is given for guidance only
3456
VDD (volts)]
1
10
MHz
Frequency
R=1OK
R=27K
R=67K
R=100K
This curves represents typical variations and is given for guidance only
33.544.555.56
0.1
1
10
MHz
VDD (volts)
Frequency
R=47K
R=100K
R=470K
Figure 43. RC frequency versus VDD for ROM ST626xB only
Figure 44. RC frequency versus VDD (Except for ST626xB ROM devices)
65/75
Page 66
ST6252C ST6262B ST6262C
Dim.
mminches
Min Typ Max Min Typ Max
A 5.330.210
A1 0.380.015
A2 2.92 3.30 4.95 0.115 0.130 0.195
b 0.36 0.46 0.56 0.014 0.018 0.022
b2 1.14 1.52 1.78 0.045 0.060 0.070
b3 0.76 0.99 1.14 0.030 0.039 0.045
c 0.20 0.25 0.36 0.008 0.010 0.014
D 18.67 19.18 19.69 0.735 0.755 0.775
D1 0.130.005
e2.540.100
E 7.62 7.87 8.26 0.300 0.310 0.325
E1 6.10 6.35 7.11 0.240 0.250 0.280
L 2.92 3.30 3.81 0.115 0.130 0.150
eB10.920.430
Number of Pins
N16
c
E
E1
eB
L
A
A2
A1
e
b
b2
b3
D1
D
Dim.
mminches
Min Typ Max Min Typ Max
A3.780.149
A1 0.380.015
B 0.36 0.46 0.56 0.014 0.018 0.022
B1 1.14 1.37 1.78 0.045 0.054 0.070
C 0.20 0.25 0.36 0.008 0.010 0.014
D 19.86 20.32 20.78 0.782 0.800 0.818
D117.780.700
E1 7.04 7.49 7.95 0.277 0.295 0.313
e2.540.100
G 6.35 6.60 6.86 0.250 0.260 0.270
G1 9.47 9.73 9.98 0.373 0.383 0.393
G21.020.040
L 2.92 3.30 3.81 0.115 0.130 0.150
S1.270.050
Ø4.220.166
Number of Pins
N16
CDIP16W
7 PACKAGE MECHANICAL DATA
In order to meet environmental requirements, ST
offers these devices in different grades of ECO
PACK® packages, depending on their level of environmental compliance. ECOPACK® specifica-
The ST62P52C and ST62P62C are the Factory Advanced Service Technique ROM (FASTROM)
version of ST62T52C and ST62T62C OTP devic
es.
Program
Memory (Bytes)
1836 OTPNone
1836 OTP64
1836 OTPNone
1836 OTP64
1836 OTPNone
1836 OTP64
1836 BytesNone
1836 Bytes64
1836 BytesNone
1836 Bytes64
1836 BytesNone
1836 Bytes64
EEPROM (Bytes)Temperature rangePackage
-40 to + 85°C
-40 to + 125°C
-40 to + 85°C
-40 to + 125°C
-40 to + 85°C
-40 to + 125°C
-40 to + 85°C
-40 to + 125°C
-40 to + 85°C
-40 to + 125°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
PSO16
PSO16
PDIP16
PDIP16
SSOP16
SSOP16
PSO16
PDIP16
SSOP16
They offer the same functionality as OTP devices,
selecting as FASTROM options the options de
-
fined in the programmable option byte of the OTP
version.
-
69/75
Page 70
ST6252C ST6262B ST6262C
The following section deals with the procedure for
transfer of customer codes to STMicroelectronics.
8.2.1 Transfer of Customer Code
Customer code is made up of the ROM contents
and the list of the selected FASTROM options.
The ROM contents are to be sent on diskette, or
by electronic means, with the hexadecimal file
generated by the development tool. All unused
bytes must be set to FFh.
The selected options are communicated to STMicroelectronics using the correctly filled OPTION
LIST appended. See
page 73.
8.2.2 Listing Generation and Verification
When STMicroelectronics receives the user’s
ROM contents, a computer listing is generated
from it. This listing refers exactly to the ROM con
tents and options which will be used to produce
the specified MCU. The listing is then returned to
the customer who must thoroughly check, com
plete, sign and return it to STMicroelectronics. The
signed listing forms a part of the contractual agree
ment for the production of the specific customer
MCU.
The STMicroelectronics Sales Organization will be
pleased to provide detailed information on con
tractual points.
The ST6252C and ST6262B are mask programmed ROM versions of ST62T52C and
ST62T62C OTP devices.
They offer the same functionality as OTP devices,
selecting as ROM options the options defined in
the programmable option byte of the OTP version,
except the LVD & OSG options that are not availa
-
ble on the ST6262B ROM device.
Figure 1. Programming Waveform
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
0 to +70°C
-40 to + 85°C
-40 to + 125°C
PDIP16
PSO16
SSOP16
PDIP16
PSO16
SSOP16
8.3.1 ROM READOUT PROTECTION
If the ROM READOUT PROTECTION option is
selected, a protection fuse can be blown to pre
vent any access to the program memory content.
-
71/75
Page 72
ST6252C ST6262B ST6262C
VR02003
TEST
5V
100nF
47mF
PROTECT
100nF
V
DD
V
SS
ZPD15
15V
14V
In case the user wants to blow this fuse, high voltage must be applied on the TEST pin.
Figure 50. Programming Circuit
Note: ZPD15 is used for overvoltage protection
The following section deals with the procedure for
transfer of customer codes to STMicroelectronics.
8.3.2 Transfer of Customer Code
Customer code is made up of the ROM contents
and the list of the selected mask options. The
ROM contents are to be sent on diskette, or by
electronic means, with the hexadecimal file gener
ated by the development tool. All unused bytes
must be set to FFh.
The selected mask options are communicated to
STMicroelectronics using the correctly filled OP
TION LIST appended. See page 73.
8.3.3 Listing Generation and Verification
When STMicroelectronics receives the user’s
ROM contents, a computer listing is generated
from it. This listing refers exactly to the mask which
will be used to produce the specified MCU. The
listing is then returned to the customer who must
thoroughly check, complete, sign and return it to
STMicroelectronics. The signed listing forms a
part of the contractual agreement for the creation
of the specific customer mask.
The STMicroelectronics Sales Organization will be
pleased to provide detailed information on con
tractual points.
[ ] Shrink Small Outline Plastic with conditioning
Conditioning option:[ ] Standard (Tube)[ ] Tape & Reel
Temperature Range:[ ] 0°C to + 70°C[ ] - 40°C to + 85°C
Modification of “Additional Notes for EEPROM Parallel Mode” (p.13)
Changed fRC values in section 6.4 on page 61
Jul-20012.9
Feb-20023
30-Mar-20094
In section 4.2 on page 41: vector #4 instead of vector #3 for the timer interrupt request.
Changed Figure 43 on page 67.
Changed Figure 45. on page 68 and Figure 47.and Figure 48. on page 69.
Changed option list on page 76
Swapped D11 and D10 description on page 14:
D11. Reserved, must be cleared.
D10. Reserved, must be set to one.
Updated part numbers on page 1 and “ORDERING INFORMATION” on page 69
Replaced 255 by 256 in the formula for max resolution ARTIMout duty cycle in section 4.3.2 on
page 42
Altered note in “Capture Mode With Reset Of Counter And Prescaler, and PWM generation” paragraph on page 45
Added a note in the description of ARMC register in section 4.3.3 on page 46
Added ECOPACK information in section 7 on page 66
Added Section 8.1.1 IMPORTANT NOTE on page 69
74/75
Page 75
ST6252C ST6262B ST6262C
Please Read Carefully:
Information in this document is provided solely in connection with ST products. STMicroelectronics NV and its subsidiaries (“ST”) reserve the
right to make changes, corrections, modifications or improvements, to this document, and the products and services described herein at any
time, without notice.
All ST products are sold pursuant to ST’s terms and conditions of sale.
Purchasers are solely responsible for the choice, selection and use of the ST products and services described herein, and ST assumes no
liability whatsoever relating to the choice, selection or use of the ST products and services described herein.
No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted under this document. If any part of this
document refers to any third party products or services it shall not be deemed a license grant by ST for the use of such third party products
or services, or any intellectual property contained therein or considered as a warranty covering the use in any manner whatsoever of such
third party products or services or any intellectual property contained therein.
UNLESS OTHERWISE SET FORTH IN ST’S TERMS AND CONDITIONS OF SALE ST DISCLAIMS ANY EXPRESS OR IMPLIED
WARRANTY WITH RESPECT TO THE USE AND/OR SALE OF ST PRODUCTS INCLUDING WITHOUT LIMITATION IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (AND THEIR EQUIVALENTS UNDER THE LAWS
OF ANY JURISDICTION), OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT.
UNLESS EXPRESSLY APPROVED IN WRITING BY AN AUTHORIZED ST REPRESENTATIVE, ST PRODUCTS ARE NOT
RECOMMENDED, AUTHORIZED OR WARRANTED FOR USE IN MILITARY, AIR CRAFT, SPACE, LIFE SAVING, OR LIFE
SUSTAINING APPLICATIONS, NOR IN PRODUCTS OR SYSTEMS WHERE FAILURE OR MALFUNCTION MAY RESULT IN
PERSONAL INJURY, DEATH, OR SEVERE PROPERTY OR ENVIRONMENTAL DAMAGE. ST PRODUCTS WHICH ARE NOT
SPECIFIED AS "AUTOMOTIVE GRADE" MAY ONLY BE USED IN AUTOMOTIVE APPLICATIONS AT USER’S OWN RISK.
Resale of ST products with provisions different from the statements and/or technical features set forth in this document shall immediately void
any warranty granted by ST for the ST product or service described herein and shall not create or extend in any manner whatsoever, any
liability of ST.
ST and the ST logo are trademarks or registered trademarks of ST in various countries.
Information in this document supersedes and replaces all information previously supplied.
The ST logo is a registered trademark of STMicroelectronics. All other names are the property of their respective owners.