ST7260E1 STMicroelectronics, ST7260E1 Datasheet - Page 24

no-image

ST7260E1

Manufacturer Part Number
ST7260E1
Description
LOW SPEED USB 8-BIT MCU FAMILY WITH UP TO 8K FLASH/ROM AND SERIAL COMMUNICATION INTERFACE (SCI)
Manufacturer
STMicroelectronics
Datasheet

Specifications of ST7260E1

4 Or 8 Kbytes Program Memory
high density Flash (HDFlash), or FastROM with readout and write protection
Central processing unit (CPU)
6.3.5
Note:
24/139
Stack pointer register (SP)
The Stack Pointer is a 16-bit register which is always pointing 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 significant bits are forced by hardware.
Following an MCU reset, or after a Reset Stack Pointer instruction (RSP), the Stack Pointer
contains its reset value (the SP7 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
instruction.
When the lower limit is exceeded, the Stack Pointer wraps around to the stack upper limit,
without indicating the stack overflow. The previously stored information is then overwritten
and therefore lost. The stack also wraps in case of an underflow.
The stack is used to save the return address during 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 instructions. 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
Figure
A subroutine call occupies two locations and an interrupt five locations in the stack area.
Figure 8.
SP
15
0
When an interrupt is received, the SP is decremented and the context is pushed on the
stack.
On return from interrupt, the SP is incremented and the context is popped from the
stack.
@ 0100h
@ 01FFh
SP
8.
14
0
subroutine
Stack Higher Address = 017Fh
Stack Lower Address = 0100h
Stack manipulation example
Call
13
0
PCH
PCL
12
0
SP
11
0
Interrupt
event
PCH
PCH
PCL
PCL
CC
A
X
10
0
SP
9
0
Push Y
PCH
PCH
PCL
PCL
CC
8
1
Figure
Y
A
X
SP
7
0
8).
R/W R/W R/W R/W R/W R/W R/W
SP6 SP5 SP4 SP3 SP2 SP1 SP0
6
Pop Y
PCH
PCH
PCL
PCL
CC
A
X
5
SP
4
IRET
PCH
PCL
3
Reset value: 01 7Fh
SP
2
or RSP
ST7260xx
RET
1
0

Related parts for ST7260E1