PIC32 and MPU

xxmarkusxx wrote on Saturday, July 13, 2013:

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!

rtel wrote on Saturday, July 13, 2013:

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.