Hi,
Thank you for your response.
I have now tried using the PE Micro LC and was able to establish a debugging session. However, I’m encountering a new issue during debugging. When running the example code, the debugger halts at the CLOCK_SYS_UpdateConfiguration function, and after stepping through, it ends up in the DefaultISR: interrupt handler. It then continuously loops there and does not proceed further.
Please see the attached images:
Image 1: Start of the debugging session.

Image 2: After clicking "Step Over" (F6) or "Resume" (F8), it enters the DefaultISR: loop.

Image 3: The debugger remains stuck in this loop and does not continue execution.

Additionally, the console output during debugging shows the following message:
"""" onnection from "127.0.0.1" via 127.0.0.1. Connection from port "59344" to 6224
Connection from "127.0.0.1" via 127.0.0.1. Connection from port "59345" to 7224
Searching for FreeRTOS Kernel Symbols...
rsp_qC - qSymbol: 707843757272656E74544342
pxCurrentTCB not found. FreeRTOS analysis not enabled.
Copyright 2018 P&E Microcomputer Systems,Inc.
Command Line :C:\nxp\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32\pegdbserver_console -device=NXP_S32K1xx_S32K118F256M4 -startserver -singlesession -serverport=7224 -gdbmiport=6224 -interface=USBMULTILINK -speed=54
P&E Interface detected - Flash Version 11.52
CMD>RE
Initializing.
Target has been RESET and is active.
CMD>CM C:\nxp\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32\gdi\P&E\supportFiles_ARM\NXP\S32K1xx\freescale_s32k118f256m4_pflash_dflash_eeprom.arp
Initializing.
Initialized.
;version 1.01, 12/03/2019, Copyright 2019 P&E Microcomputer Systems, Inc. All rights reserved. www.pemicro.com [s32k118f256m4_x_pflash_dflash_eeprom_m0]
;device freescale, s32k118f256m4, pflash_dflash_eeprom
;begin_cs device=$00000000, length=$14000800, ram=$1FFFFC00
Loading programming algorithm ...
Done.
Programming sequency is : erase, blank check, program, and verify {default}
CMD>VC
Verifying object file CRC-16 to device ranges ...
block 00000000-000000BF ...
Calculated CRC-16 does not match block. (File = $785D, Device = $C9BC)
Current content of flash does not match application to be programmed
CMD>EM
Erasing.
Module has been erased.
Reloading programming algorithm ...
done.
CMD>PM
Programming.
Processing Object File Data ...
.
Programmed.
CMD>VC
Verifying object file CRC-16 to device ranges ...
block 00000000-000000BF ...
Ok.
block 00000400-00004813 ...
Ok.
Checksum Verification Successful. (Cumulative CRC-16=$7D03)
CMD>RE
Initializing.
Target has been RESET and is active.
Starting reset script (C:\nxp\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32\gdi\P&E\supportFiles_ARM\NXP\S32K1xx\S32K118F256M4.mac) ...
Filling .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
done
Reset script (C:\nxp\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32\gdi\P&E\supportFiles_ARM\NXP\S32K1xx\S32K118F256M4.mac) completed. """""
Could you please help me resolve this issue? Let me know if you need any further details or logs from my side.
I’m looking forward to your support.
Thanks and regards,
Pandiyan T.