st20-gp6 STMicroelectronics, st20-gp6 Datasheet - Page 27

no-image

st20-gp6

Manufacturer Part Number
st20-gp6
Description
Gps Processor
Manufacturer
STMicroelectronics
Datasheet
4.6.3
For each trap handler there is a trap handler structure and a trapped process structure. Both the
trap handler structure and the trapped process structure are in memory and can be accessed via
instructions, see section 4.6.4.
The trap handler structure specifies what should happen when a trap condition is present, see
Table 4.5.
The trapped process structure saves some of the state of the process that was running when the
trap was taken, see Table 4.6.
In addition, for each priority, there is an Enables register and a Status register. The Enables regis-
ter contains flags to enable each cause of trap. The Status register contains flags to indicate which
trap conditions have been detected. The Enables and Status register bit encodings are given in
Table 4.4.
A trap will be taken at an interruptible point if a trap is set and the corresponding trap enable bit is
set in the Enables register. If the trap is not enabled then nothing is done with the trap condition. If
the trap is enabled then the corresponding bit is set in the Status register to indicate the trap con-
dition has occurred.
When a process takes a trap the processor saves the existing Iptr, Wptr, Status and Enables in
the trapped process structure. It then loads Iptr, Wptr and Status from the equivalent trap handler
structure and ANDs the value in Enables with the value in the structure. This allows the user to dis-
able various events while in the handler, in particular a trap handler must disable all the traps of its
trap group to avoid the possibility of a handler trapping to itself.
The trap handler then executes. The values in the trapped process structure can be examined
using the ldtrapped instruction (see section 4.6.4). When the trap handler has completed its opera-
Iptr
Wptr
Status
Enables
Iptr
Wptr
Status
Enables
Trap handlers
Iptr of trap handler process.
Wptr of trap handler process. A null Wptr indicates that a trap handler has not been installed. Base + 2
Contains the Status register that the trap handler starts with.
A word which encodes the trap enable and global interrupt masks, which will be ANDed with
the existing masks to allow the trap handler to disable various events while it runs.
Comments
Points to the instruction after the one that caused the trap condition.
Wptr of the process that was running when the trap was taken.
The relevant trap bit is set, see Table 4.3 for trap codes.
Interrupt enables.
Comments
Table 4.6 Trapped process structure
Table 4.5 Trap handler structure
ST20-GP6
Base + 3
Base + 2
Base + 1
Base + 0
Location
Base + 3
Base + 1
Base + 0
Location
27/123

Related parts for st20-gp6