Texas Instruments TLV1562 User Manual

Page 71

Advertising
background image

Software Overview

65

Interfacing the TLV1562 Parallel ADC to the TMS320C54x DSP

AR7 = #(data_loc_A) ; point to first date location of the storage table

.endif

STORE_END: RETURN ; jump back into data aquisition routine

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

* IRQ_INT0:

* Interrupt routine of the external interrupt input pin INT0

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

IRQ_INT0:

call STEP2 ; initialize the next conversion and store results

return_enable ; return from IRQ (wake up from the IDLE mode)

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

* BXINT0:

* Interrupt routine of the serial transmit interrupt of the buffered SPI

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

BXINT0:

return_enable ; interrupt is not in use

.sect ”.text”

.copy ”calibrat.asm”

.end

Advertising