??? 09/11/07 07:26 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#144363 - Do you really need it? Responding to: ???'s previous message |
A "full featured" RTOS/multitasking is slightly beyond the scope of '51. I don't say it is out of question, it's just questionable, if it's worth doing it on a '51. If you feel your application needs multitasking, you should most probably switch to a "more adult" microprocessor/microcontroller family.
However, many small embedded applications can be accomplished using simpler tools with similar results. Besides considering extensive use of interrupts (for which a microcontroller such as the '51 is very well equipped), you can also consider using a simple task scheduler - some hints in this respect from Ian Bell are here. JW |