大家好!
DSP/BIOS 静态配置的任务,在BIOS启动后,这些任务处于什么状态?
是不是,挨个都去执行一遍?
没有看到可以设置的地方
Shine:
根据任务的优先级执行,在dsp/bios user guide里有说明。4.4.2 Task Execution States and Schedulinghttp://www.ti.com/lit/ug/spru423i/spru423i.pdf
hongkun ma:
回复 Shine:
您好,谢谢答复!
也就是说,在main()退出后,BIOS 启动静态设置的任务,
这些任务,在有BIOS启动的时候,都是处于 TSK_READY 状态,
然后,
按照任务优先级高低,开始 调度,是吗?
Shine:
回复 hongkun ma:
是的,新建的tsk处于ready模式,在API user guide里有说明.The new task is placed in TSK_READY mode, and is scheduled to begin concurrent execution of the following function call:http://www.ti.com/lit/ug/spru403s/spru403s.pdf
hongkun ma:
回复 Shine:
看到了,谢谢!