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.

Coding a Scheduler in 8051

Status
Not open for further replies.

helios

Full Member level 2
Joined
Jun 3, 2005
Messages
146
Helped
22
Reputation
44
Reaction score
10
Trophy points
1,298
Activity points
2,798
Do u guys have any pdf or link which would help me to write a small scheduler with a context switch in C
 

You can do it yourself using 8051 C compiler. refer to the documentations of the corresponding C compiler (Ride, Keil, etc.)

Added after 2 minutes:

You can do it yourself using 8051 C compiler. refer to the documentations of the corresponding C compiler (Ride, Keil, etc.)
 

hi

in PONT ebook on microcontrollers you can find a good scheduler on 8051 ,I tested it and worked nice.
 

Try having a look at FreeRTOS. It is programmed i C and I think there is a port for the 8051...
https://www.freertos.org

Regards Jens Alsig
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top