st62t25c STMicroelectronics, st62t25c Datasheet - Page 26

no-image

st62t25c

Manufacturer Part Number
st62t25c
Description
8-bit Otp/eprom Mcus With A/d Converter, Oscillator Safeguard, Safe Reset And 28 Pins
Manufacturer
STMicroelectronics
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
st62t25c3
Manufacturer:
TOSHIBA
Quantity:
19
Part Number:
st62t25c3
Manufacturer:
ST
0
Part Number:
st62t25c6
Manufacturer:
ST
Quantity:
15 700
Part Number:
st62t25c6
Manufacturer:
ST
Quantity:
1 899
Part Number:
st62t25c6
Manufacturer:
ST
0
Part Number:
st62t25c6
Manufacturer:
ST
Quantity:
20 000
Part Number:
st62t25c6(CM6)
Manufacturer:
ST
Quantity:
20 000
Part Number:
st62t25c6TR
Manufacturer:
ST
0
Part Number:
st62t25cB6
Manufacturer:
ST
Quantity:
310
Part Number:
st62t25cB6
Manufacturer:
STMicroelectronics
Quantity:
5
Part Number:
st62t25cB6
Manufacturer:
ST
0
Part Number:
st62t25cG
Manufacturer:
ST
Quantity:
5 510
Part Number:
st62t25cM6
Manufacturer:
ST
Quantity:
20 000
Company:
Part Number:
st62t25cM6
Quantity:
1 100
ST62T15C/T25C/E25C
3.4 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 con-
tains a Jump instruction to the associated interrupt
service routine. These vectors are located in Pro-
gram space (see Table 6).
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 ex-
ternal 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 high-
est 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.
Table 6. Interrupt Vector Map
3.4.1 Interrupt request
All interrupt sources but the Non Maskable Inter-
rupt 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 re-
start the MCU from STOP/WAIT modes.
Interrupt request from the Non Maskable Interrupt
source #0 is latched by a flip flop which is automat-
26/70
26
Interrupt source #0
Interrupt source #1
Interrupt source #2
Interrupt source #3
Interrupt source #4
Interrupt Source
Priority
1
2
3
4
5
(FFCh-FFDh)
(FF6h-FF7h)
(FF4h-FF5h)
(FF2h-FF3h)
(FF0h-FF1h)
Vector Address
ically reset by the core at the beginning of the non-
maskable interrupt service routine.
Interrupt request from source #1 can be config-
ured either as edge or level sensitive by setting ac-
cordingly 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 7. Interrupt Option Register Description
GEN
ESB
LES
OTHERS
SET
CLEARED
SET
CLEARED
SET
CLEARED
NOT USED
Enable all interrupts
Disable all interrupts
Rising edge mode on inter-
rupt source #2
Falling edge mode on inter-
rupt source #2
Level-sensitive mode on in-
terrupt source #1
Falling edge mode on inter-
rupt source #1

Related parts for st62t25c