Hello,
What did you load to the MCU the last time?
Have you tried to halt the MCU and reprogram it right after POR?
I mean, disconnect the power supply, run the below script, connect the power supply.
sys.CPU S32K144
wait state.power()
system.up
DO c:/t32/demo/arm/flash/s32k CPU=S32K144 PREPAREONLY
FLASH.ReProgram ALL /Erase
DATA.LOAD.ELF "project.elf"
FLASH.ReProgram off
data.list
GO main
WAIT !RUN()
ENDDO
Regards,
Daniel