Hi @gediz
As you are using the S32K148 EVB, some changes are required.
At the HOWTO: Create a Blinking LED example project using S32K1xx RTD with AUTOSAR is configured the PTD0 (Blue LED) of the S32K144 EVB, but in the board, you are using this LED is connected to PTE23. This means that at step 16, Dio Port Id should be 4, and Dio Channel Id 23. And at step 17.a PortPin Pcr should be 151.
Please refer to Port_Example_S32K148.
With these changes, the project will work correctly.
B.R.
VaneB