DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

ST6246 データシートの表示(PDF) - STMicroelectronics

部品番号
コンポーネント説明
メーカー
ST6246 Datasheet PDF : 72 Pages
First Prev 21 22 23 24 25 26 27 28 29 30 Next Last
ST62T46B/E46B
INTERRUPTS (Cont’d)
3.4.2 Interrupt Procedure
The interrupt procedure is very similar to a call pro-
cedure, 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 proce-
dure:
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 vectoris loaded inthe 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)
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 re-
quest (by polling). The user should save the regis-
ters 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 16. Interrupt Processing Flow Chart
INS TRUC TION
FETC H
INS TRUCT ION
EXEC UTE
INS TRUCTIO N
NO
WAS
THE INS TRUCTI ON
A RE TI ?
YES
YE S
?
IS THE C ORE
ALRE ADY IN
NOR MAL MODE?
NO
C LEAR
INT ER RU PT MASK
LOAD PC FROM
INT ERR UP T VECT OR
(FFC/F FD)
S ET
INT ER RU PT MASK
PUS H THE
PC INTO THE STAC K
S ELE CT
PR OGRAM FLAGS
”POP”
THE STACK ED PC
S EL ECT
IN TERN AL MODE FLAG
NO
C HE CK IF THE RE IS
?
AN IN TERR UP T RE QUEST
AN D INTE RR UPT MASK
Y ES
V A000014
28/72
364

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]