Hello.
We are using the s32k324 model now.
Among the example codes supported by nxp, you are using C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\RTD\Crypto_TS_T40D34M30I0R0\examples\S32DS\S32K3XXX\Hse_Ip_AesEncAsyncIrq_S32K344.
I turned the code, but I got an error like the picture, so I don't know how to solve it, so I'm writing.

Searching for Kernel Symbols...
rsp_qC - qSymbol: 5F74785F7468726561645F63757272656E745F707472
_tx_thread_current_ptr not found. ThreadX analysis not enabled.
rsp_qC - qSymbol: 707843757272656E74544342
pxCurrentTCB not found. FreeRTOS analysis not enabled.
Unable to load libusb0.dll
Copyright 2024 P&E Microcomputer Systems,Inc.
Command Line :C:\NXP\S32DS.3.5\eclipse\plugins\com.pemicro.debug.gdbjtag.pne.expansion_5.9.2.202409131555\win32\pegdbserver_console -device=NXP_S32K3xx_S32K344 -startserver -singlesession -serverport=7224 -gdbmiport=6224 -interface=USBMULTILINK -speed=50�
PEmicro Interface detected - Flash Version 11.37
CMD>RE
Initializing.
Target has been RESET and is active.
CMD>CM C:\NXP\S32DS.3.5\eclipse\plugins\com.pemicro.debug.gdbjtag.pne.expansion_5.9.2.202409131555\supportFiles_ARM\NXP\S32K3xx\nxp_s32k344_1x32x980k_hse_enabled.arp
Initializing.
Initialized.
;version 1.02, 01/18/2024, Copyright 2024 P&E Microcomputer Systems, www.pemicro.com [S32K3x4_hse_enabled]
;device nxp, s32k344, 1x32x980k,desc=hse_enabled
;begin_cs device=$00400000, length=$003D4000, ram=$20400000
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 00400000-0040688F ...
Ok.
Checksum Verification Successful. (Cumulative CRC-16=$7FF3)
Application verified in memory. No need to reprogram.
CMD>RE
Initializing.
Target has been RESET and is active.
Starting reset script (C:\NXP\S32DS.3.5\eclipse\plugins\com.pemicro.debug.gdbjtag.pne.expansion_5.9.2.202409131555\supportFiles_ARM\NXP\S32K3xx\S32K344.mac) ...
REM Enable clocks for selected cores in MC_ME module
Delaying for 200mS ...
Done.
REM Initialize RAM and DMA:
REM Initialize DMA TCD:
REM Copy valid executable code to RAM for each core to be used.
REM Enable required cores in MC_ME:
Delaying for 20mS ...
Done.
Reset script (C:\NXP\S32DS.3.5\eclipse\plugins\com.pemicro.debug.gdbjtag.pne.expansion_5.9.2.202409131555\supportFiles_ARM\NXP\S32K3xx\S32K344.mac) completed.
BusFault: An imprecise (asynchronous) data access error has occurred.
HardFault: A fault has been escalated to a hard fault.
This is an error I'm having right now.
I'm attaching the code as well.
Please tell me how to resolve it.
Thank you.