TI中文支持网
TI专业的中文技术问题搜集分享网站

System_abort

请问:

1:System_abort 函数在哪里定义的。

2: System_abort(CString str); CString 数据类型在哪里定义的。该函数输出信息到哪个端口。 

YiKai Chen:

你用得硬件跟軟件是?

Susan Yang:

1 这个是在System.h内定义的

#define System_abort xdc_runtime_System_abort

2 关于System_abort的使用,您可以参考

dev.ti.com/…/node

Note that the System_abort() function calls a hook function from its System.SupportProxy module (for example, xdc.runtime.SysStd). You might want to use a different abort() hook function that performs a reset and starts the application over.

赞(0)
未经允许不得转载:TI中文支持网 » System_abort
分享到: 更多 (0)