Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/10/06 12:52
Read: times


 
#127704 - Can't you just...
Responding to: ???'s previous message
... do something like:
for( ;; )
{
   task_1();
   task_2();
   task_3();
   :
   :
   task_n();
}

Yu Zhang said:
inter task communication is necessary.

Global data and/or function calls?

If it really needs anything more complicated than this, then you need to consider very carefully whether an 8051 is the right choice for the job...


List of 5 messages in thread
TopicAuthorDate
fixed priority scheduler            01/01/70 00:00      
   Can't you just...            01/01/70 00:00      
   TTPCS            01/01/70 00:00      
      Deadline based scheduling            01/01/70 00:00      
         the '51 handles scheduling just beautifully            01/01/70 00:00      

Back to Subject List