3 apb slave, 4 register definitions, 3 apb slave -13 2.3.4 register definitions -13 – Cirrus Logic EP93xx User Manual

Page 51: Table 2-4. arm920t core operating modes -13

Advertising
background image

DS785UM1

2-13

Copyright 2007 Cirrus Logic

ARM920T Core and Advanced High-Speed Bus (AHB)

EP93xx User’s Guide

2

2

2

Note: Due to decoding optimization, the APB peripheral registers are aliased throughout each

peripherals register bank. Do not attemp to access an unspecified register within the bank.

2.3.3 APB Slave

An APB Slave responds to accesses initiated by bus masters. The slave uses signals from
the decoder to determine when it should respond to a bus access. All other signals required
for the access, such as the address and control information, are generated by the AHB-to-
APB Bridge.

2.3.4 Register Definitions

The ARM920T Core has thirty seven 32-bit internal registers, where some are modal and
some are banked. If operating in Thumb instructions state, the ARM Core must switch to
ARM instructions state before taking an exception. The return instruction will restore the ARM
Core to the Thumb state. Most tasks are executed out of User mode. The ARM920T Core’s
operating modes are shown in

Table 2-4

.

Table 2-5

illustrates the use of all registers for the ARM920T Core’s operating modes. Each

will bank or store a specific number of registers. Banked register information is not shared
between modes. FIQs bank the largest number of registers, and increase performance by
reducing the need to push/pop registers from the stack.

Table 2-4. ARM920T Core Operating Modes

Mode

Description

User

Unprivileged normal operating mode

FIQ

Fast interrupt (high priority) mode when FIQ is
asserted

IRQ

Interrupt request (normal) mode when IRQ is
asserted

Supervisor

Software interrupt instruction (SWI) or reset will
cause entry into this mode.

Abort:

Memory access violation will cause entry into this
mode.

Undef

Undefined instructions mode

System

Privileged mode. Uses same registers as User
mode

Advertising