Hi oeren5@ford.com.tr,
Beforing using the EEEPROM memory, you have to partition the FlexNVM memory as EEEPROM. To do that you use the FLASH_Config block.
Then you use the FLASH_EEEWrite block to write to the EEEPROM memory, and the FLASH_EEERead block to read from it.
We found that on S32K144 and S32K144W, when you partition the FlexNVM memory as EEEPROM, the OpenSDA fails to download any application after that. This issue was reported to PEMicro which develops the OpenSDA bootloader.
One workaround is to download the application from S32 Design Studio for ARM.
Another one is to use the RappiD bootloader instead of OpenSDA to download the application directly from Simulink.
First you have to write the bootloader to the board from S32 Design Studio for ARM.
1. Create a project from hello_world_s32k144 S32DS example from File -> S32DS project from Example menu.

2. Open Run -> Debug Configurations ..., select hello_world_s32k144_debug_flash_pemicro configuration. For the C/C++ Application input select MBD_S32K_ROOT\tools\BootLoader\RBF_Files\S32K144_S32DS_UART1_CAN0.rbf tfile o flash, where MBD_S32K_ROOT is the output of mbd_find_s32k_root command in Matlab.

3. Press Debug button to write the RappiD bootloader to the board and once the debugger finishes to write the file to the board press the Disconnect button from toolbar or from Run -> Disconnect menu.
After you write the bootloader to the board, you have to change the Target Configuration parameters form the MBD_S32K14x_Config_Information:

1. Select Download Code after Build option.
2. Select Serial option for the Download Interface to downloand the appliction using the RappiD bootloader.
3. Select Boot Assist Module (BAM) Restart Request option.
3. Connect the S32K board to the PC and press the Refresh button to update the list of available COM Ports.
4. Select the COM Port of the S32K board.
5. Press the OK button to save the changes.
Now you can build the model as you would had done for OpenSDA. At the end of the build, you will see a dialog that will request you to reset the board. To do this you have to press the Reset button (SW5) on the S32K144-Q100 EVB board, next to the USB port, and click OK button in the dialog to start the download operation.

Once you reset the board, the application will be downloaded to the board and it should start to run.
Regards,
Paul