aboutsummaryrefslogtreecommitdiffstats
path: root/lab5/RTDSP/dsp_bios_.tcf
diff options
context:
space:
mode:
Diffstat (limited to 'lab5/RTDSP/dsp_bios_.tcf')
-rw-r--r--lab5/RTDSP/dsp_bios_.tcf4
1 files changed, 0 insertions, 4 deletions
diff --git a/lab5/RTDSP/dsp_bios_.tcf b/lab5/RTDSP/dsp_bios_.tcf
index 5e35fb5..9b811d2 100644
--- a/lab5/RTDSP/dsp_bios_.tcf
+++ b/lab5/RTDSP/dsp_bios_.tcf
@@ -10,10 +10,6 @@ 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");
bios.HWI.instance("HWI_INT4").interruptSource = prog.get("MCSP_1_Receive");
-bios.MEM.NOMEMORYHEAPS = 0;
-bios.MEM.instance("IRAM").createHeap = 1;
-bios.MEM.BIOSOBJSEG = prog.get("IRAM");
-bios.MEM.MALLOCSEG = prog.get("IRAM");
// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT!
prog.gen();