44 points
*
1 point
8 points
FreeRTOS tasks are basically processes, IIRC other rtoses have similar mechanics too
4 points
If you want to get really freaky, try accessing the same flash or RAM from multiple instances of FreeRTOS running on a hypervisor.
3 points
Is that just like the shared memory model of parallel computing or are there any added complications? Have you done this before? Please do share your experiences if so cause now I’m interested :p