| Author |
Message |
Ulf
Joined: 20 Oct 2004 Posts: 1
|
20 Oct 2004 16:48 atmega rtos |
|
|
|
|
Anyone got a good, fast and solid RTOS for Atmels Mega 16 processor to recommend? Preferably freeware.
|
|
| Back to top |
|
 |
Google AdSense

|
20 Oct 2004 16:48 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
7rots51
Joined: 17 May 2002 Posts: 1427 Helped: 14
|
20 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
|
25 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
|
07 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
|
|
| Back to top |
|
 |
7rots51
Joined: 17 May 2002 Posts: 1427 Helped: 14
|
17 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
|
17 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
|
20 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
|
20 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
|
21 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
|
21 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
|
21 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
|
18 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
Ahmed
|
|
| Back to top |
|
 |
Tanweer
Joined: 05 Feb 2006 Posts: 8
|
23 Jan 2007 16:57 atmega128 freertos |
|
|
|
|
avr
|
|
| Back to top |
|
 |
Tanweer
Joined: 05 Feb 2006 Posts: 8
|
23 Jan 2007 16:59 rtos for atmega |
|
|
|
|
avr
|
|
| Back to top |
|
 |