Analog Devices ADSP-2106x SHARC User Manual page 342

Table of Contents

Advertisement

9 Link Ports
.var source_3[N]= 0x11111111, 0x22222222, 0x33333333, 0x44444444,
0x55555555, 0x66666666, 0x77777777, 0x88888888;
.var destination_1[N];
.var destination_2[N];
.var destination_3;
.ENDSEG;
.SEGMENT/PM
isr_tabl; /* Interrupt Service Table
NOP; NOP;NOP;NOP; /* Reserved interrupt
rst_svc:
nop; jump start; nop; nop;
NOP; NOP; NOP; NOP;
sovfi_svc:
RTI; RTI; RTI; RTI;
tmzhi_svc:
rti; RTI; RTI; RTI;
vrpti_svc:
RTI; RTI; RTI; RTI;
irq2_svc:
rti; RTI; RTI; RTI;
irq1_svc:
rti; RTI; RTI; RTI;
irq0_svc:
rti; RTI; RTI; RTI;
NOP; NOP; NOP; NOP;
spr0_svc:
RTI; RTI; RTI; RTI;
spr1_svc:
RTI; RTI; RTI; RTI;
spt0_svc:
RTI; RTI; RTI; RTI;
spt1_svc:
RTI; RTI; RTI; RTI;
lp2_svc:
nop; jump lp2; nop; nop;
lp3_svc:
nop; jump lp3; nop; nop;
ep0_svc:
RTI; RTI; RTI; RTI;
ep1_svc:
RTI; RTI; RTI; RTI;
ep2_svc:
RTI; RTI; RTI; RTI;
ep3_svc:
RTI; RTI; RTI; RTI;
lsrq_svc:
nop; jump lsrq; nop; nop;
cb7_svc:
RTI; RTI; RTI; RTI;
cb15_svc:
RTI; RTI; RTI; RTI;
tmzl_svc:
rti; RTI; RTI; RTI;
.ENDSEG;
Listing 9.3 Link Token Passing Example (continues)
9 – 32
www.BDTIC.com/ADI
*/
*/

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ADSP-2106x SHARC and is the answer not in the manual?

Questions and answers

Table of Contents