summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f4fdbc)
raw | patch | inline | side by side (parent: 4f4fdbc)
author | Frank Livingston <frank-livingston@ti.com> | |
Fri, 2 Sep 2016 16:07:29 +0000 (11:07 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Fri, 2 Sep 2016 16:07:29 +0000 (11:07 -0500) |
processor_audio_sdk_1_00_00_00/pasdk/test_arm/application/app.cfg | patch | blob | history | |
processor_audio_sdk_1_00_00_00/pasdk/test_dsp/application/app.cfg | patch | blob | history |
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_arm/application/app.cfg b/processor_audio_sdk_1_00_00_00/pasdk/test_arm/application/app.cfg
index 10dd5e3ddcaadbc0767a8c451b3e9ec7e3c40572..517d3f97510e67a917660d2fd7ccf57851e4d328 100644 (file)
xdc.global.SrMsmcMem_cacheEnable = true;
xdc.global.SrDDr3Mem_cacheEnable = true;
xdc.global.procName = "HOST";
-var ipc_cfg = xdc.loadCapsule("../../shared/ipc.cfg.xs");
+var ipc_cfg = xdc.loadCapsule("C:/ti/processor_audio_sdk_1_00_00_00/pasdk/shared/ipc.cfg.xs");
/* select ipc libraries */
var Build = xdc.useModule('ti.sdo.ipc.Build');
/* Configure Logging */
LoggingSetup.loggerType = LoggingSetup.LoggerType_STOPMODE;
-LoggingSetup.sysbiosTaskLogging = false; //true;
-LoggingSetup.sysbiosHwiLogging = false; //true;
-//LoggingSetup.sysbiosLoggerSize = 16384;
+LoggingSetup.sysbiosTaskLogging = true; //true;
+LoggingSetup.sysbiosSwiLogging = false; // no Swi's in system
+LoggingSetup.sysbiosHwiLogging = true; //true;
+LoggingSetup.sysbiosLoggerSize = 16384;
LoggingSetup.loadLogging = false; //true;
+LoggingSetup.mainLogging = true; // false;
LoggingSetup.mainLoggingRuntimeControl = false;
LoggingSetup.mainLoggerSize = 81960;
+LoggingSetup.memorySectionName = "HOST_DDR3"; //"HOST_MSMC";
+
/* Configure Load Logging */ // FL: doesn't work
//Load.taskEnabled = true;
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/application/app.cfg b/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/application/app.cfg
index 056cad0d1e47cef984d2d415f9097f5b725246da..1a065e56244e6470f2941bdc14841f85e4a7db71 100644 (file)
/* Configure Logging */
LoggingSetup.loggerType = LoggingSetup.LoggerType_STOPMODE; // LoggerType_JTAGRUNMODE
-LoggingSetup.sysbiosTaskLogging = false; //true;
-LoggingSetup.sysbiosHwiLogging = false; //true;
-//LoggingSetup.sysbiosLoggerSize = 16384;
+LoggingSetup.sysbiosTaskLogging = true; // true;
+LoggingSetup.sysbiosSwiLogging = false;
+LoggingSetup.sysbiosHwiLogging = true; // true
+LoggingSetup.sysbiosLoggerSize = 16384;
LoggingSetup.loadLogging = false; //true;
+LoggingSetup.mainLogging = true;
LoggingSetup.mainLoggingRuntimeControl = false;
LoggingSetup.mainLoggerSize = 81960;
+LoggingSetup.memorySectionName = "CORE0_DDR3"; //"CORE0_MSMC";
/* Configure Load Logging */ // FL: doesn't work
//Load.taskEnabled = true;