ST7FL15F1MAE STMICROELECTRONICS [STMicroelectronics], ST7FL15F1MAE Datasheet - Page 20

no-image

ST7FL15F1MAE

Manufacturer Part Number
ST7FL15F1MAE
Description
8-bit MCU for automotive with single voltage Flash/ROM memory, data EEPROM, ADC, 5 timers, SPI
Manufacturer
STMICROELECTRONICS [STMicroelectronics]
Datasheet
ST7L15, ST7L19
CPU REGISTERS (cont’d)
STACK POINTER (SP)
Read/Write
Reset Value: 01FFh
The Stack Pointer is a 16-bit register which always
points to the next free location in the stack. It is
then decremented after data has been pushed
onto the stack and incremented before data is
popped from the stack (see
Since the stack is 128 bytes deep, the 9 most sig-
nificant bits are forced by hardware. Following an
MCU Reset, or after a Reset Stack Pointer instruc-
tion (RSP), the Stack Pointer contains its reset val-
ue (the SP6 to SP0 bits are set) which is the stack
higher address.
The least significant byte of the Stack Pointer
(called S) can be directly accessed by an LD in-
struction.
Figure 10. Stack Manipulation Example
20/138
1
@ 0180h
@ 01FFh
15
0
7
1
SP
SP6
0
Subroutine
Stack Higher Address = 01FFh
Stack Lower Address = 0180h
CALL
PCH
PCL
SP5
0
SP4
SP
0
SP3
Interrupt
0
Figure
Event
PCH
PCH
PCL
PCL
CC
A
X
SP2
0
10).
SP
SP1
0
PUSH Y
SP0
PCH
PCH
8
1
0
PCL
PCL
CC
A
X
Y
Note: When the lower limit is exceeded, the Stack
Pointer wraps around to the stack upper limit, with-
out indicating the stack overflow. The previously
stored information is then overwritten and there-
fore lost. The stack also wraps in case of an under-
flow.
The stack is used to save the return address dur-
ing a subroutine call and the CPU context during
an interrupt. The user may also directly manipulate
the stack by means of the PUSH and POP instruc-
tions. In the case of an interrupt, the PCL is stored
at the first location pointed to by the SP. Then the
other registers are stored in the next locations as
shown in
– When an interrupt is received, the SP is decre-
– On return from interrupt, the SP is incremented
A subroutine call occupies two locations and an in-
terrupt occupies five locations in the stack area.
SP
mented and the context is pushed on the stack.
and the context is popped from the stack.
POP Y
PCH
PCH
PCL
PCL
Figure
CC
A
X
10.
SP
IRET
PCH
PCL
SP
or RSP
RET

Related parts for ST7FL15F1MAE