First page Back Continue Last page Graphics
Pitfalls
RTOS do not restrict which task can read or write to a particular queue, mailbox or pipe.
- Coordination has to be designed in by the programmer.
RTOS do not guarantee that data is interpreted correctly. (interpreting a pointer as a float may cause a problem if it was the result of an int cast.)
Running out of space is usually a disaster in RTOS.