Part Number:OMAP-L138
Tool/software: Code Composer Studio
Hello,
I am attempting to get CPU load monitoring running for the DSP, but have had nothing but frustrating experiences thus far. I am using the following tools:
CCS v7
SYS/BIOS 6.34.03.19
IPC 1.25.01.09
pdk 1.01.00.02
EDMA LLD 02.11.09.08
XDC Tools 3.24.03.33
UIA 1.02.00.07
Everywhere I look seems to suggest that setting up LoggingSetup through XGCONF should enable the necessary UIA tools in order to use the System Analyzer or the RTOS Analyzer. When I enable this, then open the analyzers, and halt the processor, I show no data received. The portion of my .cfg script pertaining to UIA is shown below:
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
var Load = xdc.useModule('ti.sysbios.utils.Load');
LoggingSetup.sysbiosSwiLogging = true;
LoggingSetup.sysbiosTaskLoggingRuntimeControl = false;
Load.swiEnabled = true;
LoggingSetup.loadLoggingRuntimeControl = false;
LoggingSetup.mainLoggingRuntimeControl = false;
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_JTAGSTOPMODE;
Any guidance toward the proper way to set up Load monitoring on OMAP-L138 MCSDK is greatly appreciated, as I am trying to determine if my application has exceeded the performance of the DSP.
Thank you,
Jeff