PIC32 and MPU

Hi to all, one question: it would be possible to use the memory protection unit with FreeRTOS on PIC32? In this way it would be possible to create task in user space instead of kernel space and protect the kernel code. I’ve seen on cortex m3 it’s possible…
Thanks!

PIC32 and MPU

I am not familiar with the MPU on the PIC32, but don’t see any reason why you would not be able to create a port that uses it. Regards.