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.

关于SYSBIOS的Log模块如何使用?



使用Log_info还是Log_print可以实现字符串的打印呢?怎么使用?

TI提供的文档模式没有详细使用的例子。搞得一头雾水。

Log_print2(Diags_USER2, "list[%u] = %s\n", i, (IArg)list[i]);这个函数要如何人理解?