Power Consumption Benchmark
M_WRP EQU 19
M_SEN EQU 20
; Extended WRaP flag in OMR.
; Stack Extension Enable bit in OMR.
;*************************************************************************
;
;
;
;
;
;
;
EQUATES for DSP56301 interrupts
Reference: DSP56301 Specifications Revision 3.00
Last update: November 15 1993 (Debug request & HI32 interrupts)
December 19 1993 (cosmetic - page and opt directives)
August 16 1994 (change interrupt addresses to be
relative to I_VEC)
;
;
;*************************************************************************
page
opt
132,55,0,0,0
mex
intequ ident
1,0
if
@DEF(I_VEC)
;leave user definition as is.
else
I_VEC equ
endif
$0
;------------------------------------------------------------------------
; Non-Maskable interrupts
;------------------------------------------------------------------------
I_RESET EQU I_VEC+$00
I_STACK EQU I_VEC+$02
; Hardware RESET
; Stack Error
I_ILL
I_DBG
I_TRAP
I_NMI
EQU I_VEC+$04
EQU I_VEC+$06
EQU I_VEC+$08
EQU I_VEC+$0A
; Illegal Instruction
; Debug Request
; Trap
; Non Maskable Interrupt
;------------------------------------------------------------------------
; Interrupt Request Pins
;------------------------------------------------------------------------
I_IRQA
I_IRQB
I_IRQC
I_IRQD
EQU I_VEC+$10
EQU I_VEC+$12
EQU I_VEC+$14
EQU I_VEC+$16
; IRQA
; IRQB
; IRQC
; IRQD
;------------------------------------------------------------------------
; DMA Interrupts
;------------------------------------------------------------------------
I_DMA0
I_DMA1
I_DMA2
I_DMA3
I_DMA4
I_DMA5
EQU I_VEC+$18
EQU I_VEC+$1A
EQU I_VEC+$1C
EQU I_VEC+$1E
EQU I_VEC+$20
EQU I_VEC+$22
; DMA Channel 0
; DMA Channel 1
; DMA Channel 2
; DMA Channel 3
; DMA Channel 4
; DMA Channel 5
;------------------------------------------------------------------------
; Timer Interrupts
;------------------------------------------------------------------------
I_TIM0C EQU I_VEC+$24
I_TIM0OF EQU I_VEC+$26
; TIMER 0 compare
; TIMER 0 overflow
DSP56301 Technical Data, Rev. 10
A-16
Freescale Semiconductor