FreeRTOS Basic Question.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeRTOS Basic Question.

798件の閲覧回数
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 返信

697件の閲覧回数
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 件の賞賛
返信