aboutsummaryrefslogtreecommitdiffstats
path: root/lab3/RTDSP/dsp_bios_.tcf
diff options
context:
space:
mode:
Diffstat (limited to 'lab3/RTDSP/dsp_bios_.tcf')
-rw-r--r--lab3/RTDSP/dsp_bios_.tcf1
1 files changed, 1 insertions, 0 deletions
diff --git a/lab3/RTDSP/dsp_bios_.tcf b/lab3/RTDSP/dsp_bios_.tcf
index 644818e..131cf32 100644
--- a/lab3/RTDSP/dsp_bios_.tcf
+++ b/lab3/RTDSP/dsp_bios_.tcf
@@ -8,6 +8,7 @@ bios.enableTskManager(prog);
bios.HWI.instance("HWI_INT4").interruptSource = prog.get("MCSP_1_Receive");
bios.HWI.instance("HWI_INT4").fxn = prog.extern("ISR_AIC");
bios.HWI.instance("HWI_INT4").useDispatcher = 1;
+bios.HWI.instance("HWI_INT4").interruptSource = prog.get("MCSP_1_Transmit");
// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT!
prog.gen();