Hi!
If I config sysMin in .cfg and also want to output System_printf via UART, I have to write myOutputFxn() and send string, is it right?
var System = xdc.useModule("xdc.runtime.System"); var SysMin = xdc.useModule("xdc.runtime.SysMin"); SysMin.outputFxn = "&myOutputFxn"; System.SupportProxy = SysMin;