Multi-tasking thread model (no MMU) – Most RTOS products use the thread model where a single multi-threaded process runs along with the RTOS in a single address space. This has the benefit of being simple, low cost, and fast. It lacks security and can make it harder to debug problems – ever tried to track […]