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 multiple tasks at the same time base

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







RTOS multiple tasks at the same time base
PostPosted: Tue Dec 02, 2008 8:00 am     Reply with quote

Hi All!

Couple of questions on RTOS:

1)
I have multiple tasks I want to run at the same time basis of 100ms.
How can I implemet such thing:

task1 runs at time T, T+100 and so on...
task2 runs at time T+5, T+105 and so on...

Maximum time length of each task is small, just few instructions.

2)
I want to execute multiple tasks at a time base of 100ms.
Is there a difference, in compilation of these two codes:
Code:
#task (rate=100ms, max=1ms)
void   t1();
#task (rate=100ms, max=1ms)
void   t2();

and
Code:

#task (rate=100ms, max=1ms)
void   t1();
void   t2();

Thanks.

Alexey.
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