summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg')
-rw-r--r--example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg b/example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg
index e9ea904..676fdc2 100644
--- a/example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg
+++ b/example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg
@@ -40,10 +40,11 @@ System.SupportProxy = SysStd;
40 */ 40 */
41Program.global.sysMinBufSize = 0x8000; 41Program.global.sysMinBufSize = 0x8000;
42var System = xdc.useModule('xdc.runtime.System'); 42var System = xdc.useModule('xdc.runtime.System');
43var SysMin = xdc.useModule('xdc.runtime.SysMin'); 43var SysMin = xdc.useModule('ti.trace.SysMin');
44Program.sectMap[".tracebuf"] = "L2SRAM";
44System.SupportProxy = SysMin; 45System.SupportProxy = SysMin;
45SysMin.bufSize = Program.global.sysMinBufSize; 46SysMin.bufSize = Program.global.sysMinBufSize;
46 47
47/* Configure resource table for trace only. 48/* Configure resource table for trace only.
48 Note that, it traceOnly parameter should not 49 Note that, it traceOnly parameter should not
49 be set if application is using MessageQ based IPC 50 be set if application is using MessageQ based IPC