Hi NXP Community,
I am working with the FRDM-IMX8MPLUS development board and trying to debug it using a Lauterbach TRACE32 via the 10-pin JTAG interface.
I am encountering a severe issue: the system resets/powers off immediately the moment I plug the JTAG cable into the board while it is running.

I try to execute SYStem.Mode Attach in the TRACE32 software, it fails and returns the error: debug port time-out at UNKNOWN.
I suspect this behavior is tied to the Cold Reset signal path. Before connecting the debugger, both VTREF (Pin 1) and JTAG_RESET (Pin 10) are stable at 1.8V. Upon plugging in the TRACE32, JTAG_RESET instantly drops to 0V, which coincides with VTREF falling to 0.7V and crashing the system (the green led turn off).
How can I properly configure the hardware/software to avoid the reset issue and successfully attach the debugger?
Thanks in advance!