electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

scheduler for Atmel 89c52


Post new topic  Reply to topic    EDAboard.com Forum Index -> Embedded Systems and Real-Time OS -> scheduler for Atmel 89c52
Author Message
kannan



Joined: 21 Feb 2005
Posts: 11


Post16 May 2005 7:13   

rtos 89c52


Hi ,

If anyone developed scheduler for Atmel 89c52 microcontroller pls
provide me the source code in either C or Assembly.
my mymail id kannan_emb(at)yahoo.com

Thanks
G kannan
Back to top
Google
AdSense
Google Adsense




Post16 May 2005 7:13   

Ads




Back to top
dom



Joined: 26 Apr 2004
Posts: 17


Post29 May 2005 0:51   

atmel scheduler


ucos-ii is a rtos.
www.ucos-ii.com
Back to top
opentdoors



Joined: 15 Jan 2005
Posts: 12
Location: Viet Nam


Post29 May 2005 11:48   

ucos-ii periodic sporadic


I think uCos-ii not really a rtos. Just a multitasking system.

A rtos is a round-robin/ preemptive task scheduler. Tasks has higher priority is scheduled to round-robin switching and next round-robin circle for lower priority tasks.

A simple rtos is a round-robin scheduler.

There are two type of tasks in rtos: periodic and sporadic. Periodic is switched every real-time clock, and sporadic is switched when a event (interrupt) occured.

In a rtos, there is a single-list called run queue, that is a single-list sorted follow task's priority. When a task come to suspend, it's drop from runqueue to wait queue....

In a true rtos, time-tisk controlled from a realtime clock (Freq=32,768KHz) for task.
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Embedded Systems and Real-Time OS -> scheduler for Atmel 89c52
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
design help for digital voltmeter with atmel 89C52 (2)
ATMEL 89c52 serial communication (8)
difference in atmel 89c51 and 89c52 (9)
Costant current with Atmel 89C52 (10)
scheduler algorithm for RTOS (1)
simple preemptive round robin scheduler for AVR? (4)
key scanning for 89c52 (6)
unix scheduler (2)
Task Scheduler (5)
Coding a Scheduler in 8051 (3)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS