Can i have motre information about RTOS? When and why i use it???
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
Posted: Sat Jan 14, 2006 6:25 pm
RTOS = Real Time Operating System
For more info check http://en.wikipedia.org/wiki/Real-Time_Operating_System
An RTOS provides among other things multitasking support. It is an advanced software feature rarely used in PIC processors because of the extra program space and processing power it requires (easier to apply multiple PICs to get the same result or use a more advanced processor).
JohnLeung
Joined: 18 May 2004 Posts: 15
RTOS for PIC
Posted: Sun Jan 15, 2006 10:28 am
You may try looking at:
1. www.freertos.org for PIC18 series RTOS. It's a free RTOS!
2. www.micrium.com for PIC18 as well. Both of them use C18 complier.
For PIC16 RTOS, http://www.pumpkininc.com/ is a nice place to visit. A lot of information and tutorials in there, too.
John
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
Posted: Sun Jan 15, 2006 4:50 pm
And ofcourse there is the free RTOS included with the CCS compiler versions after Nov-2005 (v3.238 ??). For more information check the manual for the #use RTOS and see the examples directory.
I'm not sure on the official status of the CCS RTOS, it is not mentioned in the release notes so might still be in Beta?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum