Hi@Julián_AragónM
Thank you very much for your help. My problem has been resolved.
The reason is that the SWD interface was incorrectly connected.
As shown in the figure, JLINK has two signal pins, "nTRST" and "RESET".

I mistakenly connected the reset pin of the MCU to the "nTRST" pin, but it should actually be connected to the "RESET" pin.
When I correctly connected the reset signal, the work was interrupted.
Usually, when debugging MCUs using the SWD interface, I am accustomed to not using hardware reset pins and instead using software reset targets. This way, only 3 wires need to be connected to work normally.
(GND,SWCLK,SWDIO)
S32K314 is different from the microcontroller I used before. After disconnecting the RESET signal and debugging again, the error continued to occur.
If you are willing, can you describe the underlying reasons for this phenomenon?
Please forgive my English description. I rely on translation software to communicate with you. Thank you.