While FreeRTOS itself doesn’t have plans to implement full virtual memory support with an MMU, it does support using the Memory Protection Unit (MPU) on certain architectures for task isolation and memory protection. FreeRTOS generally works with a logical address space that is the same as the physical address space, meaning it doesn’t typically remap addresses.