CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

RTOS

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
rocket42



Joined: 11 Dec 2011
Posts: 3
Location: vietnam

View user's profile Send private message Send e-mail Yahoo Messenger

RTOS
PostPosted: Wed Dec 14, 2011 10:21 am     Reply with quote

hi everyone!
I am exploring CCS RTOS and I want to understand it's internal construct as scheduling algorithm, whether preemptive or no, message queue...But I can not find out this.
If you have the document for this. Please help me to do this.
Thank you very much!
my email: hung.rocket42@gmail.com
my location: the capital of Hanoi, Vietnam (Hà nội, Việt Nam)
rocket42



Joined: 11 Dec 2011
Posts: 3
Location: vietnam

View user's profile Send private message Send e-mail Yahoo Messenger

hj
PostPosted: Fri Dec 16, 2011 1:26 am     Reply with quote

haizzzz ! I'm bored because nobody help me. Embarassed
thank you very much!
Ttelmah



Joined: 11 Mar 2010
Posts: 19328

View user's profile Send private message

PostPosted: Fri Dec 16, 2011 2:48 am     Reply with quote

Have you tried just reading the manual.....
The compiler manual is available for download, and describes the RTOS.

It is a co-operative multi-tasking system. It would be almost impossible to implement a pre-emptive system in the architecture of the PIC which lacks a register stack.

In the manual you will see a basic description of the RTOS, and the functions it offers (including rtos_msg_poll, rtos_msg_read, and rtos_msg_write, which answers the 'message queue' question).

So, RTFM.
rocket42



Joined: 11 Dec 2011
Posts: 3
Location: vietnam

View user's profile Send private message Send e-mail Yahoo Messenger

thank you!
PostPosted: Fri Dec 16, 2011 10:07 am     Reply with quote

thank you everyone!
I can understand that you say. Exactly, I am young quite. I am a student in Vietnam.
I learn English myself.
come back my Problem with CCS RTOS. I already read the manual and can use it quite well. but I need more information than that. because I want to build own my RTOS. so I need the support of anyone to reduce time.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group