This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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