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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/10/01 20:54
Read: times


 
#8074 - RE: Good RTOS
Hi Rauf,

I must admit, I use still the stupid main loop approach.
In my opinion it give the fastest speed and economical using of RAM and ROM.
Since all tasks done separate it give also no problems on passing parameters from one task to another.
The only complication, you must divide longer tasks into pieces to slow down not the speed of the other tasks.
So any task, which can not be finished immediately, must save its own status and continue on the next turn.

This was also done for every task from the RTOS. So the RTOS was not economical, if such long tasks only rarely occur.


Peter



List of 13 messages in thread
TopicAuthorDate
Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      
RE: Good RTOS            01/01/70 00:00      

Back to Subject List