Scheduling in Real time OS

Status
Not open for further replies.

twaha

Newbie level 4
Joined
Dec 15, 2004
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
40
Which is the best scheduling strategy/Algorithm for Real Time OS?
 

Hi,

I did a Real Time OS for MSP430, I wrote the code in C langage....
For schedule the tasks I use the Timer generating a periodical interrupt, when the interrupt is generated I control the stack pointer and when return from the isr, the program counter points to the next task.

I'm writing a document, that shows tetails for how to do that, when I upload the file I send a message for you....

Emanuel

Emanuel
 

see freertos.org for an example,
quite clear-cut and easy to understand.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…