您好,
我在cfg里配置scheduling->task->instance 中配置了一个任务,优先级10,函数为工程中的一个函数,handle为task0,其他都没修改,但是我跑我工程时,这个任务并没有跑起来,是哪里没配置正确吗?另外有没有cfg使用说明书之类的可以帮助第一次使用bios的用户呢
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.
您好,
我在cfg里配置scheduling->task->instance 中配置了一个任务,优先级10,函数为工程中的一个函数,handle为task0,其他都没修改,但是我跑我工程时,这个任务并没有跑起来,是哪里没配置正确吗?另外有没有cfg使用说明书之类的可以帮助第一次使用bios的用户呢
您好,
Statically creating the task is a good method because you could view the list of all of the tasks in your project in the Task Thread Management XDC GUI window. But if the task would not be lively during the system running period, it should be created dynamically.
以上是我摘抄的文档中的描述,但是标红部分我没理解到是什么情况下会发生这种情况。而且我现在静态创建的任务就没有运行,(简单的一个demo,无任何附加操作,c文件中动态创建了一个任务,在cfg中静态创建了一个任务),不知道是什么原因就只有我动态创建的那个任务会跑,静态创建的任务没有跑。