FreeRTOS Basic Question.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS Basic Question.

710 Views
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 

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

609 Views
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 Kudos
Reply