Hello TI,
we are running sample applications on ARM corepac of EVMK2L boards.
we are not able to see "System_printf" meaasges on the console even after changing as below in *.cfg file
var System = xdc.useModule('xdc.runtime.System');
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
we see that messages are getting stored at sysmin buffer, Now we want to extract these logs from sysmin for debugging purpose.
are there any CCS scripts to extract sys min buffer?
Regards
Manjunath