Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Scheduling in Real time OS

Status
Not open for further replies.

twaha

Newbie level 4
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top