View previous topic :: View next topic |
Author |
Message |
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
OS for PIC mcus where to get info ?? |
Posted: Sat Aug 02, 2003 9:14 am |
|
|
Hi,
Is it possible to embed an OS into a PIC mcu ?? where can I get details for this, I also would like to know where it would be an advantage over the usual methods of firmware developement??
thanks
arun
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516591 |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
Re: OS for PIC mcus where to get info ?? |
Posted: Sat Aug 02, 2003 9:47 am |
|
|
By OS do you mean RTOS - Real Time Operating System?
If so, Salvo or uCOS are 2 but do not work with CCS.
:=Hi,
:=
:=Is it possible to embed an OS into a PIC mcu ?? where can I get details for this, I also would like to know where it would be an advantage over the usual methods of firmware developement??
:=
:=thanks
:=arun
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516594 |
|
|
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
Re: OS for PIC mcus where to get info ?? |
Posted: Sun Aug 03, 2003 6:20 am |
|
|
:=By OS do you mean RTOS - Real Time Operating System?
:=If so, Salvo or uCOS are 2 but do not work with CCS.
:=
:=
:=:=Hi,
:=:=
:=:=Is it possible to embed an OS into a PIC mcu ?? where can I get details for this, I also would like to know where it would be an advantage over the usual methods of firmware developement??
:=:=
:=:=thanks
:=:=arun
I mean a RTOS, I beleive one can use Linux as an RTOS, is this possible ??
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516619 |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
Re: OS for PIC mcus where to get info ?? |
Posted: Sun Aug 03, 2003 8:18 am |
|
|
You mean run Linux on a PIC? That is not likely with the resources a PIC has available. You would have to use one of the tiny ones made for small microcontrollers.
:=
:=:=By OS do you mean RTOS - Real Time Operating System?
:=:=If so, Salvo or uCOS are 2 but do not work with CCS.
:=:=
:=:=
:=:=:=Hi,
:=:=:=
:=:=:=Is it possible to embed an OS into a PIC mcu ?? where can I get details for this, I also would like to know where it would be an advantage over the usual methods of firmware developement??
:=:=:=
:=:=:=thanks
:=:=:=arun
:=
:=
:=I mean a RTOS, I beleive one can use Linux as an RTOS, is this possible ??
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516622 |
|
|
jasonpeixoto Guest
|
Rtos |
Posted: Mon Jan 26, 2004 11:21 am |
|
|
Hi
I have completed various version and options of a RTOS for hitech.
I am looking at CCS as they now support pointers to functions.
in asembler it starts of 51 bytes in size the smalletst version.
To 130 bytes with tick nad delays to 201 bytes with events + semaphors.
I shall kepp you all updated.
Jason Peixoto
jason@20megs.com |
|
|
|