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.
工具/软件:TI-RTOS
与该线程 e2e.ti.com/.../2089547相关的内容
我是否有办法做到这一点、并且仍然保留 SysStd 中的 System_printf?
没关系。 我所做的是:
VAR System = xdc.useModule('xdc.runtime.System'); System.ABortFxn ="&myAbortSystem"; System.exitFxn = System.exitStd; System.maxAtexitHandlers = 2; System.SupportProxy = XDC.MODULE ("xdc.runtime.SysStd"); System.SupportProxy = SysStd;
这是我首先要更改的内容。