请问:
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.