electronics forum

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

RTOS for Atmel ATMega 16


Post new topic  Reply to topic    EDAboard.com Forum Index -> Embedded Systems and Real-Time OS -> RTOS for Atmel ATMega 16
Author Message
Ulf



Joined: 20 Oct 2004
Posts: 1


Post20 Oct 2004 16:48   

atmega rtos


Anyone got a good, fast and solid RTOS for Atmels Mega 16 processor to recommend? Preferably freeware. Smile
Back to top
Google
AdSense
Google Adsense




Post20 Oct 2004 16:48   

Ads




Back to top
7rots51



Joined: 17 May 2002
Posts: 1427
Helped: 14


Post20 Oct 2004 22:39   

rtos atmega


I got this text fro winAVR readme:

4.7 Operating Systems
---------------------
While an Operating System, or RTOS, isn't necessary to write software for
the AVR, there may be times when it is desirable. Here are some links for
free or Open Source Operating Systems / Environments for the AVR:

AvrX
<http://www.barello.net/avrx/>
AvrX is a Real-Time Multitasking Kernel.

EtherNut - Nut/OS
<http://www.ethernut.de/en/>
Ethernut is an Open Source Hardware and Software Project for building
Embedded Ethernet Devices. It contains Nut/OS which is an intentionally
simple RTOS for the ATmega128, which provides a minimum of services to run
Nut/Net, the TCP/IP stack.

FreeRTOS
<http://www.freertos.org/>
FreeRTOS is a portable, open source, mini Real Time Scheduler (or mini
RTOS kernel).

TinyOS
<http://webs.cs.berkeley.edu/tos/>
TinyOS is a component-based runtime environment designed to provide
support for deeply embedded systems which require concurrency intensive
operations while constrained by minimal hardware resources.

Contiki
<http://www.sics.se/~adam/contiki/>
Contiki is an Internet-enabled operating system and desktop environment
for a number of smallish systems.

XMK - eXtreme Minimal Kernel
<http://sourceforge.net/projects/xmk>
XMK is a preemptive multitasking scheduler/kernel for 8bit
microcontrollers. Its goal is to provide a bare bones RTOS with a small
enough footprint (RAM+ROM) to run on 8bit microcontrollers.
Back to top
Bingo600



Joined: 26 Aug 2004
Posts: 239
Helped: 14


Post25 Oct 2004 17:57   

atmega16 rtos


AvrX is verry nice , but make sure you check the axrx group at yahoo , thats where the latest source is , and the author posts and ansvers questions there.

/Bingo
Back to top
jshroff



Joined: 30 Apr 2004
Posts: 116
Helped: 14


Post07 Jan 2005 16:29   

atmega os


I used freertos in a project using an ATMega16. and it was tough since the stack requirements for the FreeRtos are pretty high, I could only manager 4 tasks.
Back to top
Evgeny_CD



Joined: 14 Jan 2005
Posts: 12


Post16 Jan 2005 18:13   

atmel rtos


http://jacos.narod.ru/
page in russain, but you can contact with author jacos(at)yandex.ru in english

http://scmrtos.narod.ru/
- page in english.

Both well referenced from many peoples.
Back to top
7rots51



Joined: 17 May 2002
Posts: 1427
Helped: 14


Post17 Jan 2005 12:56   

freertos atmega128


jacos source code is not give with its LIB,there is no document in english on it also,does any one have source and doc?

Does anyone know a free and open source cooperative RTOS ?
Back to top
Evgeny_CD



Joined: 14 Jan 2005
Posts: 12


Post17 Jan 2005 20:01   

rtos atmel


Jacos sources avaliable from author jacos(at)yandex.ru.
Back to top
DownSW



Joined: 20 Jan 2005
Posts: 11


Post20 Jan 2005 13:26   

atmega operating system


I think uCos-II is good RTOS. It's free to try and there are two good books.
Back to top
7rots51



Joined: 17 May 2002
Posts: 1427
Helped: 14


Post20 Jan 2005 21:42   

atmega128 rtos


uCOS-II need large amount of RAM and is suitable for mega64,128 or higher.

I contact the jaCOS author(jacos is very similar to salvo according to replies on this site) but he said I only sell its source in russia!I do not understand the reason(maybe he have copyright problem with salvo?!)

DownSW:
Quote:
I think uCos-II is good RTOS. It's free to try and there are two good books.


please send link for both books.
Back to top
Evgeny_CD



Joined: 14 Jan 2005
Posts: 12


Post21 Jan 2005 10:06   

atmega168 rtos


I don't now the reason for this marekt policy.

Some times ago there was a great flame abut the (C) on jacos. I read some articles from autor and understand the following. There is no pirated sources, included in jacos (even in Russia in is dangerouse). But some data structures are equals to uCOS and Salvo. As autor expalins, anybody, who read the books on theese OS'es and books on theory of RTOS, will uses the same structires, decause they are optimal.

For axample, if you code use algorithms from Knut book, and other code use the same algotithms, do you pirated some sourses?

P.S. A have no any connection to jacos project, I use uCOS on ARM, but I find, that some of jacos's ideas is very intetesting, and this os is very fast.
Back to top
Perec



Joined: 11 Apr 2003
Posts: 2


Post21 Jan 2005 13:00   

atmega32 rtos


7rots51> I contact the jaCOS author(jacos is very similar to salvo according to replies on this site) but he said I only sell its source in russia!

It's misunderstanding. No alone source texts for sell at all. Anyone can purchase technical support (sources are included in it). The language of this technical support is Russian only.


7rots51> > I do not understand the reason(maybe he have copyright problem with salvo?!)

Heh... The reason is one - I don't know English good enough to provide correct support.
Back to top
7rots51



Joined: 17 May 2002
Posts: 1427
Helped: 14


Post21 Jan 2005 23:34   

freertos atmega


To Perec:
Quote:
The reason is one - I don't know English good enough to provide correct support


It seems your english is good and enough for support.

I think translating from russia to english is not a hard task and is easier than writing a professional RTOS,If you can sell out of russia( only source code and docs in english )Jacos will have many customers.

What is price of JACOS is russia?(in USD)
Back to top
eng_ahmed22



Joined: 07 Jun 2005
Posts: 178
Helped: 13


Post18 Jan 2007 7:52   

rtos atmega128


hi all
any body here have used AVRX with ATMega32??
please if one so send me a simple example.
many thanks Smile
Ahmed
Back to top
Tanweer



Joined: 05 Feb 2006
Posts: 8


Post23 Jan 2007 16:57   

atmega128 freertos


avr


Sorry, but you need login in to view this attachment

Back to top
Tanweer



Joined: 05 Feb 2006
Posts: 8


Post23 Jan 2007 16:59   

rtos for atmega


avr


Sorry, but you need login in to view this attachment

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 -> RTOS for Atmel ATMega 16
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Suggest book for atmel atmega (4)
on-chip debugging for Atmel ATmega series (3)
Programming Atmel Atmega 8L (11)
Atmel AVR ATmega 128 Programmer Schematic (1)
embedded TCP/IP and Ethernet with Atmel Atmega (6)
bootloader for atmega (4)
Using define function for atmega (2)
I want to find a programmer for Atmega 48 (10)
Protel libraries for Atmega and smartcard (2)
need a compiler iar for atmega controller (2)


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