aboutsummaryrefslogtreecommitdiffstats
path: root/Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf
diff options
context:
space:
mode:
Diffstat (limited to 'Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf')
-rw-r--r--Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf14
1 files changed, 14 insertions, 0 deletions
diff --git a/Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf b/Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf
new file mode 100644
index 0000000..131cf32
--- /dev/null
+++ b/Project/RTDSP/.gconf/RTDSP/lab3/RTDSP/dsp_bios_.tcf
@@ -0,0 +1,14 @@
+utils.loadPlatform("ti.platforms.dsk6713");
+
+/* The following DSP/BIOS Features are enabled. */
+bios.enableRealTimeAnalysis(prog);
+bios.enableRtdx(prog);
+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();