Hi @RenatoCorrea
No, MPC5674F does not provide such functionality. One workaround I can see - NULL pointer is defined as zero. So, an option is to configure MPU to restrict data access or instruction fetch from address 0. In case of access violation (i.e. your code is trying to read/write data or fetch instruction from address 0), machine check exception would be triggered.
Regards,
Lukas