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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/02/03 16:30
Read: times


 
#47260 - RE: RTOS or RTX?
Responding to: ???'s previous message
Its only a matter of programming style than using an RTOS or not.

Agreed; however, those that come out asking blankly for a RTOS invariably use the programming style of "forget this is a '51" which usually lead to disaster (I have seen a few).

It is, of course, possible to apply the word 'multitasking" to a well desinged system with interrupts and, indeed, a statement in main() [if (active)] could be called task switching. The point that I try to make is that preemptive task switching in the form it is usually referred to is a disaster on the '51 since it will lead you to excessive XRAM usage which is a killer of '51 performance.

Erik



List of 7 messages in thread
TopicAuthorDate
RTOS or RTX?            01/01/70 00:00      
   RE: RTOS or RTX?            01/01/70 00:00      
      RE: RTOS or RTX?            01/01/70 00:00      
   RE: RTOS or RTX?            01/01/70 00:00      
      RE: RTOS or RTX?            01/01/70 00:00      
         RE: RTOS or RTX?            01/01/70 00:00      
   RE: RTOS or RTX?            01/01/70 00:00      

Back to Subject List