请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TIDEP0025 工具/软件:TI-RTOS
您好!
我想显示执行图、其中包括 TIDEP0025项目中的所有任务和中断。
您是否会告诉我上述过程?
此致、
U-SK
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.
您好!
您需要将 UIA 产品添加到您的项目中。
然后添加 LoggingSetup 并在.cfg 中启用 BIOS 日志记录。 您可以使用 XGCONF 并查看 LoggingSetup 的所有选项(缓冲区大小等)
BIOS.logsEnabled = true; var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup'); LoggingSetup.sysbiosHwiLogging = true;
运行应用程序一位。 然后暂停并打开 Execution Graph。