yes ,it works by using config tools,but i still got 7 errors while compling the project from the examples :
steven_zhang_0-1644808026509.png
Description Resource Path Location Type
fatal error: Adc.h: No such file or directory main.c /Adc_example_S32K344/src line 26 C/C++ Problem
fatal error: OsIf_Cfg.h: No such file or directory Adc_example_S32K344 line 46, external location: C:\NXP\S32DS.3.4\S32DS\software\PlatformSDK_S32K3_2021_10\SW32K3_RTD_4_4_1_0_0_D2110\Base_TS_T40D34M10I0R0\include\OsIf_Internal.h C/C++ Problem
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1 Adc_example_S32K344 C/C++ Problem
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1 Adc_example_S32K344 C/C++ Problem
make: *** [src/subdir.mk:20: src/main.o] Error 1 Adc_example_S32K344 C/C++ Problem
make: *** Waiting for unfinished jobs.... Adc_example_S32K344 C/C++ Problem
i tried to add the including path of the missing *.h files,got much more errors
steven_zhang_1-1644808471847.png
.