|
|
|
|
|
by jschwartzi
2703 days ago
|
|
You use the MMU to create virtual address spaces and the kernel to provide a message passing interface. The MMU may cause you to incur some latency but in exchange you get some pretty good isolation between components of your system. Even more so if your kernel is proven using formal methods. |
|
Must be nice to have one of those! Cortex-M* does not.