FreeRTOS Basic Question.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FreeRTOS Basic Question.

831 次查看
tom_orsi1
Contributor II

I have a basic questions about FreeRTOS. 

On a typical processor (any) would it be possible to design and implement multiple FreeRTOS programs, each having their own int main() { vStartTaskSchedule();  return 0;} and run them simultaneously on the same processor? or is the way to emulate this is using tasks on a single program running on the processor?

Thanks

Tom 

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

730 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi tom.orsi@yahoo.com,

It is not possible to run two schedulers simultaneously on the same core I'm afraid.

Please refer to FreeRTOS API categories 

Regards,

Daniel 

0 项奖励
回复