Xilinx EDK 8.2i manual Reset, Interrupts, Exceptions, and Break

Models: EDK 8.2i

1 148
Download 148 pages 28.91 Kb
Page 33
Image 33

Reset, Interrupts, Exceptions, and Break

R

Reset, Interrupts, Exceptions, and Break

MicroBlaze supports reset, interrupt, user exception, break, and hardware exceptions. The following section describes the execution flow associated with each of these events.

The relative priority starting with the highest is:

1.Reset

2.Hardware Exception

3.Non-maskable Break

4.Break

5.Interrupt

6.User Vector (Exception)

Table 1-27defines the memory address locations of the associated vectors and the hardware enforced register file locations for return address. Each vector allocates two addresses to allow full address range branching (requires an IMM followed by a BRAI instruction). The address range 0x28 to 0x4F is reserved for future software support by Xilinx. Allocating these addresses for user applications is likely to conflict with future releases of EDK support software.

Table 1-27:Vectors and Return Address Register File Location

 

 

Register File

Event

Vector Address

Return Address

 

 

 

Reset

0x00000000 -

-

 

0x00000004

 

 

 

 

 

User Vector (Exception)

0x00000008 -

-

 

0x0000000C

 

 

 

 

 

Interrupt

0x00000010 -

R14

 

0x00000014

 

 

 

 

 

Break: Non-maskable

 

 

hardware

0x00000018 -

R16

 

Break: Hardware

0x0000001C

 

 

 

 

Break: Software

 

 

 

 

 

Hardware Exception

0x00000020 -

R17 or BTR

 

0x00000024

 

 

 

 

 

Reserved by Xilinx for

0x00000028 -

-

future use

0x0000004F

 

 

 

 

MicroBlaze Processor Reference Guide

www.xilinx.com

33

UG081 (v6.0) June 1, 2006

1-800-255-7778

 

Page 33
Image 33
Xilinx EDK 8.2i manual Reset, Interrupts, Exceptions, and Break