From: Frank Livingston Date: Fri, 2 Sep 2016 16:07:29 +0000 (-0500) Subject: Enable execution analysis in sys/bios configuration files X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=99561dd528e77726ea2c6ddc56ae4056c8baa3dc Enable execution analysis in sys/bios configuration files --- 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 10dd5e3d..517d3f97 100644 --- 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 @@ -76,7 +76,7 @@ xdc.global.SR0_cacheEnable = true; 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'); @@ -169,12 +169,16 @@ Clock.tickPeriod = 1000; // FL: measured period ~852 usec.?? /* 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 056cad0d..1a065e56 100644 --- 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 @@ -174,12 +174,15 @@ Clock.tickPeriod = 1000; /* 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;