Part Number: TMS320F28335
Other Parts Discussed in Thread: SYSBIOS
你好,上图是xdctool帮助文档error模块的介绍,我想请教一下这些函数的返回值具体代表什么含义?我想根据这些返回值对我的bios系统进行诊断监视,我目前还没有找到相关的文档。
比如果error_getcode、error_getid等这些函数的具体返回值含义,非常感谢|!
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.
Part Number: TMS320F28335
Other Parts Discussed in Thread: SYSBIOS
你好,上图是xdctool帮助文档error模块的介绍,我想请教一下这些函数的返回值具体代表什么含义?我想根据这些返回值对我的bios系统进行诊断监视,我目前还没有找到相关的文档。
比如果error_getcode、error_getid等这些函数的具体返回值含义,非常感谢|!
请查看相同的html文件。里面提供了函数的详细信息,包括参数和返回值。当您单击该函数,就会进入函数的详细信息,里面会说明返回值是什么。

此外,您可以查看 SYS/BIOS 提供的"error"示例,这些示例演示了如何使用其中的一些函数。