我用 sdk7.0.3创建了一个 ti-RTOS 主 r5f 映像
此演示 prj 为 vision 应用程序/应用程序/ basic_demoss/app_tirtos/
我 对 System_printf 用法有一些疑问
SYSTEM_printf 在 VISION 应用程序/实用程序代码和 PDK drv 代码中不起作用
我 应该为哪些 API 打印 R5日志以在 PDK drv 代码和 vison_apps/utils 中进行跟踪
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.
我用 sdk7.0.3创建了一个 ti-RTOS 主 r5f 映像
此演示 prj 为 vision 应用程序/应用程序/ basic_demoss/app_tirtos/
我 对 System_printf 用法有一些疑问
SYSTEM_printf 在 VISION 应用程序/实用程序代码和 PDK drv 代码中不起作用
我 应该为哪些 API 打印 R5日志以在 PDK drv 代码和 vison_apps/utils 中进行跟踪
你(们)好,Nikhil
感谢您的回复。我正在使用 appLogPrintf 进行 vision 应用调试。我还看到 System_print UART_printf,它似乎将 LogPrintf 打印日志应用到 remote_log,将 System_printf 打印日志应用到跟踪 buf,将 UART_printf 打印日志应用到 UART。 UART_print 是唯一一个对 PDK CSL/drv 代码运行良好的 API 吗?是这样吗?