如何在 ROV 中显示线程、邮箱和信标的标签?
各种线程中描述的方法对我来说都不起作用:
- params.instance->name ="mytask";
- const char task[7]="mytask"(在模块级别)
params.instance->name ="mytask"; - char *任务;
任务= malloc (7);
sprintf (任务、"mytask");
params.instance->name ="mytask";
谢谢。此
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.
如何在 ROV 中显示线程、邮箱和信标的标签?
各种线程中描述的方法对我来说都不起作用:
谢谢。此
尊敬的 Charles:
就是它: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/252026/named-instances-no-longer-working
在 cfg 文件中、您需要
Task.common$.namedInstance =真;
Semaphore.common$.namedInstance =真;
Mailbox.common$.namedInstance =真;
可满足您的所有需求。
此致
彼得