Hi @ErwinR ,
Before we start, what revision of the S32K3X4EVB-T172 board do you have? for example: SCH-53148 Rev B1
Have you selected the S32K344-Q172 S32 CT in the Hardware Implementation menu? (Step1)

Please select S32K344-Q172 S32 Config Tool in the Project Template (Step2) then a pop-up will appear:

Press "OK" , another Pop-up will appear "Please wait...", this will disappear in 1-2min, then press Apply (Step3) and OK.
This has the purpose of loading the specific configuration made for the selected hardware part/board.
Then you need to Build, Deploy & Start (CTRL+B) to rebuild and deploy the code on the T172 board. Wait for the process to complete and flash the board, then proceed to wiring.
Download the board schematics from https://www.nxp.com/webapp/Download?colCode=S32K3X4EVB-T172-HWPACK
Just to be sure, have you made the same connections as in the table below:

I have made same connections on my board, for example connecting pin PTB3 with PTB15, PTB2 with PTB16 on so on, according to the table above:

The blue LED will start blinking once per second.
Open the s32k3xx_spi_async_interr_s32ct.pmpx with FreeMASTER and see the values increasing:

- master_send
- master_recv
- slave_recv
Assuming the connections have been properly wired up, can you provide details about the board you are using?
Also, are you using the latest version of NXP Model-Based Design Toolbox for S32K3 version 1.6.0?
Hope this works also on your side,
Stefan V.