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.

SysMin.outputFxn

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;