Hi Champs,
I am using settings for ELF (Transport_STOP_MODE_ONLY ), I have the same issue with unreadable formatted messages in Raw and Print Logs (see screenshot). CCS Veriosn is 4.2.3
In the Cfg file I have:
System.SupportProxy = SysStd;
/********* RTA START *******/
/* Create and install Main's loggerBuf */
var LoggerBufParams=new LoggerBuf.Params();
LoggerBufParams.exitFlush=true;
LoggerBufParams.numEntries = 32;
var logger0=LoggerBuf.create(LoggerBufParams);
Main.common$.logger = logger0;
/*Turn on USER3 logs in Main module (all non-module functions)*/
Main.common$.diags_USER3 = Diags.ALWAYS_ON;
/* Enable RTA */
var Agent = xdc.useModule('ti.sysbios.rta.Agent');
Agent.transport=Agent.Transport_STOP_MODE_ONLY;
Any hint is welcome ...
Kind regards,
one and zero