Hi @Gideon,
As I mentioned, the MCU has an MPU only.
FreeRTOS has MPU support for the ARM MPU.
However, the CM4 core on S32K144 does not have ARM MPU, there is NXP MPU on the bus instead.
You would need to implement it on your own. There is SDK MPU driver though.
Regards,
Daniel