View previous topic :: View next topic |
Author |
Message |
rocket42
Joined: 11 Dec 2011 Posts: 3 Location: vietnam
|
RTOS |
Posted: Wed Dec 14, 2011 10:21 am |
|
|
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
|
hj |
Posted: Fri Dec 16, 2011 1:26 am |
|
|
haizzzz ! I'm bored because nobody help me.
thank you very much! |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19513
|
|
Posted: Fri Dec 16, 2011 2:48 am |
|
|
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
|
thank you! |
Posted: Fri Dec 16, 2011 10:07 am |
|
|
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. |
|
|
|