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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/05 16:09
Modified:
  03/14/05 16:10

Read: times


 
#89647 - round robin
Responding to: ???'s previous message
if anybody knows how round robion scheduling is performed if TIMESHARING is set 0 in RTX51 Tiny.

Think outside the PC box!

Why on earth use a URTOS to do a round robin? All it will do is impose some naming conventions on something you, yourself, can write in 10 minutes or less and use meaningful names for (e.g. ProcessSerialInput instead of task3).

how long does it take to code
While (1)
{
ProcessAcme();
ProcessMagic();
ProcessTrick();
ProcessGumbo();
ProcessFnox();
)


Erik


List of 28 messages in thread
TopicAuthorDate
Inserting C Code in between Assembly Lan            01/01/70 00:00      
   Stop It            01/01/70 00:00      
      Thank You Michael Karas            01/01/70 00:00      
         Manual            01/01/70 00:00      
         Round Robin            01/01/70 00:00      
         Rounb Robin + Time Sharing            01/01/70 00:00      
            round robin            01/01/70 00:00      
               How Long            01/01/70 00:00      
                  what to do            01/01/70 00:00      
                     OK as far as it goes.            01/01/70 00:00      
                        but            01/01/70 00:00      
                           However            01/01/70 00:00      
                              but why make it harder            01/01/70 00:00      
                                 Never Mention RTOS            01/01/70 00:00      
                        out of hand            01/01/70 00:00      
                           ?????            01/01/70 00:00      
                              nope            01/01/70 00:00      
                                 Never mentioned multitasking            01/01/70 00:00      
                           I disagree            01/01/70 00:00      
                              every rule has exceptions            01/01/70 00:00      
                                 8051 Banking versus External Components            01/01/70 00:00      
                                    agreed, but            01/01/70 00:00      
                              I agree            01/01/70 00:00      
            Time Slicing & Apology            01/01/70 00:00      
   Why RTX51?            01/01/70 00:00      
   nice quote            01/01/70 00:00      
      'easier'            01/01/70 00:00      
      Kludge            01/01/70 00:00      

Back to Subject List