Hi @bohee2,
In system.c of the RTD version, the MPU region 2 is not configured on S32K324.
danielmartynek_0-1739523808523.png
As you can see above, S32K324 macro is missing.
Solution is to add S32K324 there so that RASR[2] is configured
rasr[2]=0x070B0027UL;
Regards,
Daniel