Hi,
I have been trying to enable the System_printf command to actually display something on the console.
In order to do that i need to add this to the .cfg file:
var System = xdc.useModule('xdc.runtime.System');
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
But I can't find the configuration file anywhere!
I found the energia.cfg in the Energia EMT repository but could not find it in the installed Energia files.
And from This topic I understand that I should recompile the TI-RTOS library.
Is there any instruction to do that? Or maybe better, i