MPC5744p is uploaded with a code causing the the board to enter a reset state escalation
and the s32 can not detect the the board due to reset state escalation
how to erase that code ??
check this solution worked for me
https://community.nxp.com/t5/CodeWarrior-Development-Tools/Target-may-have-enterd-power-reset-escala...
Hello,
You have to connect right after core leaves the reset and before the reset is triggered by micro.
For example Lauterbach debugger use "halt core on power on reset" script:
Find out how you can stop code execution on your debugger.
You can also have a look at following thread (it is for MPC5748G but the resolve is the same for all reset escalation issues)
https://community.nxp.com/t5/MPC5xxx/MPC5748G-Cannot-attached-JTAG-after-erase-all/m-p/617380
Best regards,
Peter