Texas Instruments TLV1562 User Manual

Page 96

Advertising
background image

Software Overview

90

SLAA040

BXINT0:

return_enable ; interrupt is not in use

.end

Vectors.asm

**************************************************************************

* TITLE : TLV1562 ADC Interface routine *

* FILE : VECTORS.ASM *

* FUNCTION : N/A *

* PROTOTYPE : N/A *

* CALLS : N/A *

* PRECONDITION : N/A *

* POSTCONDITION : N/A *

* SPECIAL COND. : N/A *

* DESCRIPTION : definition of of all interrupt vectors *

* Vector Table for the ’C54x DSKplus *

* AUTHOR : AAP Application Group, ICKE, Dallas/Freising *

* CREATED 1998(C) BY TEXAS INSTRUMENTS INCORPORATED. *

* REFERENCE : TMS320C54x DSKPlus User’s Guide, TI 1997 *

**************************************************************************

.title ”Vector Table”

.mmregs

.width 80

.length 55

.ref _c_int00

reset goto _c_int00 ;00; RESET * DO NOT MODIFY IF USING DEBUGGER *

nop

nop

nmi goto START ;04; non-maskable external interrupt

nop

nop

trap2 goto trap2 ;08; trap2 * DO NOT MODIFY IF USING DEBUGGER *

nop

nop

.space 52*16 ;0C–3F: vectors for software interrupts 18–30

int0

; return_fast ;come out of the IDLE

; nop

; nop

; nop

goto IRQ_INT0 ;40; external interrupt int0

nop

nop

int1 return_enable ;44; external interrupt int1

Advertising